#6F1ACB
A medium, vivid purple closely aligning with Blueviolet.
About #6F1ACB
At its core, #6F1ACB is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(111, 26, 203).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 87% magenta, 0% yellow, and 20% black. With a hue angle of 268.8 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6F1ACB
RGB111, 26, 203
HSL268.8°, 77.3%, 44.9%
CMYK45%, 87%, 0%, 20%
HSV268.8°, 87.2%, 79.6%
LAB34.9, 66.3, -73.7
XYZ17.7, 8.4, 57.2
Decimal7281355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.82:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.47:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6F1ACB;
}
.text-color {
color: #6F1ACB;
}
.border-color {
border: 2px solid #6F1ACB;
}