#750FAF
A dark, vivid purple closely aligning with Darkorchid.
About #750FAF
The hex code #750FAF represents a beautifully specific shade of purple. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 117 red, 15 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 33% cyan and 91% magenta inks. With a hue angle of 278.2 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#750FAF
RGB117, 15, 175
HSL278.2°, 84.2%, 37.3%
CMYK33%, 91%, 0%, 31%
HSV278.2°, 91.4%, 68.6%
LAB32.3, 63.5, -61.3
XYZ15.2, 7.2, 41.1
Decimal7671727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.59:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.21:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FAF;
}
.text-color {
color: #750FAF;
}
.border-color {
border: 2px solid #750FAF;
}