Shades of Palatinate Purple #771C63
Tints of Palatinate Purple #771C63
RGB
CMYK
RGB Variations
Color information
#771C63 (or 0x771C63) is known color: Palatinate Purple. HEX triplet: 77, 1C and 63. RGB value is (119,28,99). Sum of RGB (Red+Green+Blue) = 119+28+99=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #771C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C63 is #88E39C. Grayscale: #3F3F3F. Windows color (decimal): -8971165 or 6495351. OLE color: 6495351.
HSL color Cylindrical-coordinate representation of color #771C63: hue angle of 313.19º degrees, saturation: 0.62, 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 #771C63 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 99 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.53 |
| HSL | 313.19º | 0.62% | 0.29% | - |
| HSV(B) | 313.19º | 0.76% | 0.47% | - |
| XYZ | 10.28 | 5.65 | 12.35 | - |
| YUV | 63.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 99 | 0 | 0.76 | 0.17 | 0.53 | 313.19 | 0.62 | 0.29 |
| Hex | 77 | 1C | 63 | 0 | 4C | 11 | 35 | 139 | 3E | 1D |
| Octal | 167 | 34 | 143 | 0 | 114 | 21 | 65 | 471 | 76 | 35 |
| Binary | 1110111 | 11100 | 1100011 | 0 | 1001100 | 10001 | 110101 | 100111001 | 111110 | 11101 |
Color Harmonies of #771C63
Complementary color
Monochromatic Colors of #771C63
Black with #771C63
Text Example
Text Example
White with #771C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C63; }
p { color: rgb(119,28,99); }
H1.HeaderClassName
{
color: #771C63;
}
.AnyTagClassName
{
color: #771C63;
}
</style>
background-color css
<style>
a { background-color: #771C63; }
a { background-color: rgb(119,28,99); }
div.DivClassName
{
background-color: #771C63;
}
.BgClassName
{
background-color: #771C63;
}
</style>
border-color css
<style>
span { border-color: #771C63; }
span { border-color: rgb(119,28,99); }
td.TdClassName
{
border-color: #771C63;
}
.TagClassName
{
border-color: #771C63;
}
</style>