Shades of Palatinate Purple #72215E
Tints of Palatinate Purple #72215E
RGB
CMYK
RGB Variations
Color information
#72215E (or 0x72215E) is known color: Palatinate Purple. HEX triplet: 72, 21 and 5E. RGB value is (114,33,94). Sum of RGB (Red+Green+Blue) = 114+33+94=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72215E is #8DDEA1. Grayscale: #404040. Windows color (decimal): -9297570 or 6168946. OLE color: 6168946.
HSL color Cylindrical-coordinate representation of color #72215E: hue angle of 314.81º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72215E is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 94 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.55 |
| HSL | 314.81º | 0.55% | 0.29% | - |
| HSV(B) | 314.81º | 0.71% | 0.45% | - |
| XYZ | 9.5 | 5.47 | 11.15 | - |
| YUV | 64.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 94 | 0 | 0.71 | 0.18 | 0.55 | 314.81 | 0.55 | 0.29 |
| Hex | 72 | 21 | 5E | 0 | 47 | 12 | 37 | 13B | 37 | 1D |
| Octal | 162 | 41 | 136 | 0 | 107 | 22 | 67 | 473 | 67 | 35 |
| Binary | 1110010 | 100001 | 1011110 | 0 | 1000111 | 10010 | 110111 | 100111011 | 110111 | 11101 |
Color Harmonies of #72215E
Complementary color
Monochromatic Colors of #72215E
Black with #72215E
Text Example
Text Example
White with #72215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72215E; }
p { color: rgb(114,33,94); }
H1.HeaderClassName
{
color: #72215E;
}
.AnyTagClassName
{
color: #72215E;
}
</style>
background-color css
<style>
a { background-color: #72215E; }
a { background-color: rgb(114,33,94); }
div.DivClassName
{
background-color: #72215E;
}
.BgClassName
{
background-color: #72215E;
}
</style>
border-color css
<style>
span { border-color: #72215E; }
span { border-color: rgb(114,33,94); }
td.TdClassName
{
border-color: #72215E;
}
.TagClassName
{
border-color: #72215E;
}
</style>