#7C0742
A dark, vivid magenta closely aligning with Mediumvioletred.
About #7C0742
At its core, #7C0742 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(124, 7, 66).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 94% Magenta, 47% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C0742
RGB124, 7, 66
HSL329.7°, 89.3%, 25.7%
CMYK0%, 94%, 47%, 51%
HSV329.7°, 94.4%, 48.6%
LAB26.2, 48.9, -1.5
XYZ9.4, 4.8, 5.6
Decimal8128322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.68:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.21:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0742;
}
.text-color {
color: #7C0742;
}
.border-color {
border: 2px solid #7C0742;
}