Shades of Palatinate Purple #77205D
Tints of Palatinate Purple #77205D
RGB
CMYK
RGB Variations
Color information
#77205D (or 0x77205D) is known color: Palatinate Purple. HEX triplet: 77, 20 and 5D. RGB value is (119,32,93). Sum of RGB (Red+Green+Blue) = 119+32+93=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77205D is #88DFA2. Grayscale: #404040. Windows color (decimal): -8970147 or 6103159. OLE color: 6103159.
HSL color Cylindrical-coordinate representation of color #77205D: hue angle of 317.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77205D is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 93 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.53 |
| HSL | 317.93º | 0.58% | 0.3% | - |
| HSV(B) | 317.93º | 0.73% | 0.47% | - |
| XYZ | 10.1 | 5.75 | 10.93 | - |
| YUV | 64.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 93 | 0 | 0.73 | 0.22 | 0.53 | 317.93 | 0.58 | 0.3 |
| Hex | 77 | 20 | 5D | 0 | 49 | 16 | 35 | 13E | 3A | 1E |
| Octal | 167 | 40 | 135 | 0 | 111 | 26 | 65 | 476 | 72 | 36 |
| Binary | 1110111 | 100000 | 1011101 | 0 | 1001001 | 10110 | 110101 | 100111110 | 111010 | 11110 |
Color Harmonies of #77205D
Complementary color
Monochromatic Colors of #77205D
Black with #77205D
Text Example
Text Example
White with #77205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77205D; }
p { color: rgb(119,32,93); }
H1.HeaderClassName
{
color: #77205D;
}
.AnyTagClassName
{
color: #77205D;
}
</style>
background-color css
<style>
a { background-color: #77205D; }
a { background-color: rgb(119,32,93); }
div.DivClassName
{
background-color: #77205D;
}
.BgClassName
{
background-color: #77205D;
}
</style>
border-color css
<style>
span { border-color: #77205D; }
span { border-color: rgb(119,32,93); }
td.TdClassName
{
border-color: #77205D;
}
.TagClassName
{
border-color: #77205D;
}
</style>