#6D0792
A dark, vivid purple closely aligning with Indigo.
About #6D0792
When working with digital screens, the color #6D0792 is rendered by mixing light. Designers often compare it to the standard color Indigo. Its digital footprint relies on 109 parts red, 7 parts green, and 146 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 25% C, 95% M, 0% Y, and 43% K. With a hue angle of 284.0 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D0792
RGB109, 7, 146
HSL284.0°, 90.8%, 30.0%
CMYK25%, 95%, 0%, 43%
HSV284.0°, 95.2%, 57.3%
LAB28.1, 57.9, -50.7
XYZ11.6, 5.5, 27.6
Decimal7145362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.02:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.58:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0792;
}
.text-color {
color: #6D0792;
}
.border-color {
border: 2px solid #6D0792;
}