Shades of Palatinate Purple #771860
Tints of Palatinate Purple #771860
RGB
CMYK
RGB Variations
Color information
#771860 (or 0x771860) is known color: Palatinate Purple. HEX triplet: 77, 18 and 60. RGB value is (119,24,96). Sum of RGB (Red+Green+Blue) = 119+24+96=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771860 is #88E79F. Grayscale: #3C3C3C. Windows color (decimal): -8972192 or 6297719. OLE color: 6297719.
HSL color Cylindrical-coordinate representation of color #771860: hue angle of 314.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771860 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 96 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.53 |
| HSL | 314.53º | 0.66% | 0.28% | - |
| HSV(B) | 314.53º | 0.8% | 0.47% | - |
| XYZ | 10.05 | 5.42 | 11.58 | - |
| YUV | 60.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 96 | 0 | 0.80 | 0.19 | 0.53 | 314.53 | 0.66 | 0.28 |
| Hex | 77 | 18 | 60 | 0 | 50 | 13 | 35 | 13B | 42 | 1C |
| Octal | 167 | 30 | 140 | 0 | 120 | 23 | 65 | 473 | 102 | 34 |
| Binary | 1110111 | 11000 | 1100000 | 0 | 1010000 | 10011 | 110101 | 100111011 | 1000010 | 11100 |
Color Harmonies of #771860
Complementary color
Monochromatic Colors of #771860
Black with #771860
Text Example
Text Example
White with #771860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771860; }
p { color: rgb(119,24,96); }
H1.HeaderClassName
{
color: #771860;
}
.AnyTagClassName
{
color: #771860;
}
</style>
background-color css
<style>
a { background-color: #771860; }
a { background-color: rgb(119,24,96); }
div.DivClassName
{
background-color: #771860;
}
.BgClassName
{
background-color: #771860;
}
</style>
border-color css
<style>
span { border-color: #771860; }
span { border-color: rgb(119,24,96); }
td.TdClassName
{
border-color: #771860;
}
.TagClassName
{
border-color: #771860;
}
</style>