Shades of Palatinate Purple #77376C
Tints of Palatinate Purple #77376C
RGB
CMYK
RGB Variations
Color information
#77376C (or 0x77376C) is known color: Palatinate Purple. HEX triplet: 77, 37 and 6C. RGB value is (119,55,108). Sum of RGB (Red+Green+Blue) = 119+55+108=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376C is #88C893. Grayscale: #505050. Windows color (decimal): -8964244 or 7092087. OLE color: 7092087.
HSL color Cylindrical-coordinate representation of color #77376C: hue angle of 310.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77376C is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 108 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.53 |
| HSL | 310.31º | 0.37% | 0.34% | - |
| HSV(B) | 310.31º | 0.54% | 0.47% | - |
| XYZ | 11.68 | 7.74 | 15.07 | - |
| YUV | 80.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 108 | 0 | 0.54 | 0.09 | 0.53 | 310.31 | 0.37 | 0.34 |
| Hex | 77 | 37 | 6C | 0 | 36 | 9 | 35 | 136 | 25 | 22 |
| Octal | 167 | 67 | 154 | 0 | 66 | 11 | 65 | 466 | 45 | 42 |
| Binary | 1110111 | 110111 | 1101100 | 0 | 110110 | 1001 | 110101 | 100110110 | 100101 | 100010 |
Color Harmonies of #77376C
Complementary color
Monochromatic Colors of #77376C
Black with #77376C
Text Example
Text Example
White with #77376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77376C; }
p { color: rgb(119,55,108); }
H1.HeaderClassName
{
color: #77376C;
}
.AnyTagClassName
{
color: #77376C;
}
</style>
background-color css
<style>
a { background-color: #77376C; }
a { background-color: rgb(119,55,108); }
div.DivClassName
{
background-color: #77376C;
}
.BgClassName
{
background-color: #77376C;
}
</style>
border-color css
<style>
span { border-color: #77376C; }
span { border-color: rgb(119,55,108); }
td.TdClassName
{
border-color: #77376C;
}
.TagClassName
{
border-color: #77376C;
}
</style>