Shades of Palatinate Purple #77386A
Tints of Palatinate Purple #77386A
RGB
CMYK
RGB Variations
Color information
#77386A (or 0x77386A) is known color: Palatinate Purple. HEX triplet: 77, 38 and 6A. RGB value is (119,56,106). Sum of RGB (Red+Green+Blue) = 119+56+106=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77386A is #88C795. Grayscale: #505050. Windows color (decimal): -8963990 or 6961271. OLE color: 6961271.
HSL color Cylindrical-coordinate representation of color #77386A: hue angle of 312.38º 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 #77386A is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 106 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.53 |
| HSL | 312.38º | 0.36% | 0.34% | - |
| HSV(B) | 312.38º | 0.53% | 0.47% | - |
| XYZ | 11.62 | 7.79 | 14.53 | - |
| YUV | 80.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 106 | 0 | 0.53 | 0.11 | 0.53 | 312.38 | 0.36 | 0.34 |
| Hex | 77 | 38 | 6A | 0 | 35 | B | 35 | 138 | 24 | 22 |
| Octal | 167 | 70 | 152 | 0 | 65 | 13 | 65 | 470 | 44 | 42 |
| Binary | 1110111 | 111000 | 1101010 | 0 | 110101 | 1011 | 110101 | 100111000 | 100100 | 100010 |
Color Harmonies of #77386A
Complementary color
Monochromatic Colors of #77386A
Black with #77386A
Text Example
Text Example
White with #77386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77386A; }
p { color: rgb(119,56,106); }
H1.HeaderClassName
{
color: #77386A;
}
.AnyTagClassName
{
color: #77386A;
}
</style>
background-color css
<style>
a { background-color: #77386A; }
a { background-color: rgb(119,56,106); }
div.DivClassName
{
background-color: #77386A;
}
.BgClassName
{
background-color: #77386A;
}
</style>
border-color css
<style>
span { border-color: #77386A; }
span { border-color: rgb(119,56,106); }
td.TdClassName
{
border-color: #77386A;
}
.TagClassName
{
border-color: #77386A;
}
</style>