#750FB6
A dark, vivid purple closely aligning with Darkorchid.
About #750FB6
When working with digital screens, the color #750FB6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 117 red, 15 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 36% Cyan, 92% Magenta, 0% Yellow, and 29% Black. The HSL representation is 276.6° hue, 84.8% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#750FB6
RGB117, 15, 182
HSL276.6°, 84.8%, 38.6%
CMYK36%, 92%, 0%, 29%
HSV276.6°, 91.8%, 71.4%
LAB32.9, 64.9, -64.5
XYZ16.0, 7.5, 44.9
Decimal7671734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.40:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.03:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FB6;
}
.text-color {
color: #750FB6;
}
.border-color {
border: 2px solid #750FB6;
}