#6D07E2
A medium, vivid purple closely aligning with Blueviolet.
About #6D07E2
The hex code #6D07E2 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(109, 7, 226).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 52% C, 97% M, 0% Y, and 11% K. The HSL representation is 267.9° hue, 94.0% saturation, and 45.7% lightness.
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#6D07E2
RGB109, 7, 226
HSL267.9°, 94.0%, 45.7%
CMYK52%, 97%, 0%, 11%
HSV267.9°, 96.9%, 88.6%
LAB35.8, 74.8, -85.5
XYZ20.1, 8.9, 72.6
Decimal7145442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.56:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.22:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D07E2;
}
.text-color {
color: #6D07E2;
}
.border-color {
border: 2px solid #6D07E2;
}