Shades of Palatinate Purple #750F66
Tints of Palatinate Purple #750F66
RGB
CMYK
RGB Variations
Color information
#750F66 (or 0x750F66) is known color: Palatinate Purple. HEX triplet: 75, 0F and 66. RGB value is (117,15,102). Sum of RGB (Red+Green+Blue) = 117+15+102=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F66 is #8AF099. Grayscale: #373737. Windows color (decimal): -9105562 or 6688629. OLE color: 6688629.
HSL color Cylindrical-coordinate representation of color #750F66: hue angle of 308.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F66 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 102 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.54 |
| HSL | 308.82º | 0.77% | 0.26% | - |
| HSV(B) | 308.82º | 0.87% | 0.46% | - |
| XYZ | 9.91 | 5.08 | 13.03 | - |
| YUV | 55.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 102 | 0 | 0.87 | 0.13 | 0.54 | 308.82 | 0.77 | 0.26 |
| Hex | 75 | F | 66 | 0 | 57 | D | 36 | 135 | 4D | 1A |
| Octal | 165 | 17 | 146 | 0 | 127 | 15 | 66 | 465 | 115 | 32 |
| Binary | 1110101 | 1111 | 1100110 | 0 | 1010111 | 1101 | 110110 | 100110101 | 1001101 | 11010 |
Color Harmonies of #750F66
Complementary color
Monochromatic Colors of #750F66
Black with #750F66
Text Example
Text Example
White with #750F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F66; }
p { color: rgb(117,15,102); }
H1.HeaderClassName
{
color: #750F66;
}
.AnyTagClassName
{
color: #750F66;
}
</style>
background-color css
<style>
a { background-color: #750F66; }
a { background-color: rgb(117,15,102); }
div.DivClassName
{
background-color: #750F66;
}
.BgClassName
{
background-color: #750F66;
}
</style>
border-color css
<style>
span { border-color: #750F66; }
span { border-color: rgb(117,15,102); }
td.TdClassName
{
border-color: #750F66;
}
.TagClassName
{
border-color: #750F66;
}
</style>