Shades of Palatinate Purple #721E60
Tints of Palatinate Purple #721E60
RGB
CMYK
RGB Variations
Color information
#721E60 (or 0x721E60) is known color: Palatinate Purple. HEX triplet: 72, 1E and 60. RGB value is (114,30,96). Sum of RGB (Red+Green+Blue) = 114+30+96=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #721E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E60 is #8DE19F. Grayscale: #3E3E3E. Windows color (decimal): -9298336 or 6299250. OLE color: 6299250.
HSL color Cylindrical-coordinate representation of color #721E60: hue angle of 312.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E60 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 96 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.55 |
| HSL | 312.86º | 0.58% | 0.28% | - |
| HSV(B) | 312.86º | 0.74% | 0.45% | - |
| XYZ | 9.52 | 5.35 | 11.6 | - |
| YUV | 62.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 96 | 0 | 0.74 | 0.16 | 0.55 | 312.86 | 0.58 | 0.28 |
| Hex | 72 | 1E | 60 | 0 | 4A | 10 | 37 | 139 | 3A | 1C |
| Octal | 162 | 36 | 140 | 0 | 112 | 20 | 67 | 471 | 72 | 34 |
| Binary | 1110010 | 11110 | 1100000 | 0 | 1001010 | 10000 | 110111 | 100111001 | 111010 | 11100 |
Color Harmonies of #721E60
Complementary color
Monochromatic Colors of #721E60
Black with #721E60
Text Example
Text Example
White with #721E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E60; }
p { color: rgb(114,30,96); }
H1.HeaderClassName
{
color: #721E60;
}
.AnyTagClassName
{
color: #721E60;
}
</style>
background-color css
<style>
a { background-color: #721E60; }
a { background-color: rgb(114,30,96); }
div.DivClassName
{
background-color: #721E60;
}
.BgClassName
{
background-color: #721E60;
}
</style>
border-color css
<style>
span { border-color: #721E60; }
span { border-color: rgb(114,30,96); }
td.TdClassName
{
border-color: #721E60;
}
.TagClassName
{
border-color: #721E60;
}
</style>