#7C246D
A dark, moderate magenta closely aligning with Purple.
About #7C246D
At its core, #7C246D is a dark and moderate hue. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(124, 36, 109).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 71% M, 12% Y, and 51% K. The HSL representation is 310.2° hue, 55.0% saturation, and 31.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C246D
RGB124, 36, 109
HSL310.2°, 55.0%, 31.4%
CMYK0%, 71%, 12%, 51%
HSV310.2°, 71.0%, 48.6%
LAB31.0, 46.2, -22.6
XYZ11.7, 6.7, 15.1
Decimal8135789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.01:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.61:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C246D;
}
.text-color {
color: #7C246D;
}
.border-color {
border: 2px solid #7C246D;
}