#7C077C
A dark, vivid magenta closely aligning with Purple.
About #7C077C
When working with digital screens, the color #7C077C is rendered by mixing light. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 7, and 124.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 94% Magenta, 0% Yellow, and 51% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7C077C
RGB124, 7, 124
HSL300.0°, 89.3%, 25.7%
CMYK0%, 94%, 0%, 51%
HSV300.0°, 94.4%, 48.6%
LAB29.1, 56.5, -35.0
XYZ12.0, 5.9, 19.6
Decimal8128380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.64:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.21:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C077C;
}
.text-color {
color: #7C077C;
}
.border-color {
border: 2px solid #7C077C;
}