Shades of Palatinate Purple #770862
Tints of Palatinate Purple #770862
RGB
CMYK
RGB Variations
Color information
#770862 (or 0x770862) is known color: Palatinate Purple. HEX triplet: 77, 08 and 62. RGB value is (119,8,98). Sum of RGB (Red+Green+Blue) = 119+8+98=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770862 is #88F79D. Grayscale: #333333. Windows color (decimal): -8976286 or 6424695. OLE color: 6424695.
HSL color Cylindrical-coordinate representation of color #770862: hue angle of 311.35º 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 #770862 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 98 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.53 |
| HSL | 311.35º | 0.87% | 0.25% | - |
| HSV(B) | 311.35º | 0.93% | 0.47% | - |
| XYZ | 9.9 | 4.98 | 11.99 | - |
| YUV | 51.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 98 | 0 | 0.93 | 0.18 | 0.53 | 311.35 | 0.87 | 0.25 |
| Hex | 77 | 8 | 62 | 0 | 5D | 12 | 35 | 137 | 57 | 19 |
| Octal | 167 | 10 | 142 | 0 | 135 | 22 | 65 | 467 | 127 | 31 |
| Binary | 1110111 | 1000 | 1100010 | 0 | 1011101 | 10010 | 110101 | 100110111 | 1010111 | 11001 |
Color Harmonies of #770862
Complementary color
Monochromatic Colors of #770862
Black with #770862
Text Example
Text Example
White with #770862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770862; }
p { color: rgb(119,8,98); }
H1.HeaderClassName
{
color: #770862;
}
.AnyTagClassName
{
color: #770862;
}
</style>
background-color css
<style>
a { background-color: #770862; }
a { background-color: rgb(119,8,98); }
div.DivClassName
{
background-color: #770862;
}
.BgClassName
{
background-color: #770862;
}
</style>
border-color css
<style>
span { border-color: #770862; }
span { border-color: rgb(119,8,98); }
td.TdClassName
{
border-color: #770862;
}
.TagClassName
{
border-color: #770862;
}
</style>