Shades of Palatinate Purple #770F5A
Tints of Palatinate Purple #770F5A
RGB
CMYK
RGB Variations
Color information
#770F5A (or 0x770F5A) is known color: Palatinate Purple. HEX triplet: 77, 0F and 5A. RGB value is (119,15,90). Sum of RGB (Red+Green+Blue) = 119+15+90=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F5A is #88F0A5. Grayscale: #363636. Windows color (decimal): -8974502 or 5902199. OLE color: 5902199.
HSL color Cylindrical-coordinate representation of color #770F5A: hue angle of 316.73º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F5A is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 90 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.53 |
| HSL | 316.73º | 0.78% | 0.26% | - |
| HSV(B) | 316.73º | 0.87% | 0.47% | - |
| XYZ | 9.62 | 5 | 10.13 | - |
| YUV | 54.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 90 | 0 | 0.87 | 0.24 | 0.53 | 316.73 | 0.78 | 0.26 |
| Hex | 77 | F | 5A | 0 | 57 | 18 | 35 | 13D | 4E | 1A |
| Octal | 167 | 17 | 132 | 0 | 127 | 30 | 65 | 475 | 116 | 32 |
| Binary | 1110111 | 1111 | 1011010 | 0 | 1010111 | 11000 | 110101 | 100111101 | 1001110 | 11010 |
Color Harmonies of #770F5A
Complementary color
Monochromatic Colors of #770F5A
Black with #770F5A
Text Example
Text Example
White with #770F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F5A; }
p { color: rgb(119,15,90); }
H1.HeaderClassName
{
color: #770F5A;
}
.AnyTagClassName
{
color: #770F5A;
}
</style>
background-color css
<style>
a { background-color: #770F5A; }
a { background-color: rgb(119,15,90); }
div.DivClassName
{
background-color: #770F5A;
}
.BgClassName
{
background-color: #770F5A;
}
</style>
border-color css
<style>
span { border-color: #770F5A; }
span { border-color: rgb(119,15,90); }
td.TdClassName
{
border-color: #770F5A;
}
.TagClassName
{
border-color: #770F5A;
}
</style>