#7C1DF0
A medium, vivid purple closely aligning with Blueviolet.
About #7C1DF0
At its core, #7C1DF0 is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 29, and 240.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 48% cyan, 88% magenta, 0% yellow, and 6% black. With a hue angle of 267.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C1DF0
RGB124, 29, 240
HSL267.0°, 87.6%, 52.7%
CMYK48%, 88%, 0%, 6%
HSV267.0°, 87.9%, 94.1%
LAB40.3, 75.3, -85.8
XYZ24.5, 11.5, 83.4
Decimal8134128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.38:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.10:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DF0;
}
.text-color {
color: #7C1DF0;
}
.border-color {
border: 2px solid #7C1DF0;
}