Shades of Palatinate Purple #770C59
Tints of Palatinate Purple #770C59
RGB
CMYK
RGB Variations
Color information
#770C59 (or 0x770C59) is known color: Palatinate Purple. HEX triplet: 77, 0C and 59. RGB value is (119,12,89). Sum of RGB (Red+Green+Blue) = 119+12+89=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C59 is #88F3A6. Grayscale: #343434. Windows color (decimal): -8975271 or 5835895. OLE color: 5835895.
HSL color Cylindrical-coordinate representation of color #770C59: hue angle of 316.82º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C59 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 89 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.53 |
| HSL | 316.82º | 0.82% | 0.26% | - |
| HSV(B) | 316.82º | 0.9% | 0.47% | - |
| XYZ | 9.54 | 4.91 | 9.9 | - |
| YUV | 52.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 89 | 0 | 0.90 | 0.25 | 0.53 | 316.82 | 0.82 | 0.26 |
| Hex | 77 | C | 59 | 0 | 5A | 19 | 35 | 13D | 52 | 1A |
| Octal | 167 | 14 | 131 | 0 | 132 | 31 | 65 | 475 | 122 | 32 |
| Binary | 1110111 | 1100 | 1011001 | 0 | 1011010 | 11001 | 110101 | 100111101 | 1010010 | 11010 |
Color Harmonies of #770C59
Complementary color
Monochromatic Colors of #770C59
Black with #770C59
Text Example
Text Example
White with #770C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C59; }
p { color: rgb(119,12,89); }
H1.HeaderClassName
{
color: #770C59;
}
.AnyTagClassName
{
color: #770C59;
}
</style>
background-color css
<style>
a { background-color: #770C59; }
a { background-color: rgb(119,12,89); }
div.DivClassName
{
background-color: #770C59;
}
.BgClassName
{
background-color: #770C59;
}
</style>
border-color css
<style>
span { border-color: #770C59; }
span { border-color: rgb(119,12,89); }
td.TdClassName
{
border-color: #770C59;
}
.TagClassName
{
border-color: #770C59;
}
</style>