Shades of Palatinate Purple #72216D
Tints of Palatinate Purple #72216D
RGB
CMYK
RGB Variations
Color information
#72216D (or 0x72216D) is known color: Palatinate Purple. HEX triplet: 72, 21 and 6D. RGB value is (114,33,109). Sum of RGB (Red+Green+Blue) = 114+33+109=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72216D is #8DDE92. Grayscale: #414141. Windows color (decimal): -9297555 or 7151986. OLE color: 7151986.
HSL color Cylindrical-coordinate representation of color #72216D: hue angle of 303.7º 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 #72216D is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 109 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.55 |
| HSL | 303.7º | 0.55% | 0.29% | - |
| HSV(B) | 303.7º | 0.71% | 0.45% | - |
| XYZ | 10.24 | 5.77 | 15.04 | - |
| YUV | 65.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 109 | 0 | 0.71 | 0.04 | 0.55 | 303.7 | 0.55 | 0.29 |
| Hex | 72 | 21 | 6D | 0 | 47 | 4 | 37 | 130 | 37 | 1D |
| Octal | 162 | 41 | 155 | 0 | 107 | 4 | 67 | 460 | 67 | 35 |
| Binary | 1110010 | 100001 | 1101101 | 0 | 1000111 | 100 | 110111 | 100110000 | 110111 | 11101 |
Color Harmonies of #72216D
Complementary color
Monochromatic Colors of #72216D
Black with #72216D
Text Example
Text Example
White with #72216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72216D; }
p { color: rgb(114,33,109); }
H1.HeaderClassName
{
color: #72216D;
}
.AnyTagClassName
{
color: #72216D;
}
</style>
background-color css
<style>
a { background-color: #72216D; }
a { background-color: rgb(114,33,109); }
div.DivClassName
{
background-color: #72216D;
}
.BgClassName
{
background-color: #72216D;
}
</style>
border-color css
<style>
span { border-color: #72216D; }
span { border-color: rgb(114,33,109); }
td.TdClassName
{
border-color: #72216D;
}
.TagClassName
{
border-color: #72216D;
}
</style>