Shades of Palatinate Purple #77386B
Tints of Palatinate Purple #77386B
RGB
CMYK
RGB Variations
Color information
#77386B (or 0x77386B) is known color: Palatinate Purple. HEX triplet: 77, 38 and 6B. RGB value is (119,56,107). Sum of RGB (Red+Green+Blue) = 119+56+107=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77386B is #88C794. Grayscale: #505050. Windows color (decimal): -8963989 or 7026807. OLE color: 7026807.
HSL color Cylindrical-coordinate representation of color #77386B: hue angle of 311.43º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77386B is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 107 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.53 |
| HSL | 311.43º | 0.36% | 0.34% | - |
| HSV(B) | 311.43º | 0.53% | 0.47% | - |
| XYZ | 11.68 | 7.81 | 14.8 | - |
| YUV | 80.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 107 | 0 | 0.53 | 0.10 | 0.53 | 311.43 | 0.36 | 0.34 |
| Hex | 77 | 38 | 6B | 0 | 35 | A | 35 | 137 | 24 | 22 |
| Octal | 167 | 70 | 153 | 0 | 65 | 12 | 65 | 467 | 44 | 42 |
| Binary | 1110111 | 111000 | 1101011 | 0 | 110101 | 1010 | 110101 | 100110111 | 100100 | 100010 |
Color Harmonies of #77386B
Complementary color
Monochromatic Colors of #77386B
Black with #77386B
Text Example
Text Example
White with #77386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77386B; }
p { color: rgb(119,56,107); }
H1.HeaderClassName
{
color: #77386B;
}
.AnyTagClassName
{
color: #77386B;
}
</style>
background-color css
<style>
a { background-color: #77386B; }
a { background-color: rgb(119,56,107); }
div.DivClassName
{
background-color: #77386B;
}
.BgClassName
{
background-color: #77386B;
}
</style>
border-color css
<style>
span { border-color: #77386B; }
span { border-color: rgb(119,56,107); }
td.TdClassName
{
border-color: #77386B;
}
.TagClassName
{
border-color: #77386B;
}
</style>