#7500FF
A medium, vivid purple closely aligning with Blue.
About #7500FF
The precise color #7500FF is an excellent choice for modern design projects. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 0, and 255.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 54% C, 100% M, 0% Y, and 0% K. The HSL representation is 267.5° hue, 100.0% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7500FF
RGB117, 0, 255
HSL267.5°, 100.0%, 50.0%
CMYK54%, 100%, 0%, 0%
HSV267.5°, 100.0%, 100.0%
LAB39.6, 82.4, -95.5
XYZ25.4, 11.0, 95.4
Decimal7667967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500FF;
}
.text-color {
color: #7500FF;
}
.border-color {
border: 2px solid #7500FF;
}