Shades of Palatinate Purple #77165D
Tints of Palatinate Purple #77165D
RGB
CMYK
RGB Variations
Color information
#77165D (or 0x77165D) is known color: Palatinate Purple. HEX triplet: 77, 16 and 5D. RGB value is (119,22,93). Sum of RGB (Red+Green+Blue) = 119+22+93=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77165D is #88E9A2. Grayscale: #3A3A3A. Windows color (decimal): -8972707 or 6100599. OLE color: 6100599.
HSL color Cylindrical-coordinate representation of color #77165D: hue angle of 316.08º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77165D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 93 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.53 |
| HSL | 316.08º | 0.69% | 0.28% | - |
| HSV(B) | 316.08º | 0.82% | 0.47% | - |
| XYZ | 9.87 | 5.29 | 10.86 | - |
| YUV | 59.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 93 | 0 | 0.82 | 0.22 | 0.53 | 316.08 | 0.69 | 0.28 |
| Hex | 77 | 16 | 5D | 0 | 52 | 16 | 35 | 13C | 45 | 1C |
| Octal | 167 | 26 | 135 | 0 | 122 | 26 | 65 | 474 | 105 | 34 |
| Binary | 1110111 | 10110 | 1011101 | 0 | 1010010 | 10110 | 110101 | 100111100 | 1000101 | 11100 |
Color Harmonies of #77165D
Complementary color
Monochromatic Colors of #77165D
Black with #77165D
Text Example
Text Example
White with #77165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77165D; }
p { color: rgb(119,22,93); }
H1.HeaderClassName
{
color: #77165D;
}
.AnyTagClassName
{
color: #77165D;
}
</style>
background-color css
<style>
a { background-color: #77165D; }
a { background-color: rgb(119,22,93); }
div.DivClassName
{
background-color: #77165D;
}
.BgClassName
{
background-color: #77165D;
}
</style>
border-color css
<style>
span { border-color: #77165D; }
span { border-color: rgb(119,22,93); }
td.TdClassName
{
border-color: #77165D;
}
.TagClassName
{
border-color: #77165D;
}
</style>