Shades of Palatinate Purple #772862
Tints of Palatinate Purple #772862
RGB
CMYK
RGB Variations
Color information
#772862 (or 0x772862) is known color: Palatinate Purple. HEX triplet: 77, 28 and 62. RGB value is (119,40,98). Sum of RGB (Red+Green+Blue) = 119+40+98=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #772862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772862 is #88D79D. Grayscale: #464646. Windows color (decimal): -8968094 or 6432887. OLE color: 6432887.
HSL color Cylindrical-coordinate representation of color #772862: hue angle of 315.95º 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 #772862 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 98 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.53 |
| HSL | 315.95º | 0.5% | 0.31% | - |
| HSV(B) | 315.95º | 0.66% | 0.47% | - |
| XYZ | 10.57 | 6.32 | 12.22 | - |
| YUV | 70.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 98 | 0 | 0.66 | 0.18 | 0.53 | 315.95 | 0.5 | 0.31 |
| Hex | 77 | 28 | 62 | 0 | 42 | 12 | 35 | 13C | 32 | 1F |
| Octal | 167 | 50 | 142 | 0 | 102 | 22 | 65 | 474 | 62 | 37 |
| Binary | 1110111 | 101000 | 1100010 | 0 | 1000010 | 10010 | 110101 | 100111100 | 110010 | 11111 |
Color Harmonies of #772862
Complementary color
Monochromatic Colors of #772862
Black with #772862
Text Example
Text Example
White with #772862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772862; }
p { color: rgb(119,40,98); }
H1.HeaderClassName
{
color: #772862;
}
.AnyTagClassName
{
color: #772862;
}
</style>
background-color css
<style>
a { background-color: #772862; }
a { background-color: rgb(119,40,98); }
div.DivClassName
{
background-color: #772862;
}
.BgClassName
{
background-color: #772862;
}
</style>
border-color css
<style>
span { border-color: #772862; }
span { border-color: rgb(119,40,98); }
td.TdClassName
{
border-color: #772862;
}
.TagClassName
{
border-color: #772862;
}
</style>