Shades of Palatinate Purple #771D63
Tints of Palatinate Purple #771D63
RGB
CMYK
RGB Variations
Color information
#771D63 (or 0x771D63) is known color: Palatinate Purple. HEX triplet: 77, 1D and 63. RGB value is (119,29,99). Sum of RGB (Red+Green+Blue) = 119+29+99=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #771D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D63 is #88E29C. Grayscale: #3F3F3F. Windows color (decimal): -8970909 or 6495607. OLE color: 6495607.
HSL color Cylindrical-coordinate representation of color #771D63: hue angle of 313.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 #771D63 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 99 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.53 |
| HSL | 313.33º | 0.61% | 0.29% | - |
| HSV(B) | 313.33º | 0.76% | 0.47% | - |
| XYZ | 10.3 | 5.7 | 12.36 | - |
| YUV | 63.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 99 | 0 | 0.76 | 0.17 | 0.53 | 313.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 63 | 0 | 4C | 11 | 35 | 139 | 3D | 1D |
| Octal | 167 | 35 | 143 | 0 | 114 | 21 | 65 | 471 | 75 | 35 |
| Binary | 1110111 | 11101 | 1100011 | 0 | 1001100 | 10001 | 110101 | 100111001 | 111101 | 11101 |
Color Harmonies of #771D63
Complementary color
Monochromatic Colors of #771D63
Black with #771D63
Text Example
Text Example
White with #771D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D63; }
p { color: rgb(119,29,99); }
H1.HeaderClassName
{
color: #771D63;
}
.AnyTagClassName
{
color: #771D63;
}
</style>
background-color css
<style>
a { background-color: #771D63; }
a { background-color: rgb(119,29,99); }
div.DivClassName
{
background-color: #771D63;
}
.BgClassName
{
background-color: #771D63;
}
</style>
border-color css
<style>
span { border-color: #771D63; }
span { border-color: rgb(119,29,99); }
td.TdClassName
{
border-color: #771D63;
}
.TagClassName
{
border-color: #771D63;
}
</style>