Shades of Palatinate Purple #72186E
Tints of Palatinate Purple #72186E
RGB
CMYK
RGB Variations
Color information
#72186E (or 0x72186E) is known color: Palatinate Purple. HEX triplet: 72, 18 and 6E. RGB value is (114,24,110). Sum of RGB (Red+Green+Blue) = 114+24+110=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72186E is #8DE791. Grayscale: #3C3C3C. Windows color (decimal): -9299858 or 7215218. OLE color: 7215218.
HSL color Cylindrical-coordinate representation of color #72186E: hue angle of 302.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72186E is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 110 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.55 |
| HSL | 302.67º | 0.65% | 0.27% | - |
| HSV(B) | 302.67º | 0.79% | 0.45% | - |
| XYZ | 10.08 | 5.36 | 15.25 | - |
| YUV | 60.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 110 | 0 | 0.79 | 0.04 | 0.55 | 302.67 | 0.65 | 0.27 |
| Hex | 72 | 18 | 6E | 0 | 4F | 4 | 37 | 12F | 41 | 1B |
| Octal | 162 | 30 | 156 | 0 | 117 | 4 | 67 | 457 | 101 | 33 |
| Binary | 1110010 | 11000 | 1101110 | 0 | 1001111 | 100 | 110111 | 100101111 | 1000001 | 11011 |
Color Harmonies of #72186E
Complementary color
Monochromatic Colors of #72186E
Black with #72186E
Text Example
Text Example
White with #72186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72186E; }
p { color: rgb(114,24,110); }
H1.HeaderClassName
{
color: #72186E;
}
.AnyTagClassName
{
color: #72186E;
}
</style>
background-color css
<style>
a { background-color: #72186E; }
a { background-color: rgb(114,24,110); }
div.DivClassName
{
background-color: #72186E;
}
.BgClassName
{
background-color: #72186E;
}
</style>
border-color css
<style>
span { border-color: #72186E; }
span { border-color: rgb(114,24,110); }
td.TdClassName
{
border-color: #72186E;
}
.TagClassName
{
border-color: #72186E;
}
</style>