Shades of Palatinate Purple #771D66
Tints of Palatinate Purple #771D66
RGB
CMYK
RGB Variations
Color information
#771D66 (or 0x771D66) is known color: Palatinate Purple. HEX triplet: 77, 1D and 66. RGB value is (119,29,102). Sum of RGB (Red+Green+Blue) = 119+29+102=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #771D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D66 is #88E299. Grayscale: #404040. Windows color (decimal): -8970906 or 6692215. OLE color: 6692215.
HSL color Cylindrical-coordinate representation of color #771D66: hue angle of 311.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 #771D66 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 102 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.53 |
| HSL | 311.33º | 0.61% | 0.29% | - |
| HSV(B) | 311.33º | 0.76% | 0.47% | - |
| XYZ | 10.45 | 5.76 | 13.13 | - |
| YUV | 64.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 102 | 0 | 0.76 | 0.14 | 0.53 | 311.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 66 | 0 | 4C | E | 35 | 137 | 3D | 1D |
| Octal | 167 | 35 | 146 | 0 | 114 | 16 | 65 | 467 | 75 | 35 |
| Binary | 1110111 | 11101 | 1100110 | 0 | 1001100 | 1110 | 110101 | 100110111 | 111101 | 11101 |
Color Harmonies of #771D66
Complementary color
Monochromatic Colors of #771D66
Black with #771D66
Text Example
Text Example
White with #771D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D66; }
p { color: rgb(119,29,102); }
H1.HeaderClassName
{
color: #771D66;
}
.AnyTagClassName
{
color: #771D66;
}
</style>
background-color css
<style>
a { background-color: #771D66; }
a { background-color: rgb(119,29,102); }
div.DivClassName
{
background-color: #771D66;
}
.BgClassName
{
background-color: #771D66;
}
</style>
border-color css
<style>
span { border-color: #771D66; }
span { border-color: rgb(119,29,102); }
td.TdClassName
{
border-color: #771D66;
}
.TagClassName
{
border-color: #771D66;
}
</style>