Shades of Palatinate Purple #771D59
Tints of Palatinate Purple #771D59
RGB
CMYK
RGB Variations
Color information
#771D59 (or 0x771D59) is known color: Palatinate Purple. HEX triplet: 77, 1D and 59. RGB value is (119,29,89). Sum of RGB (Red+Green+Blue) = 119+29+89=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #771D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D59 is #88E2A6. Grayscale: #3E3E3E. Windows color (decimal): -8970919 or 5840247. OLE color: 5840247.
HSL color Cylindrical-coordinate representation of color #771D59: hue angle of 320º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D59 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 89 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.53 |
| HSL | 320º | 0.61% | 0.29% | - |
| HSV(B) | 320º | 0.76% | 0.47% | - |
| XYZ | 9.85 | 5.52 | 10 | - |
| YUV | 62.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 89 | 0 | 0.76 | 0.25 | 0.53 | 320 | 0.61 | 0.29 |
| Hex | 77 | 1D | 59 | 0 | 4C | 19 | 35 | 140 | 3D | 1D |
| Octal | 167 | 35 | 131 | 0 | 114 | 31 | 65 | 500 | 75 | 35 |
| Binary | 1110111 | 11101 | 1011001 | 0 | 1001100 | 11001 | 110101 | 101000000 | 111101 | 11101 |
Color Harmonies of #771D59
Complementary color
Monochromatic Colors of #771D59
Black with #771D59
Text Example
Text Example
White with #771D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D59; }
p { color: rgb(119,29,89); }
H1.HeaderClassName
{
color: #771D59;
}
.AnyTagClassName
{
color: #771D59;
}
</style>
background-color css
<style>
a { background-color: #771D59; }
a { background-color: rgb(119,29,89); }
div.DivClassName
{
background-color: #771D59;
}
.BgClassName
{
background-color: #771D59;
}
</style>
border-color css
<style>
span { border-color: #771D59; }
span { border-color: rgb(119,29,89); }
td.TdClassName
{
border-color: #771D59;
}
.TagClassName
{
border-color: #771D59;
}
</style>