#7C00F0
A medium, vivid purple closely aligning with Blueviolet.
About #7C00F0
Visually, #7C00F0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 124 parts red, 0 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 48% cyan, 100% magenta, 0% yellow, and 6% black. With a hue angle of 271.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C00F0
RGB124, 0, 240
HSL271.0°, 100.0%, 47.1%
CMYK48%, 100%, 0%, 6%
HSV271.0°, 100.0%, 94.1%
LAB38.9, 79.8, -88.3
XYZ24.0, 10.6, 83.2
Decimal8126704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.74:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.44:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00F0;
}
.text-color {
color: #7C00F0;
}
.border-color {
border: 2px solid #7C00F0;
}