#7C2CE2
A medium, vivid purple closely aligning with Blueviolet.
About #7C2CE2
When working with digital screens, the color #7C2CE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(124, 44, 226).
For print applications, it's crucial to understand its CMYK makeup. The color uses 45% Cyan, 81% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#7C2CE2
RGB124, 44, 226
HSL266.4°, 75.8%, 52.9%
CMYK45%, 81%, 0%, 11%
HSV266.4°, 80.5%, 88.6%
LAB40.5, 67.6, -77.6
XYZ22.9, 11.6, 73.0
Decimal8137954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.33:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.05:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2CE2;
}
.text-color {
color: #7C2CE2;
}
.border-color {
border: 2px solid #7C2CE2;
}