Shades of Palatinate Purple #77376B
Tints of Palatinate Purple #77376B
RGB
CMYK
RGB Variations
Color information
#77376B (or 0x77376B) is known color: Palatinate Purple. HEX triplet: 77, 37 and 6B. RGB value is (119,55,107). Sum of RGB (Red+Green+Blue) = 119+55+107=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376B is #88C894. Grayscale: #4F4F4F. Windows color (decimal): -8964245 or 7026551. OLE color: 7026551.
HSL color Cylindrical-coordinate representation of color #77376B: hue angle of 311.25º 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 #77376B is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 107 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.53 |
| HSL | 311.25º | 0.37% | 0.34% | - |
| HSV(B) | 311.25º | 0.54% | 0.47% | - |
| XYZ | 11.63 | 7.72 | 14.79 | - |
| YUV | 80.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 107 | 0 | 0.54 | 0.10 | 0.53 | 311.25 | 0.37 | 0.34 |
| Hex | 77 | 37 | 6B | 0 | 36 | A | 35 | 137 | 25 | 22 |
| Octal | 167 | 67 | 153 | 0 | 66 | 12 | 65 | 467 | 45 | 42 |
| Binary | 1110111 | 110111 | 1101011 | 0 | 110110 | 1010 | 110101 | 100110111 | 100101 | 100010 |
Color Harmonies of #77376B
Complementary color
Monochromatic Colors of #77376B
Black with #77376B
Text Example
Text Example
White with #77376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77376B; }
p { color: rgb(119,55,107); }
H1.HeaderClassName
{
color: #77376B;
}
.AnyTagClassName
{
color: #77376B;
}
</style>
background-color css
<style>
a { background-color: #77376B; }
a { background-color: rgb(119,55,107); }
div.DivClassName
{
background-color: #77376B;
}
.BgClassName
{
background-color: #77376B;
}
</style>
border-color css
<style>
span { border-color: #77376B; }
span { border-color: rgb(119,55,107); }
td.TdClassName
{
border-color: #77376B;
}
.TagClassName
{
border-color: #77376B;
}
</style>