Shades of Palatinate Purple #72055E
Tints of Palatinate Purple #72055E
RGB
CMYK
RGB Variations
Color information
#72055E (or 0x72055E) is known color: Palatinate Purple. HEX triplet: 72, 05 and 5E. RGB value is (114,5,94). Sum of RGB (Red+Green+Blue) = 114+5+94=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72055E is #8DFAA1. Grayscale: #2F2F2F. Windows color (decimal): -9304738 or 6161778. OLE color: 6161778.
HSL color Cylindrical-coordinate representation of color #72055E: hue angle of 311.01º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72055E is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.55 |
| HSL | 311.01º | 0.92% | 0.23% | - |
| HSV(B) | 311.01º | 0.96% | 0.45% | - |
| XYZ | 9.01 | 4.49 | 10.98 | - |
| YUV | 47.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 94 | 0 | 0.96 | 0.18 | 0.55 | 311.01 | 0.92 | 0.23 |
| Hex | 72 | 5 | 5E | 0 | 60 | 12 | 37 | 137 | 5C | 17 |
| Octal | 162 | 5 | 136 | 0 | 140 | 22 | 67 | 467 | 134 | 27 |
| Binary | 1110010 | 101 | 1011110 | 0 | 1100000 | 10010 | 110111 | 100110111 | 1011100 | 10111 |
Color Harmonies of #72055E
Complementary color
Monochromatic Colors of #72055E
Black with #72055E
Text Example
Text Example
White with #72055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72055E; }
p { color: rgb(114,5,94); }
H1.HeaderClassName
{
color: #72055E;
}
.AnyTagClassName
{
color: #72055E;
}
</style>
background-color css
<style>
a { background-color: #72055E; }
a { background-color: rgb(114,5,94); }
div.DivClassName
{
background-color: #72055E;
}
.BgClassName
{
background-color: #72055E;
}
</style>
border-color css
<style>
span { border-color: #72055E; }
span { border-color: rgb(114,5,94); }
td.TdClassName
{
border-color: #72055E;
}
.TagClassName
{
border-color: #72055E;
}
</style>