Shades of Palatinate Purple #72216B
Tints of Palatinate Purple #72216B
RGB
CMYK
RGB Variations
Color information
#72216B (or 0x72216B) is known color: Palatinate Purple. HEX triplet: 72, 21 and 6B. RGB value is (114,33,107). Sum of RGB (Red+Green+Blue) = 114+33+107=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72216B is #8DDE94. Grayscale: #414141. Windows color (decimal): -9297557 or 7020914. OLE color: 7020914.
HSL color Cylindrical-coordinate representation of color #72216B: hue angle of 305.19º 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 #72216B is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 107 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.55 |
| HSL | 305.19º | 0.55% | 0.29% | - |
| HSV(B) | 305.19º | 0.71% | 0.45% | - |
| XYZ | 10.14 | 5.73 | 14.48 | - |
| YUV | 65.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 107 | 0 | 0.71 | 0.06 | 0.55 | 305.19 | 0.55 | 0.29 |
| Hex | 72 | 21 | 6B | 0 | 47 | 6 | 37 | 131 | 37 | 1D |
| Octal | 162 | 41 | 153 | 0 | 107 | 6 | 67 | 461 | 67 | 35 |
| Binary | 1110010 | 100001 | 1101011 | 0 | 1000111 | 110 | 110111 | 100110001 | 110111 | 11101 |
Color Harmonies of #72216B
Complementary color
Monochromatic Colors of #72216B
Black with #72216B
Text Example
Text Example
White with #72216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72216B; }
p { color: rgb(114,33,107); }
H1.HeaderClassName
{
color: #72216B;
}
.AnyTagClassName
{
color: #72216B;
}
</style>
background-color css
<style>
a { background-color: #72216B; }
a { background-color: rgb(114,33,107); }
div.DivClassName
{
background-color: #72216B;
}
.BgClassName
{
background-color: #72216B;
}
</style>
border-color css
<style>
span { border-color: #72216B; }
span { border-color: rgb(114,33,107); }
td.TdClassName
{
border-color: #72216B;
}
.TagClassName
{
border-color: #72216B;
}
</style>