Shades of Palatinate Purple #761666
Tints of Palatinate Purple #761666
RGB
CMYK
RGB Variations
Color information
#761666 (or 0x761666) is known color: Palatinate Purple. HEX triplet: 76, 16 and 66. RGB value is (118,22,102). Sum of RGB (Red+Green+Blue) = 118+22+102=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761666 is #89E999. Grayscale: #3B3B3B. Windows color (decimal): -9038234 or 6690422. OLE color: 6690422.
HSL color Cylindrical-coordinate representation of color #761666: hue angle of 310º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761666 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 102 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.54 |
| HSL | 310º | 0.69% | 0.27% | - |
| HSV(B) | 310º | 0.81% | 0.46% | - |
| XYZ | 10.16 | 5.38 | 13.07 | - |
| YUV | 59.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 102 | 0 | 0.81 | 0.14 | 0.54 | 310 | 0.69 | 0.27 |
| Hex | 76 | 16 | 66 | 0 | 51 | E | 36 | 136 | 45 | 1B |
| Octal | 166 | 26 | 146 | 0 | 121 | 16 | 66 | 466 | 105 | 33 |
| Binary | 1110110 | 10110 | 1100110 | 0 | 1010001 | 1110 | 110110 | 100110110 | 1000101 | 11011 |
Color Harmonies of #761666
Complementary color
Monochromatic Colors of #761666
Black with #761666
Text Example
Text Example
White with #761666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761666; }
p { color: rgb(118,22,102); }
H1.HeaderClassName
{
color: #761666;
}
.AnyTagClassName
{
color: #761666;
}
</style>
background-color css
<style>
a { background-color: #761666; }
a { background-color: rgb(118,22,102); }
div.DivClassName
{
background-color: #761666;
}
.BgClassName
{
background-color: #761666;
}
</style>
border-color css
<style>
span { border-color: #761666; }
span { border-color: rgb(118,22,102); }
td.TdClassName
{
border-color: #761666;
}
.TagClassName
{
border-color: #761666;
}
</style>