#7500DB
A medium, vivid purple closely aligning with Blueviolet.
About #7500DB
The hex code #7500DB represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. Its digital footprint relies on 117 parts red, 0 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 100% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7500DB
RGB117, 0, 219
HSL272.1°, 100.0%, 42.9%
CMYK47%, 100%, 0%, 14%
HSV272.1°, 100.0%, 85.9%
LAB35.8, 74.8, -81.4
XYZ20.1, 8.9, 67.7
Decimal7667931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.56:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.22:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500DB;
}
.text-color {
color: #7500DB;
}
.border-color {
border: 2px solid #7500DB;
}