Shades of Palatinate Purple #720D5E
Tints of Palatinate Purple #720D5E
RGB
CMYK
RGB Variations
Color information
#720D5E (or 0x720D5E) is known color: Palatinate Purple. HEX triplet: 72, 0D and 5E. RGB value is (114,13,94). Sum of RGB (Red+Green+Blue) = 114+13+94=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #720D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D5E is #8DF2A1. Grayscale: #343434. Windows color (decimal): -9302690 or 6163826. OLE color: 6163826.
HSL color Cylindrical-coordinate representation of color #720D5E: hue angle of 311.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D5E is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 94 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.55 |
| HSL | 311.88º | 0.8% | 0.25% | - |
| HSV(B) | 311.88º | 0.89% | 0.45% | - |
| XYZ | 9.1 | 4.67 | 11.01 | - |
| YUV | 52.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 94 | 0 | 0.89 | 0.18 | 0.55 | 311.88 | 0.8 | 0.25 |
| Hex | 72 | D | 5E | 0 | 59 | 12 | 37 | 138 | 50 | 19 |
| Octal | 162 | 15 | 136 | 0 | 131 | 22 | 67 | 470 | 120 | 31 |
| Binary | 1110010 | 1101 | 1011110 | 0 | 1011001 | 10010 | 110111 | 100111000 | 1010000 | 11001 |
Color Harmonies of #720D5E
Complementary color
Monochromatic Colors of #720D5E
Black with #720D5E
Text Example
Text Example
White with #720D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D5E; }
p { color: rgb(114,13,94); }
H1.HeaderClassName
{
color: #720D5E;
}
.AnyTagClassName
{
color: #720D5E;
}
</style>
background-color css
<style>
a { background-color: #720D5E; }
a { background-color: rgb(114,13,94); }
div.DivClassName
{
background-color: #720D5E;
}
.BgClassName
{
background-color: #720D5E;
}
</style>
border-color css
<style>
span { border-color: #720D5E; }
span { border-color: rgb(114,13,94); }
td.TdClassName
{
border-color: #720D5E;
}
.TagClassName
{
border-color: #720D5E;
}
</style>