Shades of Palatinate Purple #77295E
Tints of Palatinate Purple #77295E
RGB
CMYK
RGB Variations
Color information
#77295E (or 0x77295E) is known color: Palatinate Purple. HEX triplet: 77, 29 and 5E. RGB value is (119,41,94). Sum of RGB (Red+Green+Blue) = 119+41+94=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295E is #88D6A1. Grayscale: #464646. Windows color (decimal): -8967842 or 6170999. OLE color: 6170999.
HSL color Cylindrical-coordinate representation of color #77295E: hue angle of 319.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77295E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 94 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.53 |
| HSL | 319.23º | 0.49% | 0.31% | - |
| HSV(B) | 319.23º | 0.66% | 0.47% | - |
| XYZ | 10.42 | 6.32 | 11.26 | - |
| YUV | 70.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 94 | 0 | 0.66 | 0.21 | 0.53 | 319.23 | 0.49 | 0.31 |
| Hex | 77 | 29 | 5E | 0 | 42 | 15 | 35 | 13F | 31 | 1F |
| Octal | 167 | 51 | 136 | 0 | 102 | 25 | 65 | 477 | 61 | 37 |
| Binary | 1110111 | 101001 | 1011110 | 0 | 1000010 | 10101 | 110101 | 100111111 | 110001 | 11111 |
Color Harmonies of #77295E
Complementary color
Monochromatic Colors of #77295E
Black with #77295E
Text Example
Text Example
White with #77295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77295E; }
p { color: rgb(119,41,94); }
H1.HeaderClassName
{
color: #77295E;
}
.AnyTagClassName
{
color: #77295E;
}
</style>
background-color css
<style>
a { background-color: #77295E; }
a { background-color: rgb(119,41,94); }
div.DivClassName
{
background-color: #77295E;
}
.BgClassName
{
background-color: #77295E;
}
</style>
border-color css
<style>
span { border-color: #77295E; }
span { border-color: rgb(119,41,94); }
td.TdClassName
{
border-color: #77295E;
}
.TagClassName
{
border-color: #77295E;
}
</style>