Shades of Palatinate Purple #77085C
Tints of Palatinate Purple #77085C
RGB
CMYK
RGB Variations
Color information
#77085C (or 0x77085C) is known color: Palatinate Purple. HEX triplet: 77, 08 and 5C. RGB value is (119,8,92). Sum of RGB (Red+Green+Blue) = 119+8+92=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77085C is #88F7A3. Grayscale: #323232. Windows color (decimal): -8976292 or 6031479. OLE color: 6031479.
HSL color Cylindrical-coordinate representation of color #77085C: hue angle of 314.59º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77085C is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 92 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.53 |
| HSL | 314.59º | 0.87% | 0.25% | - |
| HSV(B) | 314.59º | 0.93% | 0.47% | - |
| XYZ | 9.63 | 4.87 | 10.56 | - |
| YUV | 50.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 92 | 0 | 0.93 | 0.23 | 0.53 | 314.59 | 0.87 | 0.25 |
| Hex | 77 | 8 | 5C | 0 | 5D | 17 | 35 | 13B | 57 | 19 |
| Octal | 167 | 10 | 134 | 0 | 135 | 27 | 65 | 473 | 127 | 31 |
| Binary | 1110111 | 1000 | 1011100 | 0 | 1011101 | 10111 | 110101 | 100111011 | 1010111 | 11001 |
Color Harmonies of #77085C
Complementary color
Monochromatic Colors of #77085C
Black with #77085C
Text Example
Text Example
White with #77085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77085C; }
p { color: rgb(119,8,92); }
H1.HeaderClassName
{
color: #77085C;
}
.AnyTagClassName
{
color: #77085C;
}
</style>
background-color css
<style>
a { background-color: #77085C; }
a { background-color: rgb(119,8,92); }
div.DivClassName
{
background-color: #77085C;
}
.BgClassName
{
background-color: #77085C;
}
</style>
border-color css
<style>
span { border-color: #77085C; }
span { border-color: rgb(119,8,92); }
td.TdClassName
{
border-color: #77085C;
}
.TagClassName
{
border-color: #77085C;
}
</style>