#7524DB
A medium, vivid purple closely aligning with Blueviolet.
About #7524DB
Visually, #7524DB is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(117, 36, 219).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 47% cyan and 84% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7524DB
RGB117, 36, 219
HSL266.6°, 71.8%, 50.0%
CMYK47%, 84%, 0%, 14%
HSV266.6°, 83.6%, 85.9%
LAB38.1, 67.8, -77.5
XYZ20.8, 10.2, 67.9
Decimal7677147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.93:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.62:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7524DB;
}
.text-color {
color: #7524DB;
}
.border-color {
border: 2px solid #7524DB;
}