Shades of Palatinate Purple #750E60
Tints of Palatinate Purple #750E60
RGB
CMYK
RGB Variations
Color information
#750E60 (or 0x750E60) is known color: Palatinate Purple. HEX triplet: 75, 0E and 60. RGB value is (117,14,96). Sum of RGB (Red+Green+Blue) = 117+14+96=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E60 is #8AF19F. Grayscale: #353535. Windows color (decimal): -9105824 or 6295157. OLE color: 6295157.
HSL color Cylindrical-coordinate representation of color #750E60: hue angle of 312.23º 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 #750E60 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 96 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.54 |
| HSL | 312.23º | 0.79% | 0.26% | - |
| HSV(B) | 312.23º | 0.88% | 0.46% | - |
| XYZ | 9.6 | 4.94 | 11.51 | - |
| YUV | 54.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 96 | 0 | 0.88 | 0.18 | 0.54 | 312.23 | 0.79 | 0.26 |
| Hex | 75 | E | 60 | 0 | 58 | 12 | 36 | 138 | 4F | 1A |
| Octal | 165 | 16 | 140 | 0 | 130 | 22 | 66 | 470 | 117 | 32 |
| Binary | 1110101 | 1110 | 1100000 | 0 | 1011000 | 10010 | 110110 | 100111000 | 1001111 | 11010 |
Color Harmonies of #750E60
Complementary color
Monochromatic Colors of #750E60
Black with #750E60
Text Example
Text Example
White with #750E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E60; }
p { color: rgb(117,14,96); }
H1.HeaderClassName
{
color: #750E60;
}
.AnyTagClassName
{
color: #750E60;
}
</style>
background-color css
<style>
a { background-color: #750E60; }
a { background-color: rgb(117,14,96); }
div.DivClassName
{
background-color: #750E60;
}
.BgClassName
{
background-color: #750E60;
}
</style>
border-color css
<style>
span { border-color: #750E60; }
span { border-color: rgb(117,14,96); }
td.TdClassName
{
border-color: #750E60;
}
.TagClassName
{
border-color: #750E60;
}
</style>