Shades of Palatinate Purple #77215D
Tints of Palatinate Purple #77215D
RGB
CMYK
RGB Variations
Color information
#77215D (or 0x77215D) is known color: Palatinate Purple. HEX triplet: 77, 21 and 5D. RGB value is (119,33,93). Sum of RGB (Red+Green+Blue) = 119+33+93=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77215D is #88DEA2. Grayscale: #414141. Windows color (decimal): -8969891 or 6103415. OLE color: 6103415.
HSL color Cylindrical-coordinate representation of color #77215D: hue angle of 318.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77215D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 93 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.53 |
| HSL | 318.14º | 0.57% | 0.3% | - |
| HSV(B) | 318.14º | 0.72% | 0.47% | - |
| XYZ | 10.13 | 5.8 | 10.94 | - |
| YUV | 65.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 93 | 0 | 0.72 | 0.22 | 0.53 | 318.14 | 0.57 | 0.3 |
| Hex | 77 | 21 | 5D | 0 | 48 | 16 | 35 | 13E | 39 | 1E |
| Octal | 167 | 41 | 135 | 0 | 110 | 26 | 65 | 476 | 71 | 36 |
| Binary | 1110111 | 100001 | 1011101 | 0 | 1001000 | 10110 | 110101 | 100111110 | 111001 | 11110 |
Color Harmonies of #77215D
Complementary color
Monochromatic Colors of #77215D
Black with #77215D
Text Example
Text Example
White with #77215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77215D; }
p { color: rgb(119,33,93); }
H1.HeaderClassName
{
color: #77215D;
}
.AnyTagClassName
{
color: #77215D;
}
</style>
background-color css
<style>
a { background-color: #77215D; }
a { background-color: rgb(119,33,93); }
div.DivClassName
{
background-color: #77215D;
}
.BgClassName
{
background-color: #77215D;
}
</style>
border-color css
<style>
span { border-color: #77215D; }
span { border-color: rgb(119,33,93); }
td.TdClassName
{
border-color: #77215D;
}
.TagClassName
{
border-color: #77215D;
}
</style>