Shades of Palatinate Purple #720E65
Tints of Palatinate Purple #720E65
RGB
CMYK
RGB Variations
Color information
#720E65 (or 0x720E65) is known color: Palatinate Purple. HEX triplet: 72, 0E and 65. RGB value is (114,14,101). Sum of RGB (Red+Green+Blue) = 114+14+101=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #720E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E65 is #8DF19A. Grayscale: #353535. Windows color (decimal): -9302427 or 6622834. OLE color: 6622834.
HSL color Cylindrical-coordinate representation of color #720E65: hue angle of 307.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 #720E65 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 101 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.55 |
| HSL | 307.8º | 0.78% | 0.25% | - |
| HSV(B) | 307.8º | 0.88% | 0.45% | - |
| XYZ | 9.45 | 4.83 | 12.75 | - |
| YUV | 53.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 101 | 0 | 0.88 | 0.11 | 0.55 | 307.8 | 0.78 | 0.25 |
| Hex | 72 | E | 65 | 0 | 58 | B | 37 | 134 | 4E | 19 |
| Octal | 162 | 16 | 145 | 0 | 130 | 13 | 67 | 464 | 116 | 31 |
| Binary | 1110010 | 1110 | 1100101 | 0 | 1011000 | 1011 | 110111 | 100110100 | 1001110 | 11001 |
Color Harmonies of #720E65
Complementary color
Monochromatic Colors of #720E65
Black with #720E65
Text Example
Text Example
White with #720E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E65; }
p { color: rgb(114,14,101); }
H1.HeaderClassName
{
color: #720E65;
}
.AnyTagClassName
{
color: #720E65;
}
</style>
background-color css
<style>
a { background-color: #720E65; }
a { background-color: rgb(114,14,101); }
div.DivClassName
{
background-color: #720E65;
}
.BgClassName
{
background-color: #720E65;
}
</style>
border-color css
<style>
span { border-color: #720E65; }
span { border-color: rgb(114,14,101); }
td.TdClassName
{
border-color: #720E65;
}
.TagClassName
{
border-color: #720E65;
}
</style>