Shades of Palatinate Purple #722D60
Tints of Palatinate Purple #722D60
RGB
CMYK
RGB Variations
Color information
#722D60 (or 0x722D60) is known color: Palatinate Purple. HEX triplet: 72, 2D and 60. RGB value is (114,45,96). Sum of RGB (Red+Green+Blue) = 114+45+96=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #722D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D60 is #8DD29F. Grayscale: #474747. Windows color (decimal): -9294496 or 6303090. OLE color: 6303090.
HSL color Cylindrical-coordinate representation of color #722D60: hue angle of 315.65º 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 #722D60 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 96 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.55 |
| HSL | 315.65º | 0.43% | 0.31% | - |
| HSV(B) | 315.65º | 0.61% | 0.45% | - |
| XYZ | 9.99 | 6.3 | 11.76 | - |
| YUV | 71.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 96 | 0 | 0.61 | 0.16 | 0.55 | 315.65 | 0.43 | 0.31 |
| Hex | 72 | 2D | 60 | 0 | 3D | 10 | 37 | 13C | 2B | 1F |
| Octal | 162 | 55 | 140 | 0 | 75 | 20 | 67 | 474 | 53 | 37 |
| Binary | 1110010 | 101101 | 1100000 | 0 | 111101 | 10000 | 110111 | 100111100 | 101011 | 11111 |
Color Harmonies of #722D60
Complementary color
Monochromatic Colors of #722D60
Black with #722D60
Text Example
Text Example
White with #722D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D60; }
p { color: rgb(114,45,96); }
H1.HeaderClassName
{
color: #722D60;
}
.AnyTagClassName
{
color: #722D60;
}
</style>
background-color css
<style>
a { background-color: #722D60; }
a { background-color: rgb(114,45,96); }
div.DivClassName
{
background-color: #722D60;
}
.BgClassName
{
background-color: #722D60;
}
</style>
border-color css
<style>
span { border-color: #722D60; }
span { border-color: rgb(114,45,96); }
td.TdClassName
{
border-color: #722D60;
}
.TagClassName
{
border-color: #722D60;
}
</style>