#6D0F92
A dark, vivid purple closely aligning with Indigo.
About #6D0F92
The precise color #6D0F92 is an excellent choice for modern design projects. Its closest recognized web color is Indigo. This translates to an RGB value of rgb(109, 15, 146).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 90% magenta, 0% yellow, and 43% black. With a hue angle of 283.1 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D0F92
RGB109, 15, 146
HSL283.1°, 81.4%, 31.6%
CMYK25%, 90%, 0%, 43%
HSV283.1°, 89.7%, 57.3%
LAB28.6, 56.4, -49.9
XYZ11.7, 5.7, 27.7
Decimal7147410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.84:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.41:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F92;
}
.text-color {
color: #6D0F92;
}
.border-color {
border: 2px solid #6D0F92;
}