#7507DB
A medium, vivid purple closely aligning with Blueviolet.
About #7507DB
At its core, #7507DB is a medium and vivid hue. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 7, and 219.
If you are designing for print, the four-color process is what matters most. The color uses 47% Cyan, 97% Magenta, 0% Yellow, and 14% Black. The HSL representation is 271.1° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7507DB
RGB117, 7, 219
HSL271.1°, 93.8%, 44.3%
CMYK47%, 97%, 0%, 14%
HSV271.1°, 96.8%, 85.9%
LAB36.1, 73.9, -80.9
XYZ20.2, 9.0, 67.7
Decimal7669723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7507DB;
}
.text-color {
color: #7507DB;
}
.border-color {
border: 2px solid #7507DB;
}