Shades of Palatinate Purple #750E66
Tints of Palatinate Purple #750E66
RGB
CMYK
RGB Variations
Color information
#750E66 (or 0x750E66) is known color: Palatinate Purple. HEX triplet: 75, 0E and 66. RGB value is (117,14,102). Sum of RGB (Red+Green+Blue) = 117+14+102=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #750E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E66 is #8AF199. Grayscale: #363636. Windows color (decimal): -9105818 or 6688373. OLE color: 6688373.
HSL color Cylindrical-coordinate representation of color #750E66: hue angle of 308.74º 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 #750E66 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 102 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.54 |
| HSL | 308.74º | 0.79% | 0.26% | - |
| HSV(B) | 308.74º | 0.88% | 0.46% | - |
| XYZ | 9.89 | 5.06 | 13.02 | - |
| YUV | 54.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 102 | 0 | 0.88 | 0.13 | 0.54 | 308.74 | 0.79 | 0.26 |
| Hex | 75 | E | 66 | 0 | 58 | D | 36 | 135 | 4F | 1A |
| Octal | 165 | 16 | 146 | 0 | 130 | 15 | 66 | 465 | 117 | 32 |
| Binary | 1110101 | 1110 | 1100110 | 0 | 1011000 | 1101 | 110110 | 100110101 | 1001111 | 11010 |
Color Harmonies of #750E66
Complementary color
Monochromatic Colors of #750E66
Black with #750E66
Text Example
Text Example
White with #750E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E66; }
p { color: rgb(117,14,102); }
H1.HeaderClassName
{
color: #750E66;
}
.AnyTagClassName
{
color: #750E66;
}
</style>
background-color css
<style>
a { background-color: #750E66; }
a { background-color: rgb(117,14,102); }
div.DivClassName
{
background-color: #750E66;
}
.BgClassName
{
background-color: #750E66;
}
</style>
border-color css
<style>
span { border-color: #750E66; }
span { border-color: rgb(117,14,102); }
td.TdClassName
{
border-color: #750E66;
}
.TagClassName
{
border-color: #750E66;
}
</style>