Shades of Palatinate Purple #72216F
Tints of Palatinate Purple #72216F
RGB
CMYK
RGB Variations
Color information
#72216F (or 0x72216F) is known color: Palatinate Purple. HEX triplet: 72, 21 and 6F. RGB value is (114,33,111). Sum of RGB (Red+Green+Blue) = 114+33+111=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72216F is #8DDE90. Grayscale: #414141. Windows color (decimal): -9297553 or 7283058. OLE color: 7283058.
HSL color Cylindrical-coordinate representation of color #72216F: hue angle of 302.22º 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 #72216F is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 111 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.55 |
| HSL | 302.22º | 0.55% | 0.29% | - |
| HSV(B) | 302.22º | 0.71% | 0.45% | - |
| XYZ | 10.35 | 5.81 | 15.62 | - |
| YUV | 66.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 111 | 0 | 0.71 | 0.03 | 0.55 | 302.22 | 0.55 | 0.29 |
| Hex | 72 | 21 | 6F | 0 | 47 | 3 | 37 | 12E | 37 | 1D |
| Octal | 162 | 41 | 157 | 0 | 107 | 3 | 67 | 456 | 67 | 35 |
| Binary | 1110010 | 100001 | 1101111 | 0 | 1000111 | 11 | 110111 | 100101110 | 110111 | 11101 |
Color Harmonies of #72216F
Complementary color
Monochromatic Colors of #72216F
Black with #72216F
Text Example
Text Example
White with #72216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72216F; }
p { color: rgb(114,33,111); }
H1.HeaderClassName
{
color: #72216F;
}
.AnyTagClassName
{
color: #72216F;
}
</style>
background-color css
<style>
a { background-color: #72216F; }
a { background-color: rgb(114,33,111); }
div.DivClassName
{
background-color: #72216F;
}
.BgClassName
{
background-color: #72216F;
}
</style>
border-color css
<style>
span { border-color: #72216F; }
span { border-color: rgb(114,33,111); }
td.TdClassName
{
border-color: #72216F;
}
.TagClassName
{
border-color: #72216F;
}
</style>