Shades of Palatinate Purple #772C5F
Tints of Palatinate Purple #772C5F
RGB
CMYK
RGB Variations
Color information
#772C5F (or 0x772C5F) is known color: Palatinate Purple. HEX triplet: 77, 2C and 5F. RGB value is (119,44,95). Sum of RGB (Red+Green+Blue) = 119+44+95=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C5F is #88D3A0. Grayscale: #484848. Windows color (decimal): -8967073 or 6237303. OLE color: 6237303.
HSL color Cylindrical-coordinate representation of color #772C5F: hue angle of 319.2º 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 #772C5F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 95 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.53 |
| HSL | 319.2º | 0.46% | 0.32% | - |
| HSV(B) | 319.2º | 0.63% | 0.47% | - |
| XYZ | 10.57 | 6.55 | 11.53 | - |
| YUV | 72.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 95 | 0 | 0.63 | 0.20 | 0.53 | 319.2 | 0.46 | 0.32 |
| Hex | 77 | 2C | 5F | 0 | 3F | 14 | 35 | 13F | 2E | 20 |
| Octal | 167 | 54 | 137 | 0 | 77 | 24 | 65 | 477 | 56 | 40 |
| Binary | 1110111 | 101100 | 1011111 | 0 | 111111 | 10100 | 110101 | 100111111 | 101110 | 100000 |
Color Harmonies of #772C5F
Complementary color
Monochromatic Colors of #772C5F
Black with #772C5F
Text Example
Text Example
White with #772C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C5F; }
p { color: rgb(119,44,95); }
H1.HeaderClassName
{
color: #772C5F;
}
.AnyTagClassName
{
color: #772C5F;
}
</style>
background-color css
<style>
a { background-color: #772C5F; }
a { background-color: rgb(119,44,95); }
div.DivClassName
{
background-color: #772C5F;
}
.BgClassName
{
background-color: #772C5F;
}
</style>
border-color css
<style>
span { border-color: #772C5F; }
span { border-color: rgb(119,44,95); }
td.TdClassName
{
border-color: #772C5F;
}
.TagClassName
{
border-color: #772C5F;
}
</style>