Shades of Palatinate Purple #721060
Tints of Palatinate Purple #721060
RGB
CMYK
RGB Variations
Color information
#721060 (or 0x721060) is known color: Palatinate Purple. HEX triplet: 72, 10 and 60. RGB value is (114,16,96). Sum of RGB (Red+Green+Blue) = 114+16+96=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721060 is #8DEF9F. Grayscale: #363636. Windows color (decimal): -9301920 or 6295666. OLE color: 6295666.
HSL color Cylindrical-coordinate representation of color #721060: hue angle of 311.02º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721060 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 96 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.55 |
| HSL | 311.02º | 0.75% | 0.25% | - |
| HSV(B) | 311.02º | 0.86% | 0.45% | - |
| XYZ | 9.24 | 4.79 | 11.5 | - |
| YUV | 54.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 96 | 0 | 0.86 | 0.16 | 0.55 | 311.02 | 0.75 | 0.25 |
| Hex | 72 | 10 | 60 | 0 | 56 | 10 | 37 | 137 | 4B | 19 |
| Octal | 162 | 20 | 140 | 0 | 126 | 20 | 67 | 467 | 113 | 31 |
| Binary | 1110010 | 10000 | 1100000 | 0 | 1010110 | 10000 | 110111 | 100110111 | 1001011 | 11001 |
Color Harmonies of #721060
Complementary color
Monochromatic Colors of #721060
Black with #721060
Text Example
Text Example
White with #721060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721060; }
p { color: rgb(114,16,96); }
H1.HeaderClassName
{
color: #721060;
}
.AnyTagClassName
{
color: #721060;
}
</style>
background-color css
<style>
a { background-color: #721060; }
a { background-color: rgb(114,16,96); }
div.DivClassName
{
background-color: #721060;
}
.BgClassName
{
background-color: #721060;
}
</style>
border-color css
<style>
span { border-color: #721060; }
span { border-color: rgb(114,16,96); }
td.TdClassName
{
border-color: #721060;
}
.TagClassName
{
border-color: #721060;
}
</style>