#7C33DB
A medium, moderate purple closely aligning with Blueviolet.
About #7C33DB
At its core, #7C33DB is a medium and moderate hue. Designers often compare it to the standard color Blueviolet. Its digital footprint relies on 124 parts red, 51 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 77% M, 0% Y, and 14% K. The HSL representation is 266.1° hue, 70.0% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#7C33DB
RGB124, 51, 219
HSL266.1°, 70.0%, 52.9%
CMYK43%, 77%, 0%, 14%
HSV266.1°, 76.7%, 85.9%
LAB40.8, 63.3, -73.0
XYZ22.3, 11.8, 68.1
Decimal8139739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.26:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
5.99:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C33DB;
}
.text-color {
color: #7C33DB;
}
.border-color {
border: 2px solid #7C33DB;
}