Shades of Palatinate Purple #722D59
Tints of Palatinate Purple #722D59
RGB
CMYK
RGB Variations
Color information
#722D59 (or 0x722D59) is known color: Palatinate Purple. HEX triplet: 72, 2D and 59. RGB value is (114,45,89). Sum of RGB (Red+Green+Blue) = 114+45+89=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D59 is #8DD2A6. Grayscale: #464646. Windows color (decimal): -9294503 or 5844338. OLE color: 5844338.
HSL color Cylindrical-coordinate representation of color #722D59: hue angle of 321.74º degrees, saturation: 0.43, 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 #722D59 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 89 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.55 |
| HSL | 321.74º | 0.43% | 0.31% | - |
| HSV(B) | 321.74º | 0.61% | 0.45% | - |
| XYZ | 9.68 | 6.18 | 10.13 | - |
| YUV | 70.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 89 | 0 | 0.61 | 0.22 | 0.55 | 321.74 | 0.43 | 0.31 |
| Hex | 72 | 2D | 59 | 0 | 3D | 16 | 37 | 142 | 2B | 1F |
| Octal | 162 | 55 | 131 | 0 | 75 | 26 | 67 | 502 | 53 | 37 |
| Binary | 1110010 | 101101 | 1011001 | 0 | 111101 | 10110 | 110111 | 101000010 | 101011 | 11111 |
Color Harmonies of #722D59
Complementary color
Monochromatic Colors of #722D59
Black with #722D59
Text Example
Text Example
White with #722D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D59; }
p { color: rgb(114,45,89); }
H1.HeaderClassName
{
color: #722D59;
}
.AnyTagClassName
{
color: #722D59;
}
</style>
background-color css
<style>
a { background-color: #722D59; }
a { background-color: rgb(114,45,89); }
div.DivClassName
{
background-color: #722D59;
}
.BgClassName
{
background-color: #722D59;
}
</style>
border-color css
<style>
span { border-color: #722D59; }
span { border-color: rgb(114,45,89); }
td.TdClassName
{
border-color: #722D59;
}
.TagClassName
{
border-color: #722D59;
}
</style>