Shades of Palatinate Purple #722C59
Tints of Palatinate Purple #722C59
RGB
CMYK
RGB Variations
Color information
#722C59 (or 0x722C59) is known color: Palatinate Purple. HEX triplet: 72, 2C and 59. RGB value is (114,44,89). Sum of RGB (Red+Green+Blue) = 114+44+89=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #722C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C59 is #8DD3A6. Grayscale: #454545. Windows color (decimal): -9294759 or 5844082. OLE color: 5844082.
HSL color Cylindrical-coordinate representation of color #722C59: hue angle of 321.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C59 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 89 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.55 |
| HSL | 321.43º | 0.44% | 0.31% | - |
| HSV(B) | 321.43º | 0.61% | 0.45% | - |
| XYZ | 9.64 | 6.1 | 10.12 | - |
| YUV | 70.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 89 | 0 | 0.61 | 0.22 | 0.55 | 321.43 | 0.44 | 0.31 |
| Hex | 72 | 2C | 59 | 0 | 3D | 16 | 37 | 141 | 2C | 1F |
| Octal | 162 | 54 | 131 | 0 | 75 | 26 | 67 | 501 | 54 | 37 |
| Binary | 1110010 | 101100 | 1011001 | 0 | 111101 | 10110 | 110111 | 101000001 | 101100 | 11111 |
Color Harmonies of #722C59
Complementary color
Monochromatic Colors of #722C59
Black with #722C59
Text Example
Text Example
White with #722C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C59; }
p { color: rgb(114,44,89); }
H1.HeaderClassName
{
color: #722C59;
}
.AnyTagClassName
{
color: #722C59;
}
</style>
background-color css
<style>
a { background-color: #722C59; }
a { background-color: rgb(114,44,89); }
div.DivClassName
{
background-color: #722C59;
}
.BgClassName
{
background-color: #722C59;
}
</style>
border-color css
<style>
span { border-color: #722C59; }
span { border-color: rgb(114,44,89); }
td.TdClassName
{
border-color: #722C59;
}
.TagClassName
{
border-color: #722C59;
}
</style>