Shades of Palatinate Purple #772D5F
Tints of Palatinate Purple #772D5F
RGB
CMYK
RGB Variations
Color information
#772D5F (or 0x772D5F) is known color: Palatinate Purple. HEX triplet: 77, 2D and 5F. RGB value is (119,45,95). Sum of RGB (Red+Green+Blue) = 119+45+95=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D5F is #88D2A0. Grayscale: #484848. Windows color (decimal): -8966817 or 6237559. OLE color: 6237559.
HSL color Cylindrical-coordinate representation of color #772D5F: hue angle of 319.46º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D5F is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 95 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.53 |
| HSL | 319.46º | 0.45% | 0.32% | - |
| HSV(B) | 319.46º | 0.62% | 0.47% | - |
| XYZ | 10.61 | 6.62 | 11.55 | - |
| YUV | 72.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 95 | 0 | 0.62 | 0.20 | 0.53 | 319.46 | 0.45 | 0.32 |
| Hex | 77 | 2D | 5F | 0 | 3E | 14 | 35 | 13F | 2D | 20 |
| Octal | 167 | 55 | 137 | 0 | 76 | 24 | 65 | 477 | 55 | 40 |
| Binary | 1110111 | 101101 | 1011111 | 0 | 111110 | 10100 | 110101 | 100111111 | 101101 | 100000 |
Color Harmonies of #772D5F
Complementary color
Monochromatic Colors of #772D5F
Black with #772D5F
Text Example
Text Example
White with #772D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D5F; }
p { color: rgb(119,45,95); }
H1.HeaderClassName
{
color: #772D5F;
}
.AnyTagClassName
{
color: #772D5F;
}
</style>
background-color css
<style>
a { background-color: #772D5F; }
a { background-color: rgb(119,45,95); }
div.DivClassName
{
background-color: #772D5F;
}
.BgClassName
{
background-color: #772D5F;
}
</style>
border-color css
<style>
span { border-color: #772D5F; }
span { border-color: rgb(119,45,95); }
td.TdClassName
{
border-color: #772D5F;
}
.TagClassName
{
border-color: #772D5F;
}
</style>