Shades of Palatinate Purple #772C5D
Tints of Palatinate Purple #772C5D
RGB
CMYK
RGB Variations
Color information
#772C5D (or 0x772C5D) is known color: Palatinate Purple. HEX triplet: 77, 2C and 5D. RGB value is (119,44,93). Sum of RGB (Red+Green+Blue) = 119+44+93=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C5D is #88D3A2. Grayscale: #474747. Windows color (decimal): -8967075 or 6106231. OLE color: 6106231.
HSL color Cylindrical-coordinate representation of color #772C5D: hue angle of 320.8º 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 #772C5D is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 93 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.53 |
| HSL | 320.8º | 0.46% | 0.32% | - |
| HSV(B) | 320.8º | 0.63% | 0.47% | - |
| XYZ | 10.48 | 6.51 | 11.06 | - |
| YUV | 72.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 93 | 0 | 0.63 | 0.22 | 0.53 | 320.8 | 0.46 | 0.32 |
| Hex | 77 | 2C | 5D | 0 | 3F | 16 | 35 | 141 | 2E | 20 |
| Octal | 167 | 54 | 135 | 0 | 77 | 26 | 65 | 501 | 56 | 40 |
| Binary | 1110111 | 101100 | 1011101 | 0 | 111111 | 10110 | 110101 | 101000001 | 101110 | 100000 |
Color Harmonies of #772C5D
Complementary color
Monochromatic Colors of #772C5D
Black with #772C5D
Text Example
Text Example
White with #772C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C5D; }
p { color: rgb(119,44,93); }
H1.HeaderClassName
{
color: #772C5D;
}
.AnyTagClassName
{
color: #772C5D;
}
</style>
background-color css
<style>
a { background-color: #772C5D; }
a { background-color: rgb(119,44,93); }
div.DivClassName
{
background-color: #772C5D;
}
.BgClassName
{
background-color: #772C5D;
}
</style>
border-color css
<style>
span { border-color: #772C5D; }
span { border-color: rgb(119,44,93); }
td.TdClassName
{
border-color: #772C5D;
}
.TagClassName
{
border-color: #772C5D;
}
</style>