Shades of Palatinate Purple #77115A
Tints of Palatinate Purple #77115A
RGB
CMYK
RGB Variations
Color information
#77115A (or 0x77115A) is known color: Palatinate Purple. HEX triplet: 77, 11 and 5A. RGB value is (119,17,90). Sum of RGB (Red+Green+Blue) = 119+17+90=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77115A is #88EEA5. Grayscale: #373737. Windows color (decimal): -8973990 or 5902711. OLE color: 5902711.
HSL color Cylindrical-coordinate representation of color #77115A: hue angle of 317.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77115A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 17 | 90 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.53 |
| HSL | 317.06º | 0.75% | 0.27% | - |
| HSV(B) | 317.06º | 0.86% | 0.47% | - |
| XYZ | 9.65 | 5.06 | 10.14 | - |
| YUV | 55.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 90 | 0 | 0.86 | 0.24 | 0.53 | 317.06 | 0.75 | 0.27 |
| Hex | 77 | 11 | 5A | 0 | 56 | 18 | 35 | 13D | 4B | 1B |
| Octal | 167 | 21 | 132 | 0 | 126 | 30 | 65 | 475 | 113 | 33 |
| Binary | 1110111 | 10001 | 1011010 | 0 | 1010110 | 11000 | 110101 | 100111101 | 1001011 | 11011 |
Color Harmonies of #77115A
Complementary color
Monochromatic Colors of #77115A
Black with #77115A
Text Example
Text Example
White with #77115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77115A; }
p { color: rgb(119,17,90); }
H1.HeaderClassName
{
color: #77115A;
}
.AnyTagClassName
{
color: #77115A;
}
</style>
background-color css
<style>
a { background-color: #77115A; }
a { background-color: rgb(119,17,90); }
div.DivClassName
{
background-color: #77115A;
}
.BgClassName
{
background-color: #77115A;
}
</style>
border-color css
<style>
span { border-color: #77115A; }
span { border-color: rgb(119,17,90); }
td.TdClassName
{
border-color: #77115A;
}
.TagClassName
{
border-color: #77115A;
}
</style>