Shades of Palatinate Purple #77366B
Tints of Palatinate Purple #77366B
RGB
CMYK
RGB Variations
Color information
#77366B (or 0x77366B) is known color: Palatinate Purple. HEX triplet: 77, 36 and 6B. RGB value is (119,54,107). Sum of RGB (Red+Green+Blue) = 119+54+107=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77366B is #88C994. Grayscale: #4F4F4F. Windows color (decimal): -8964501 or 7026295. OLE color: 7026295.
HSL color Cylindrical-coordinate representation of color #77366B: hue angle of 311.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77366B is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 107 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.53 |
| HSL | 311.08º | 0.38% | 0.34% | - |
| HSV(B) | 311.08º | 0.55% | 0.47% | - |
| XYZ | 11.58 | 7.62 | 14.77 | - |
| YUV | 79.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 107 | 0 | 0.55 | 0.10 | 0.53 | 311.08 | 0.38 | 0.34 |
| Hex | 77 | 36 | 6B | 0 | 37 | A | 35 | 137 | 26 | 22 |
| Octal | 167 | 66 | 153 | 0 | 67 | 12 | 65 | 467 | 46 | 42 |
| Binary | 1110111 | 110110 | 1101011 | 0 | 110111 | 1010 | 110101 | 100110111 | 100110 | 100010 |
Color Harmonies of #77366B
Complementary color
Monochromatic Colors of #77366B
Black with #77366B
Text Example
Text Example
White with #77366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77366B; }
p { color: rgb(119,54,107); }
H1.HeaderClassName
{
color: #77366B;
}
.AnyTagClassName
{
color: #77366B;
}
</style>
background-color css
<style>
a { background-color: #77366B; }
a { background-color: rgb(119,54,107); }
div.DivClassName
{
background-color: #77366B;
}
.BgClassName
{
background-color: #77366B;
}
</style>
border-color css
<style>
span { border-color: #77366B; }
span { border-color: rgb(119,54,107); }
td.TdClassName
{
border-color: #77366B;
}
.TagClassName
{
border-color: #77366B;
}
</style>