Shades of Palatinate Purple #771E5A
Tints of Palatinate Purple #771E5A
RGB
CMYK
RGB Variations
Color information
#771E5A (or 0x771E5A) is known color: Palatinate Purple. HEX triplet: 77, 1E and 5A. RGB value is (119,30,90). Sum of RGB (Red+Green+Blue) = 119+30+90=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E5A is #88E1A5. Grayscale: #3F3F3F. Windows color (decimal): -8970662 or 5906039. OLE color: 5906039.
HSL color Cylindrical-coordinate representation of color #771E5A: hue angle of 319.55º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E5A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 90 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.53 |
| HSL | 319.55º | 0.6% | 0.29% | - |
| HSV(B) | 319.55º | 0.75% | 0.47% | - |
| XYZ | 9.92 | 5.59 | 10.23 | - |
| YUV | 63.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 90 | 0 | 0.75 | 0.24 | 0.53 | 319.55 | 0.6 | 0.29 |
| Hex | 77 | 1E | 5A | 0 | 4B | 18 | 35 | 140 | 3C | 1D |
| Octal | 167 | 36 | 132 | 0 | 113 | 30 | 65 | 500 | 74 | 35 |
| Binary | 1110111 | 11110 | 1011010 | 0 | 1001011 | 11000 | 110101 | 101000000 | 111100 | 11101 |
Color Harmonies of #771E5A
Complementary color
Monochromatic Colors of #771E5A
Black with #771E5A
Text Example
Text Example
White with #771E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E5A; }
p { color: rgb(119,30,90); }
H1.HeaderClassName
{
color: #771E5A;
}
.AnyTagClassName
{
color: #771E5A;
}
</style>
background-color css
<style>
a { background-color: #771E5A; }
a { background-color: rgb(119,30,90); }
div.DivClassName
{
background-color: #771E5A;
}
.BgClassName
{
background-color: #771E5A;
}
</style>
border-color css
<style>
span { border-color: #771E5A; }
span { border-color: rgb(119,30,90); }
td.TdClassName
{
border-color: #771E5A;
}
.TagClassName
{
border-color: #771E5A;
}
</style>