Shades of Palatinate Purple #72166D
Tints of Palatinate Purple #72166D
RGB
CMYK
RGB Variations
Color information
#72166D (or 0x72166D) is known color: Palatinate Purple. HEX triplet: 72, 16 and 6D. RGB value is (114,22,109). Sum of RGB (Red+Green+Blue) = 114+22+109=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72166D is #8DE992. Grayscale: #3B3B3B. Windows color (decimal): -9300371 or 7149170. OLE color: 7149170.
HSL color Cylindrical-coordinate representation of color #72166D: hue angle of 303.26º 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 #72166D is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 109 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.55 |
| HSL | 303.26º | 0.68% | 0.27% | - |
| HSV(B) | 303.26º | 0.81% | 0.45% | - |
| XYZ | 9.99 | 5.26 | 14.96 | - |
| YUV | 59.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 109 | 0 | 0.81 | 0.04 | 0.55 | 303.26 | 0.68 | 0.27 |
| Hex | 72 | 16 | 6D | 0 | 51 | 4 | 37 | 12F | 44 | 1B |
| Octal | 162 | 26 | 155 | 0 | 121 | 4 | 67 | 457 | 104 | 33 |
| Binary | 1110010 | 10110 | 1101101 | 0 | 1010001 | 100 | 110111 | 100101111 | 1000100 | 11011 |
Color Harmonies of #72166D
Complementary color
Monochromatic Colors of #72166D
Black with #72166D
Text Example
Text Example
White with #72166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72166D; }
p { color: rgb(114,22,109); }
H1.HeaderClassName
{
color: #72166D;
}
.AnyTagClassName
{
color: #72166D;
}
</style>
background-color css
<style>
a { background-color: #72166D; }
a { background-color: rgb(114,22,109); }
div.DivClassName
{
background-color: #72166D;
}
.BgClassName
{
background-color: #72166D;
}
</style>
border-color css
<style>
span { border-color: #72166D; }
span { border-color: rgb(114,22,109); }
td.TdClassName
{
border-color: #72166D;
}
.TagClassName
{
border-color: #72166D;
}
</style>