Shades of Palatinate Purple #771D65
Tints of Palatinate Purple #771D65
RGB
CMYK
RGB Variations
Color information
#771D65 (or 0x771D65) is known color: Palatinate Purple. HEX triplet: 77, 1D and 65. RGB value is (119,29,101). Sum of RGB (Red+Green+Blue) = 119+29+101=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #771D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D65 is #88E29A. Grayscale: #3F3F3F. Windows color (decimal): -8970907 or 6626679. OLE color: 6626679.
HSL color Cylindrical-coordinate representation of color #771D65: hue angle of 312º 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 #771D65 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 101 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.53 |
| HSL | 312º | 0.61% | 0.29% | - |
| HSV(B) | 312º | 0.76% | 0.47% | - |
| XYZ | 10.4 | 5.74 | 12.87 | - |
| YUV | 64.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 101 | 0 | 0.76 | 0.15 | 0.53 | 312 | 0.61 | 0.29 |
| Hex | 77 | 1D | 65 | 0 | 4C | F | 35 | 138 | 3D | 1D |
| Octal | 167 | 35 | 145 | 0 | 114 | 17 | 65 | 470 | 75 | 35 |
| Binary | 1110111 | 11101 | 1100101 | 0 | 1001100 | 1111 | 110101 | 100111000 | 111101 | 11101 |
Color Harmonies of #771D65
Complementary color
Monochromatic Colors of #771D65
Black with #771D65
Text Example
Text Example
White with #771D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D65; }
p { color: rgb(119,29,101); }
H1.HeaderClassName
{
color: #771D65;
}
.AnyTagClassName
{
color: #771D65;
}
</style>
background-color css
<style>
a { background-color: #771D65; }
a { background-color: rgb(119,29,101); }
div.DivClassName
{
background-color: #771D65;
}
.BgClassName
{
background-color: #771D65;
}
</style>
border-color css
<style>
span { border-color: #771D65; }
span { border-color: rgb(119,29,101); }
td.TdClassName
{
border-color: #771D65;
}
.TagClassName
{
border-color: #771D65;
}
</style>