Shades of Palatinate Purple #72246D
Tints of Palatinate Purple #72246D
RGB
CMYK
RGB Variations
Color information
#72246D (or 0x72246D) is known color: Palatinate Purple. HEX triplet: 72, 24 and 6D. RGB value is (114,36,109). Sum of RGB (Red+Green+Blue) = 114+36+109=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72246D is #8DDB92. Grayscale: #434343. Windows color (decimal): -9296787 or 7152754. OLE color: 7152754.
HSL color Cylindrical-coordinate representation of color #72246D: hue angle of 303.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72246D is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 109 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.55 |
| HSL | 303.85º | 0.52% | 0.29% | - |
| HSV(B) | 303.85º | 0.68% | 0.45% | - |
| XYZ | 10.33 | 5.94 | 15.07 | - |
| YUV | 67.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 109 | 0 | 0.68 | 0.04 | 0.55 | 303.85 | 0.52 | 0.29 |
| Hex | 72 | 24 | 6D | 0 | 44 | 4 | 37 | 130 | 34 | 1D |
| Octal | 162 | 44 | 155 | 0 | 104 | 4 | 67 | 460 | 64 | 35 |
| Binary | 1110010 | 100100 | 1101101 | 0 | 1000100 | 100 | 110111 | 100110000 | 110100 | 11101 |
Color Harmonies of #72246D
Complementary color
Monochromatic Colors of #72246D
Black with #72246D
Text Example
Text Example
White with #72246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72246D; }
p { color: rgb(114,36,109); }
H1.HeaderClassName
{
color: #72246D;
}
.AnyTagClassName
{
color: #72246D;
}
</style>
background-color css
<style>
a { background-color: #72246D; }
a { background-color: rgb(114,36,109); }
div.DivClassName
{
background-color: #72246D;
}
.BgClassName
{
background-color: #72246D;
}
</style>
border-color css
<style>
span { border-color: #72246D; }
span { border-color: rgb(114,36,109); }
td.TdClassName
{
border-color: #72246D;
}
.TagClassName
{
border-color: #72246D;
}
</style>