#750FFF
A medium, vivid purple closely aligning with Blue.
About #750FFF
When working with digital screens, the color #750FFF is rendered by mixing light. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 117 red, 15 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 54% Cyan, 94% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#750FFF
RGB117, 15, 255
HSL265.5°, 100.0%, 52.9%
CMYK54%, 94%, 0%, 0%
HSV265.5°, 94.1%, 100.0%
LAB40.2, 80.7, -94.6
XYZ25.6, 11.3, 95.5
Decimal7671807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.42:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FFF;
}
.text-color {
color: #750FFF;
}
.border-color {
border: 2px solid #750FFF;
}