#7533DB
A medium, moderate purple closely aligning with Blueviolet.
About #7533DB
Visually, #7533DB is defined as a moderate purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 117 red, 51 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 47% C, 77% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7533DB
RGB117, 51, 219
HSL263.6°, 70.0%, 52.9%
CMYK47%, 77%, 0%, 14%
HSV263.6°, 76.7%, 85.9%
LAB40.0, 62.3, -74.4
XYZ21.3, 11.3, 68.1
Decimal7680987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.46:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.17:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7533DB;
}
.text-color {
color: #7533DB;
}
.border-color {
border: 2px solid #7533DB;
}