Shades of Palatinate Purple #720D68
Tints of Palatinate Purple #720D68
RGB
CMYK
RGB Variations
Color information
#720D68 (or 0x720D68) is known color: Palatinate Purple. HEX triplet: 72, 0D and 68. RGB value is (114,13,104). Sum of RGB (Red+Green+Blue) = 114+13+104=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D68 is #8DF297. Grayscale: #353535. Windows color (decimal): -9302680 or 6819186. OLE color: 6819186.
HSL color Cylindrical-coordinate representation of color #720D68: hue angle of 305.94º 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 #720D68 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 104 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.55 |
| HSL | 305.94º | 0.8% | 0.25% | - |
| HSV(B) | 305.94º | 0.89% | 0.45% | - |
| XYZ | 9.58 | 4.86 | 13.53 | - |
| YUV | 53.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 104 | 0 | 0.89 | 0.09 | 0.55 | 305.94 | 0.8 | 0.25 |
| Hex | 72 | D | 68 | 0 | 59 | 9 | 37 | 132 | 50 | 19 |
| Octal | 162 | 15 | 150 | 0 | 131 | 11 | 67 | 462 | 120 | 31 |
| Binary | 1110010 | 1101 | 1101000 | 0 | 1011001 | 1001 | 110111 | 100110010 | 1010000 | 11001 |
Color Harmonies of #720D68
Complementary color
Monochromatic Colors of #720D68
Black with #720D68
Text Example
Text Example
White with #720D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D68; }
p { color: rgb(114,13,104); }
H1.HeaderClassName
{
color: #720D68;
}
.AnyTagClassName
{
color: #720D68;
}
</style>
background-color css
<style>
a { background-color: #720D68; }
a { background-color: rgb(114,13,104); }
div.DivClassName
{
background-color: #720D68;
}
.BgClassName
{
background-color: #720D68;
}
</style>
border-color css
<style>
span { border-color: #720D68; }
span { border-color: rgb(114,13,104); }
td.TdClassName
{
border-color: #720D68;
}
.TagClassName
{
border-color: #720D68;
}
</style>