#7C166D
A dark, moderate magenta closely aligning with Purple.
About #7C166D
Visually, #7C166D is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 124 parts red, 22 parts green, and 109 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 0% C, 82% M, 12% Y, and 51% K. The HSL representation is 308.8° hue, 69.9% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#7C166D
RGB124, 22, 109
HSL308.8°, 69.9%, 28.6%
CMYK0%, 82%, 12%, 51%
HSV308.8°, 82.3%, 48.6%
LAB29.3, 50.9, -25.2
XYZ11.4, 6.0, 15.0
Decimal8132205
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.58:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.15:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C166D;
}
.text-color {
color: #7C166D;
}
.border-color {
border: 2px solid #7C166D;
}