#7C1DE2
A medium, vivid purple closely aligning with Blueviolet.
About #7C1DE2
At its core, #7C1DE2 is a medium and vivid hue. Designers often compare it to the standard color Blueviolet. Its digital footprint relies on 124 parts red, 29 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 45% Cyan, 87% Magenta, 0% Yellow, and 11% Black. With a hue angle of 268.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1DE2
RGB124, 29, 226
HSL268.9°, 77.3%, 50.0%
CMYK45%, 87%, 0%, 11%
HSV268.9°, 87.2%, 88.6%
LAB39.0, 72.2, -80.1
XYZ22.5, 10.7, 72.8
Decimal8134114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.71:1
Text on #FFFFFF
AA
3.13:1
Text on #000000
AA Large
6.41:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DE2;
}
.text-color {
color: #7C1DE2;
}
.border-color {
border: 2px solid #7C1DE2;
}