Shades of Palatinate Purple #772863
Tints of Palatinate Purple #772863
RGB
CMYK
RGB Variations
Color information
#772863 (or 0x772863) is known color: Palatinate Purple. HEX triplet: 77, 28 and 63. RGB value is (119,40,99). Sum of RGB (Red+Green+Blue) = 119+40+99=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772863 is #88D79C. Grayscale: #464646. Windows color (decimal): -8968093 or 6498423. OLE color: 6498423.
HSL color Cylindrical-coordinate representation of color #772863: hue angle of 315.19º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772863 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 99 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.53 |
| HSL | 315.19º | 0.5% | 0.31% | - |
| HSV(B) | 315.19º | 0.66% | 0.47% | - |
| XYZ | 10.62 | 6.34 | 12.47 | - |
| YUV | 70.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 99 | 0 | 0.66 | 0.17 | 0.53 | 315.19 | 0.5 | 0.31 |
| Hex | 77 | 28 | 63 | 0 | 42 | 11 | 35 | 13B | 32 | 1F |
| Octal | 167 | 50 | 143 | 0 | 102 | 21 | 65 | 473 | 62 | 37 |
| Binary | 1110111 | 101000 | 1100011 | 0 | 1000010 | 10001 | 110101 | 100111011 | 110010 | 11111 |
Color Harmonies of #772863
Complementary color
Monochromatic Colors of #772863
Black with #772863
Text Example
Text Example
White with #772863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772863; }
p { color: rgb(119,40,99); }
H1.HeaderClassName
{
color: #772863;
}
.AnyTagClassName
{
color: #772863;
}
</style>
background-color css
<style>
a { background-color: #772863; }
a { background-color: rgb(119,40,99); }
div.DivClassName
{
background-color: #772863;
}
.BgClassName
{
background-color: #772863;
}
</style>
border-color css
<style>
span { border-color: #772863; }
span { border-color: rgb(119,40,99); }
td.TdClassName
{
border-color: #772863;
}
.TagClassName
{
border-color: #772863;
}
</style>