Shades of Palatinate Purple #750E5B
Tints of Palatinate Purple #750E5B
RGB
CMYK
RGB Variations
Color information
#750E5B (or 0x750E5B) is known color: Palatinate Purple. HEX triplet: 75, 0E and 5B. RGB value is (117,14,91). Sum of RGB (Red+Green+Blue) = 117+14+91=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E5B is #8AF1A4. Grayscale: #353535. Windows color (decimal): -9105829 or 5967477. OLE color: 5967477.
HSL color Cylindrical-coordinate representation of color #750E5B: hue angle of 315.15º 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 #750E5B is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 91 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.54 |
| HSL | 315.15º | 0.79% | 0.26% | - |
| HSV(B) | 315.15º | 0.88% | 0.46% | - |
| XYZ | 9.38 | 4.85 | 10.34 | - |
| YUV | 53.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 91 | 0 | 0.88 | 0.22 | 0.54 | 315.15 | 0.79 | 0.26 |
| Hex | 75 | E | 5B | 0 | 58 | 16 | 36 | 13B | 4F | 1A |
| Octal | 165 | 16 | 133 | 0 | 130 | 26 | 66 | 473 | 117 | 32 |
| Binary | 1110101 | 1110 | 1011011 | 0 | 1011000 | 10110 | 110110 | 100111011 | 1001111 | 11010 |
Color Harmonies of #750E5B
Complementary color
Monochromatic Colors of #750E5B
Black with #750E5B
Text Example
Text Example
White with #750E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E5B; }
p { color: rgb(117,14,91); }
H1.HeaderClassName
{
color: #750E5B;
}
.AnyTagClassName
{
color: #750E5B;
}
</style>
background-color css
<style>
a { background-color: #750E5B; }
a { background-color: rgb(117,14,91); }
div.DivClassName
{
background-color: #750E5B;
}
.BgClassName
{
background-color: #750E5B;
}
</style>
border-color css
<style>
span { border-color: #750E5B; }
span { border-color: rgb(117,14,91); }
td.TdClassName
{
border-color: #750E5B;
}
.TagClassName
{
border-color: #750E5B;
}
</style>