Shades of Palatinate Purple #72206D
Tints of Palatinate Purple #72206D
RGB
CMYK
RGB Variations
Color information
#72206D (or 0x72206D) is known color: Palatinate Purple. HEX triplet: 72, 20 and 6D. RGB value is (114,32,109). Sum of RGB (Red+Green+Blue) = 114+32+109=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206D is #8DDF92. Grayscale: #414141. Windows color (decimal): -9297811 or 7151730. OLE color: 7151730.
HSL color Cylindrical-coordinate representation of color #72206D: hue angle of 303.66º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72206D is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 109 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.55 |
| HSL | 303.66º | 0.56% | 0.29% | - |
| HSV(B) | 303.66º | 0.72% | 0.45% | - |
| XYZ | 10.22 | 5.71 | 15.03 | - |
| YUV | 65.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 109 | 0 | 0.72 | 0.04 | 0.55 | 303.66 | 0.56 | 0.29 |
| Hex | 72 | 20 | 6D | 0 | 48 | 4 | 37 | 130 | 38 | 1D |
| Octal | 162 | 40 | 155 | 0 | 110 | 4 | 67 | 460 | 70 | 35 |
| Binary | 1110010 | 100000 | 1101101 | 0 | 1001000 | 100 | 110111 | 100110000 | 111000 | 11101 |
Color Harmonies of #72206D
Complementary color
Monochromatic Colors of #72206D
Black with #72206D
Text Example
Text Example
White with #72206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72206D; }
p { color: rgb(114,32,109); }
H1.HeaderClassName
{
color: #72206D;
}
.AnyTagClassName
{
color: #72206D;
}
</style>
background-color css
<style>
a { background-color: #72206D; }
a { background-color: rgb(114,32,109); }
div.DivClassName
{
background-color: #72206D;
}
.BgClassName
{
background-color: #72206D;
}
</style>
border-color css
<style>
span { border-color: #72206D; }
span { border-color: rgb(114,32,109); }
td.TdClassName
{
border-color: #72206D;
}
.TagClassName
{
border-color: #72206D;
}
</style>