Shades of Palatinate Purple #771966
Tints of Palatinate Purple #771966
RGB
CMYK
RGB Variations
Color information
#771966 (or 0x771966) is known color: Palatinate Purple. HEX triplet: 77, 19 and 66. RGB value is (119,25,102). Sum of RGB (Red+Green+Blue) = 119+25+102=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #771966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771966 is #88E699. Grayscale: #3D3D3D. Windows color (decimal): -8971930 or 6691191. OLE color: 6691191.
HSL color Cylindrical-coordinate representation of color #771966: hue angle of 310.85º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771966 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 102 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.53 |
| HSL | 310.85º | 0.65% | 0.28% | - |
| HSV(B) | 310.85º | 0.79% | 0.47% | - |
| XYZ | 10.35 | 5.58 | 13.1 | - |
| YUV | 61.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 102 | 0 | 0.79 | 0.14 | 0.53 | 310.85 | 0.65 | 0.28 |
| Hex | 77 | 19 | 66 | 0 | 4F | E | 35 | 137 | 41 | 1C |
| Octal | 167 | 31 | 146 | 0 | 117 | 16 | 65 | 467 | 101 | 34 |
| Binary | 1110111 | 11001 | 1100110 | 0 | 1001111 | 1110 | 110101 | 100110111 | 1000001 | 11100 |
Color Harmonies of #771966
Complementary color
Monochromatic Colors of #771966
Black with #771966
Text Example
Text Example
White with #771966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771966; }
p { color: rgb(119,25,102); }
H1.HeaderClassName
{
color: #771966;
}
.AnyTagClassName
{
color: #771966;
}
</style>
background-color css
<style>
a { background-color: #771966; }
a { background-color: rgb(119,25,102); }
div.DivClassName
{
background-color: #771966;
}
.BgClassName
{
background-color: #771966;
}
</style>
border-color css
<style>
span { border-color: #771966; }
span { border-color: rgb(119,25,102); }
td.TdClassName
{
border-color: #771966;
}
.TagClassName
{
border-color: #771966;
}
</style>