Shades of Palatinate Purple #771D60
Tints of Palatinate Purple #771D60
RGB
CMYK
RGB Variations
Color information
#771D60 (or 0x771D60) is known color: Palatinate Purple. HEX triplet: 77, 1D and 60. RGB value is (119,29,96). Sum of RGB (Red+Green+Blue) = 119+29+96=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #771D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D60 is #88E29F. Grayscale: #3F3F3F. Windows color (decimal): -8970912 or 6298999. OLE color: 6298999.
HSL color Cylindrical-coordinate representation of color #771D60: hue angle of 315.33º 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 #771D60 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 96 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.53 |
| HSL | 315.33º | 0.61% | 0.29% | - |
| HSV(B) | 315.33º | 0.76% | 0.47% | - |
| XYZ | 10.16 | 5.65 | 11.62 | - |
| YUV | 63.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 96 | 0 | 0.76 | 0.19 | 0.53 | 315.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 60 | 0 | 4C | 13 | 35 | 13B | 3D | 1D |
| Octal | 167 | 35 | 140 | 0 | 114 | 23 | 65 | 473 | 75 | 35 |
| Binary | 1110111 | 11101 | 1100000 | 0 | 1001100 | 10011 | 110101 | 100111011 | 111101 | 11101 |
Color Harmonies of #771D60
Complementary color
Monochromatic Colors of #771D60
Black with #771D60
Text Example
Text Example
White with #771D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D60; }
p { color: rgb(119,29,96); }
H1.HeaderClassName
{
color: #771D60;
}
.AnyTagClassName
{
color: #771D60;
}
</style>
background-color css
<style>
a { background-color: #771D60; }
a { background-color: rgb(119,29,96); }
div.DivClassName
{
background-color: #771D60;
}
.BgClassName
{
background-color: #771D60;
}
</style>
border-color css
<style>
span { border-color: #771D60; }
span { border-color: rgb(119,29,96); }
td.TdClassName
{
border-color: #771D60;
}
.TagClassName
{
border-color: #771D60;
}
</style>