#7C006D
A dark, vivid magenta closely aligning with Purple.
About #7C006D
The hex code #7C006D represents a beautifully specific shade of magenta. Designers often compare it to the standard color Purple. In the RGB color space, it consists of 124 red, 0 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 12% Yellow, and 51% Black. The HSL representation is 307.3° hue, 100.0% saturation, and 24.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C006D
RGB124, 0, 109
HSL307.3°, 100.0%, 24.3%
CMYK0%, 100%, 12%, 51%
HSV307.3°, 100.0%, 48.6%
LAB27.8, 55.3, -27.6
XYZ11.1, 5.4, 14.9
Decimal8126573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.11:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.66:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C006D;
}
.text-color {
color: #7C006D;
}
.border-color {
border: 2px solid #7C006D;
}