Shades of Palatinate Purple #720E5B
Tints of Palatinate Purple #720E5B
RGB
CMYK
RGB Variations
Color information
#720E5B (or 0x720E5B) is known color: Palatinate Purple. HEX triplet: 72, 0E and 5B. RGB value is (114,14,91). Sum of RGB (Red+Green+Blue) = 114+14+91=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E5B is #8DF1A4. Grayscale: #343434. Windows color (decimal): -9302437 or 5967474. OLE color: 5967474.
HSL color Cylindrical-coordinate representation of color #720E5B: hue angle of 313.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E5B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 91 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.55 |
| HSL | 313.8º | 0.78% | 0.25% | - |
| HSV(B) | 313.8º | 0.88% | 0.45% | - |
| XYZ | 8.98 | 4.65 | 10.32 | - |
| YUV | 52.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 91 | 0 | 0.88 | 0.20 | 0.55 | 313.8 | 0.78 | 0.25 |
| Hex | 72 | E | 5B | 0 | 58 | 14 | 37 | 13A | 4E | 19 |
| Octal | 162 | 16 | 133 | 0 | 130 | 24 | 67 | 472 | 116 | 31 |
| Binary | 1110010 | 1110 | 1011011 | 0 | 1011000 | 10100 | 110111 | 100111010 | 1001110 | 11001 |
Color Harmonies of #720E5B
Complementary color
Monochromatic Colors of #720E5B
Black with #720E5B
Text Example
Text Example
White with #720E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E5B; }
p { color: rgb(114,14,91); }
H1.HeaderClassName
{
color: #720E5B;
}
.AnyTagClassName
{
color: #720E5B;
}
</style>
background-color css
<style>
a { background-color: #720E5B; }
a { background-color: rgb(114,14,91); }
div.DivClassName
{
background-color: #720E5B;
}
.BgClassName
{
background-color: #720E5B;
}
</style>
border-color css
<style>
span { border-color: #720E5B; }
span { border-color: rgb(114,14,91); }
td.TdClassName
{
border-color: #720E5B;
}
.TagClassName
{
border-color: #720E5B;
}
</style>