Shades of Palatinate Purple #720E5D
Tints of Palatinate Purple #720E5D
RGB
CMYK
RGB Variations
Color information
#720E5D (or 0x720E5D) is known color: Palatinate Purple. HEX triplet: 72, 0E and 5D. RGB value is (114,14,93). Sum of RGB (Red+Green+Blue) = 114+14+93=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #720E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E5D is #8DF1A2. Grayscale: #343434. Windows color (decimal): -9302435 or 6098546. OLE color: 6098546.
HSL color Cylindrical-coordinate representation of color #720E5D: hue angle of 312.6º 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 #720E5D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 93 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.55 |
| HSL | 312.6º | 0.78% | 0.25% | - |
| HSV(B) | 312.6º | 0.88% | 0.45% | - |
| XYZ | 9.07 | 4.68 | 10.78 | - |
| YUV | 52.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 93 | 0 | 0.88 | 0.18 | 0.55 | 312.6 | 0.78 | 0.25 |
| Hex | 72 | E | 5D | 0 | 58 | 12 | 37 | 139 | 4E | 19 |
| Octal | 162 | 16 | 135 | 0 | 130 | 22 | 67 | 471 | 116 | 31 |
| Binary | 1110010 | 1110 | 1011101 | 0 | 1011000 | 10010 | 110111 | 100111001 | 1001110 | 11001 |
Color Harmonies of #720E5D
Complementary color
Monochromatic Colors of #720E5D
Black with #720E5D
Text Example
Text Example
White with #720E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E5D; }
p { color: rgb(114,14,93); }
H1.HeaderClassName
{
color: #720E5D;
}
.AnyTagClassName
{
color: #720E5D;
}
</style>
background-color css
<style>
a { background-color: #720E5D; }
a { background-color: rgb(114,14,93); }
div.DivClassName
{
background-color: #720E5D;
}
.BgClassName
{
background-color: #720E5D;
}
</style>
border-color css
<style>
span { border-color: #720E5D; }
span { border-color: rgb(114,14,93); }
td.TdClassName
{
border-color: #720E5D;
}
.TagClassName
{
border-color: #720E5D;
}
</style>