#7C2CD3
A medium, moderate purple closely aligning with Blueviolet.
About #7C2CD3
When working with digital screens, the color #7C2CD3 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(124, 44, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 41% C, 79% M, 0% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C2CD3
RGB124, 44, 211
HSL268.7°, 65.5%, 50.0%
CMYK41%, 79%, 0%, 17%
HSV268.7°, 79.1%, 82.7%
LAB39.2, 64.1, -71.1
XYZ21.0, 10.8, 62.6
Decimal8137939
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.65:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.36:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2CD3;
}
.text-color {
color: #7C2CD3;
}
.border-color {
border: 2px solid #7C2CD3;
}