#7C1D75
A dark, moderate magenta closely aligning with Purple.
About #7C1D75
At its core, #7C1D75 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 29, and 117.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 77% M, 6% Y, and 51% K. With a hue angle of 304.4 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1D75
RGB124, 29, 117
HSL304.4°, 62.1%, 30.0%
CMYK0%, 77%, 6%, 51%
HSV304.4°, 76.6%, 48.6%
LAB30.5, 50.1, -28.4
XYZ12.0, 6.4, 17.4
Decimal8134005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.17:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.77:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1D75;
}
.text-color {
color: #7C1D75;
}
.border-color {
border: 2px solid #7C1D75;
}