Shades of Palatinate Purple #772C60
Tints of Palatinate Purple #772C60
RGB
CMYK
RGB Variations
Color information
#772C60 (or 0x772C60) is known color: Palatinate Purple. HEX triplet: 77, 2C and 60. RGB value is (119,44,96). Sum of RGB (Red+Green+Blue) = 119+44+96=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C60 is #88D39F. Grayscale: #484848. Windows color (decimal): -8967072 or 6302839. OLE color: 6302839.
HSL color Cylindrical-coordinate representation of color #772C60: hue angle of 318.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C60 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 96 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.53 |
| HSL | 318.4º | 0.46% | 0.32% | - |
| HSV(B) | 318.4º | 0.63% | 0.47% | - |
| XYZ | 10.62 | 6.57 | 11.77 | - |
| YUV | 72.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 96 | 0 | 0.63 | 0.19 | 0.53 | 318.4 | 0.46 | 0.32 |
| Hex | 77 | 2C | 60 | 0 | 3F | 13 | 35 | 13E | 2E | 20 |
| Octal | 167 | 54 | 140 | 0 | 77 | 23 | 65 | 476 | 56 | 40 |
| Binary | 1110111 | 101100 | 1100000 | 0 | 111111 | 10011 | 110101 | 100111110 | 101110 | 100000 |
Color Harmonies of #772C60
Complementary color
Monochromatic Colors of #772C60
Black with #772C60
Text Example
Text Example
White with #772C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C60; }
p { color: rgb(119,44,96); }
H1.HeaderClassName
{
color: #772C60;
}
.AnyTagClassName
{
color: #772C60;
}
</style>
background-color css
<style>
a { background-color: #772C60; }
a { background-color: rgb(119,44,96); }
div.DivClassName
{
background-color: #772C60;
}
.BgClassName
{
background-color: #772C60;
}
</style>
border-color css
<style>
span { border-color: #772C60; }
span { border-color: rgb(119,44,96); }
td.TdClassName
{
border-color: #772C60;
}
.TagClassName
{
border-color: #772C60;
}
</style>