#7500F0
A medium, vivid purple closely aligning with Mediumblue.
About #7500F0
Visually, #7500F0 is defined as a vivid purple. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 117 red, 0 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 51% C, 100% M, 0% Y, and 6% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7500F0
RGB117, 0, 240
HSL269.2°, 100.0%, 47.1%
CMYK51%, 100%, 0%, 6%
HSV269.2°, 100.0%, 94.1%
LAB38.0, 79.2, -89.8
XYZ23.1, 10.1, 83.2
Decimal7667952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.97:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.66:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500F0;
}
.text-color {
color: #7500F0;
}
.border-color {
border: 2px solid #7500F0;
}