Shades of Palatinate Purple #772464
Tints of Palatinate Purple #772464
RGB
CMYK
RGB Variations
Color information
#772464 (or 0x772464) is known color: Palatinate Purple. HEX triplet: 77, 24 and 64. RGB value is (119,36,100). Sum of RGB (Red+Green+Blue) = 119+36+100=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772464 is #88DB9B. Grayscale: #434343. Windows color (decimal): -8969116 or 6562935. OLE color: 6562935.
HSL color Cylindrical-coordinate representation of color #772464: hue angle of 313.73º 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 #772464 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 100 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.53 |
| HSL | 313.73º | 0.54% | 0.3% | - |
| HSV(B) | 313.73º | 0.7% | 0.47% | - |
| XYZ | 10.54 | 6.1 | 12.68 | - |
| YUV | 68.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 100 | 0 | 0.70 | 0.16 | 0.53 | 313.73 | 0.54 | 0.3 |
| Hex | 77 | 24 | 64 | 0 | 46 | 10 | 35 | 13A | 36 | 1E |
| Octal | 167 | 44 | 144 | 0 | 106 | 20 | 65 | 472 | 66 | 36 |
| Binary | 1110111 | 100100 | 1100100 | 0 | 1000110 | 10000 | 110101 | 100111010 | 110110 | 11110 |
Color Harmonies of #772464
Complementary color
Monochromatic Colors of #772464
Black with #772464
Text Example
Text Example
White with #772464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772464; }
p { color: rgb(119,36,100); }
H1.HeaderClassName
{
color: #772464;
}
.AnyTagClassName
{
color: #772464;
}
</style>
background-color css
<style>
a { background-color: #772464; }
a { background-color: rgb(119,36,100); }
div.DivClassName
{
background-color: #772464;
}
.BgClassName
{
background-color: #772464;
}
</style>
border-color css
<style>
span { border-color: #772464; }
span { border-color: rgb(119,36,100); }
td.TdClassName
{
border-color: #772464;
}
.TagClassName
{
border-color: #772464;
}
</style>