#7C24FF
A medium, vivid purple closely aligning with Blueviolet.
About #7C24FF
At its core, #7C24FF is a medium and vivid hue. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 124 red, 36 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 51% cyan and 86% magenta inks. The HSL representation is 264.1° hue, 100.0% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C24FF
RGB124, 36, 255
HSL264.1°, 100.0%, 57.1%
CMYK51%, 86%, 0%, 0%
HSV264.1°, 85.9%, 100.0%
LAB42.4, 76.9, -90.8
XYZ27.0, 12.8, 95.6
Decimal8135935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C24FF;
}
.text-color {
color: #7C24FF;
}
.border-color {
border: 2px solid #7C24FF;
}