Shades of Palatinate Purple #720B58
Tints of Palatinate Purple #720B58
RGB
CMYK
RGB Variations
Color information
#720B58 (or 0x720B58) is known color: Palatinate Purple. HEX triplet: 72, 0B and 58. RGB value is (114,11,88). Sum of RGB (Red+Green+Blue) = 114+11+88=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #720B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B58 is #8DF4A7. Grayscale: #323232. Windows color (decimal): -9303208 or 5770098. OLE color: 5770098.
HSL color Cylindrical-coordinate representation of color #720B58: hue angle of 315.15º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B58 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 88 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.55 |
| HSL | 315.15º | 0.82% | 0.25% | - |
| HSV(B) | 315.15º | 0.9% | 0.45% | - |
| XYZ | 8.82 | 4.52 | 9.64 | - |
| YUV | 50.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 88 | 0 | 0.90 | 0.23 | 0.55 | 315.15 | 0.82 | 0.25 |
| Hex | 72 | B | 58 | 0 | 5A | 17 | 37 | 13B | 52 | 19 |
| Octal | 162 | 13 | 130 | 0 | 132 | 27 | 67 | 473 | 122 | 31 |
| Binary | 1110010 | 1011 | 1011000 | 0 | 1011010 | 10111 | 110111 | 100111011 | 1010010 | 11001 |
Color Harmonies of #720B58
Complementary color
Monochromatic Colors of #720B58
Black with #720B58
Text Example
Text Example
White with #720B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B58; }
p { color: rgb(114,11,88); }
H1.HeaderClassName
{
color: #720B58;
}
.AnyTagClassName
{
color: #720B58;
}
</style>
background-color css
<style>
a { background-color: #720B58; }
a { background-color: rgb(114,11,88); }
div.DivClassName
{
background-color: #720B58;
}
.BgClassName
{
background-color: #720B58;
}
</style>
border-color css
<style>
span { border-color: #720B58; }
span { border-color: rgb(114,11,88); }
td.TdClassName
{
border-color: #720B58;
}
.TagClassName
{
border-color: #720B58;
}
</style>