Shades of Palatinate Purple #770861
Tints of Palatinate Purple #770861
RGB
CMYK
RGB Variations
Color information
#770861 (or 0x770861) is known color: Palatinate Purple. HEX triplet: 77, 08 and 61. RGB value is (119,8,97). Sum of RGB (Red+Green+Blue) = 119+8+97=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770861 is #88F79E. Grayscale: #333333. Windows color (decimal): -8976287 or 6359159. OLE color: 6359159.
HSL color Cylindrical-coordinate representation of color #770861: hue angle of 311.89º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770861 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 97 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.53 |
| HSL | 311.89º | 0.87% | 0.25% | - |
| HSV(B) | 311.89º | 0.93% | 0.47% | - |
| XYZ | 9.85 | 4.96 | 11.75 | - |
| YUV | 51.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 97 | 0 | 0.93 | 0.18 | 0.53 | 311.89 | 0.87 | 0.25 |
| Hex | 77 | 8 | 61 | 0 | 5D | 12 | 35 | 138 | 57 | 19 |
| Octal | 167 | 10 | 141 | 0 | 135 | 22 | 65 | 470 | 127 | 31 |
| Binary | 1110111 | 1000 | 1100001 | 0 | 1011101 | 10010 | 110101 | 100111000 | 1010111 | 11001 |
Color Harmonies of #770861
Complementary color
Monochromatic Colors of #770861
Black with #770861
Text Example
Text Example
White with #770861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770861; }
p { color: rgb(119,8,97); }
H1.HeaderClassName
{
color: #770861;
}
.AnyTagClassName
{
color: #770861;
}
</style>
background-color css
<style>
a { background-color: #770861; }
a { background-color: rgb(119,8,97); }
div.DivClassName
{
background-color: #770861;
}
.BgClassName
{
background-color: #770861;
}
</style>
border-color css
<style>
span { border-color: #770861; }
span { border-color: rgb(119,8,97); }
td.TdClassName
{
border-color: #770861;
}
.TagClassName
{
border-color: #770861;
}
</style>