Shades of Palatinate Purple #772D62
Tints of Palatinate Purple #772D62
RGB
CMYK
RGB Variations
Color information
#772D62 (or 0x772D62) is known color: Palatinate Purple. HEX triplet: 77, 2D and 62. RGB value is (119,45,98). Sum of RGB (Red+Green+Blue) = 119+45+98=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D62 is #88D29D. Grayscale: #494949. Windows color (decimal): -8966814 or 6434167. OLE color: 6434167.
HSL color Cylindrical-coordinate representation of color #772D62: hue angle of 317.03º 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 #772D62 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 98 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.53 |
| HSL | 317.03º | 0.45% | 0.32% | - |
| HSV(B) | 317.03º | 0.62% | 0.47% | - |
| XYZ | 10.75 | 6.68 | 12.28 | - |
| YUV | 73.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 98 | 0 | 0.62 | 0.18 | 0.53 | 317.03 | 0.45 | 0.32 |
| Hex | 77 | 2D | 62 | 0 | 3E | 12 | 35 | 13D | 2D | 20 |
| Octal | 167 | 55 | 142 | 0 | 76 | 22 | 65 | 475 | 55 | 40 |
| Binary | 1110111 | 101101 | 1100010 | 0 | 111110 | 10010 | 110101 | 100111101 | 101101 | 100000 |
Color Harmonies of #772D62
Complementary color
Monochromatic Colors of #772D62
Black with #772D62
Text Example
Text Example
White with #772D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D62; }
p { color: rgb(119,45,98); }
H1.HeaderClassName
{
color: #772D62;
}
.AnyTagClassName
{
color: #772D62;
}
</style>
background-color css
<style>
a { background-color: #772D62; }
a { background-color: rgb(119,45,98); }
div.DivClassName
{
background-color: #772D62;
}
.BgClassName
{
background-color: #772D62;
}
</style>
border-color css
<style>
span { border-color: #772D62; }
span { border-color: rgb(119,45,98); }
td.TdClassName
{
border-color: #772D62;
}
.TagClassName
{
border-color: #772D62;
}
</style>