Shades of Dark Purple #750E6B
Tints of Dark Purple #750E6B
RGB
CMYK
RGB Variations
Color information
#750E6B (or 0x750E6B) is known color: Dark Purple. HEX triplet: 75, 0E and 6B. RGB value is (117,14,107). Sum of RGB (Red+Green+Blue) = 117+14+107=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #750E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E6B is #8AF194. Grayscale: #373737. Windows color (decimal): -9105813 or 7016053. OLE color: 7016053.
HSL color Cylindrical-coordinate representation of color #750E6B: hue angle of 305.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E6B is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 107 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.54 |
| HSL | 305.83º | 0.79% | 0.26% | - |
| HSV(B) | 305.83º | 0.88% | 0.46% | - |
| XYZ | 10.15 | 5.16 | 14.37 | - |
| YUV | 55.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 107 | 0 | 0.88 | 0.09 | 0.54 | 305.83 | 0.79 | 0.26 |
| Hex | 75 | E | 6B | 0 | 58 | 9 | 36 | 132 | 4F | 1A |
| Octal | 165 | 16 | 153 | 0 | 130 | 11 | 66 | 462 | 117 | 32 |
| Binary | 1110101 | 1110 | 1101011 | 0 | 1011000 | 1001 | 110110 | 100110010 | 1001111 | 11010 |
Color Harmonies of #750E6B
Complementary color
Monochromatic Colors of #750E6B
Black with #750E6B
Text Example
Text Example
White with #750E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E6B; }
p { color: rgb(117,14,107); }
H1.HeaderClassName
{
color: #750E6B;
}
.AnyTagClassName
{
color: #750E6B;
}
</style>
background-color css
<style>
a { background-color: #750E6B; }
a { background-color: rgb(117,14,107); }
div.DivClassName
{
background-color: #750E6B;
}
.BgClassName
{
background-color: #750E6B;
}
</style>
border-color css
<style>
span { border-color: #750E6B; }
span { border-color: rgb(117,14,107); }
td.TdClassName
{
border-color: #750E6B;
}
.TagClassName
{
border-color: #750E6B;
}
</style>