Shades of Palatinate Purple #72166B
Tints of Palatinate Purple #72166B
RGB
CMYK
RGB Variations
Color information
#72166B (or 0x72166B) is known color: Palatinate Purple. HEX triplet: 72, 16 and 6B. RGB value is (114,22,107). Sum of RGB (Red+Green+Blue) = 114+22+107=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72166B is #8DE994. Grayscale: #3A3A3A. Windows color (decimal): -9300373 or 7018098. OLE color: 7018098.
HSL color Cylindrical-coordinate representation of color #72166B: hue angle of 304.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72166B is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 107 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.55 |
| HSL | 304.57º | 0.68% | 0.27% | - |
| HSV(B) | 304.57º | 0.81% | 0.45% | - |
| XYZ | 9.88 | 5.21 | 14.4 | - |
| YUV | 59.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 107 | 0 | 0.81 | 0.06 | 0.55 | 304.57 | 0.68 | 0.27 |
| Hex | 72 | 16 | 6B | 0 | 51 | 6 | 37 | 131 | 44 | 1B |
| Octal | 162 | 26 | 153 | 0 | 121 | 6 | 67 | 461 | 104 | 33 |
| Binary | 1110010 | 10110 | 1101011 | 0 | 1010001 | 110 | 110111 | 100110001 | 1000100 | 11011 |
Color Harmonies of #72166B
Complementary color
Monochromatic Colors of #72166B
Black with #72166B
Text Example
Text Example
White with #72166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72166B; }
p { color: rgb(114,22,107); }
H1.HeaderClassName
{
color: #72166B;
}
.AnyTagClassName
{
color: #72166B;
}
</style>
background-color css
<style>
a { background-color: #72166B; }
a { background-color: rgb(114,22,107); }
div.DivClassName
{
background-color: #72166B;
}
.BgClassName
{
background-color: #72166B;
}
</style>
border-color css
<style>
span { border-color: #72166B; }
span { border-color: rgb(114,22,107); }
td.TdClassName
{
border-color: #72166B;
}
.TagClassName
{
border-color: #72166B;
}
</style>