Shades of Palatinate Purple #72205F
Tints of Palatinate Purple #72205F
RGB
CMYK
RGB Variations
Color information
#72205F (or 0x72205F) is known color: Palatinate Purple. HEX triplet: 72, 20 and 5F. RGB value is (114,32,95). Sum of RGB (Red+Green+Blue) = 114+32+95=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72205F is #8DDFA0. Grayscale: #3F3F3F. Windows color (decimal): -9297825 or 6234226. OLE color: 6234226.
HSL color Cylindrical-coordinate representation of color #72205F: hue angle of 313.9º 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 #72205F is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 95 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.55 |
| HSL | 313.9º | 0.56% | 0.29% | - |
| HSV(B) | 313.9º | 0.72% | 0.45% | - |
| XYZ | 9.52 | 5.44 | 11.37 | - |
| YUV | 63.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 95 | 0 | 0.72 | 0.17 | 0.55 | 313.9 | 0.56 | 0.29 |
| Hex | 72 | 20 | 5F | 0 | 48 | 11 | 37 | 13A | 38 | 1D |
| Octal | 162 | 40 | 137 | 0 | 110 | 21 | 67 | 472 | 70 | 35 |
| Binary | 1110010 | 100000 | 1011111 | 0 | 1001000 | 10001 | 110111 | 100111010 | 111000 | 11101 |
Color Harmonies of #72205F
Complementary color
Monochromatic Colors of #72205F
Black with #72205F
Text Example
Text Example
White with #72205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72205F; }
p { color: rgb(114,32,95); }
H1.HeaderClassName
{
color: #72205F;
}
.AnyTagClassName
{
color: #72205F;
}
</style>
background-color css
<style>
a { background-color: #72205F; }
a { background-color: rgb(114,32,95); }
div.DivClassName
{
background-color: #72205F;
}
.BgClassName
{
background-color: #72205F;
}
</style>
border-color css
<style>
span { border-color: #72205F; }
span { border-color: rgb(114,32,95); }
td.TdClassName
{
border-color: #72205F;
}
.TagClassName
{
border-color: #72205F;
}
</style>