Shades of Palatinate Purple #772462
Tints of Palatinate Purple #772462
RGB
CMYK
RGB Variations
Color information
#772462 (or 0x772462) is known color: Palatinate Purple. HEX triplet: 77, 24 and 62. RGB value is (119,36,98). Sum of RGB (Red+Green+Blue) = 119+36+98=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #772462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772462 is #88DB9D. Grayscale: #434343. Windows color (decimal): -8969118 or 6431863. OLE color: 6431863.
HSL color Cylindrical-coordinate representation of color #772462: hue angle of 315.18º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772462 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 98 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.53 |
| HSL | 315.18º | 0.54% | 0.3% | - |
| HSV(B) | 315.18º | 0.7% | 0.47% | - |
| XYZ | 10.44 | 6.07 | 12.18 | - |
| YUV | 67.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 98 | 0 | 0.70 | 0.18 | 0.53 | 315.18 | 0.54 | 0.3 |
| Hex | 77 | 24 | 62 | 0 | 46 | 12 | 35 | 13B | 36 | 1E |
| Octal | 167 | 44 | 142 | 0 | 106 | 22 | 65 | 473 | 66 | 36 |
| Binary | 1110111 | 100100 | 1100010 | 0 | 1000110 | 10010 | 110101 | 100111011 | 110110 | 11110 |
Color Harmonies of #772462
Complementary color
Monochromatic Colors of #772462
Black with #772462
Text Example
Text Example
White with #772462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772462; }
p { color: rgb(119,36,98); }
H1.HeaderClassName
{
color: #772462;
}
.AnyTagClassName
{
color: #772462;
}
</style>
background-color css
<style>
a { background-color: #772462; }
a { background-color: rgb(119,36,98); }
div.DivClassName
{
background-color: #772462;
}
.BgClassName
{
background-color: #772462;
}
</style>
border-color css
<style>
span { border-color: #772462; }
span { border-color: rgb(119,36,98); }
td.TdClassName
{
border-color: #772462;
}
.TagClassName
{
border-color: #772462;
}
</style>