#7C2C92
A dark, moderate magenta closely aligning with Rebeccapurple.
About #7C2C92
Visually, #7C2C92 is defined as a moderate magenta. It is closely associated with the named CSS color Rebeccapurple. In the RGB color space, it consists of 124 red, 44 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 15% cyan and 70% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C2C92
RGB124, 44, 146
HSL287.1°, 53.7%, 37.3%
CMYK15%, 70%, 0%, 43%
HSV287.1°, 69.9%, 57.3%
LAB34.3, 49.7, -40.4
XYZ14.4, 8.2, 28.0
Decimal8137874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.98:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.62:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2C92;
}
.text-color {
color: #7C2C92;
}
.border-color {
border: 2px solid #7C2C92;
}