#7C1DF8
A medium, vivid purple closely aligning with Blueviolet.
About #7C1DF8
At its core, #7C1DF8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 124 red, 29 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 88% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C1DF8
RGB124, 29, 248
HSL266.0°, 94.0%, 54.3%
CMYK50%, 88%, 0%, 3%
HSV266.0°, 88.3%, 97.3%
LAB41.1, 77.1, -89.0
XYZ25.7, 11.9, 89.8
Decimal8134136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.20:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DF8;
}
.text-color {
color: #7C1DF8;
}
.border-color {
border: 2px solid #7C1DF8;
}