#7C2466
A dark, moderate magenta closely aligning with Purple.
About #7C2466
When working with digital screens, the color #7C2466 is rendered by mixing light. Designers often compare it to the standard color Purple. In the RGB color space, it consists of 124 red, 36 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 71% Magenta, 18% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C2466
RGB124, 36, 102
HSL315.0°, 55.0%, 31.4%
CMYK0%, 71%, 18%, 51%
HSV315.0°, 71.0%, 48.6%
LAB30.7, 45.1, -18.6
XYZ11.3, 6.5, 13.2
Decimal8135782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.13:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.72:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2466;
}
.text-color {
color: #7C2466;
}
.border-color {
border: 2px solid #7C2466;
}