Shades of Palatinate Purple #72205A
Tints of Palatinate Purple #72205A
RGB
CMYK
RGB Variations
Color information
#72205A (or 0x72205A) is known color: Palatinate Purple. HEX triplet: 72, 20 and 5A. RGB value is (114,32,90). Sum of RGB (Red+Green+Blue) = 114+32+90=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #72205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72205A is #8DDFA5. Grayscale: #3E3E3E. Windows color (decimal): -9297830 or 5906546. OLE color: 5906546.
HSL color Cylindrical-coordinate representation of color #72205A: hue angle of 317.56º 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 #72205A is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 90 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.55 |
| HSL | 317.56º | 0.56% | 0.29% | - |
| HSV(B) | 317.56º | 0.72% | 0.45% | - |
| XYZ | 9.3 | 5.35 | 10.22 | - |
| YUV | 63.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 90 | 0 | 0.72 | 0.21 | 0.55 | 317.56 | 0.56 | 0.29 |
| Hex | 72 | 20 | 5A | 0 | 48 | 15 | 37 | 13E | 38 | 1D |
| Octal | 162 | 40 | 132 | 0 | 110 | 25 | 67 | 476 | 70 | 35 |
| Binary | 1110010 | 100000 | 1011010 | 0 | 1001000 | 10101 | 110111 | 100111110 | 111000 | 11101 |
Color Harmonies of #72205A
Complementary color
Monochromatic Colors of #72205A
Black with #72205A
Text Example
Text Example
White with #72205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72205A; }
p { color: rgb(114,32,90); }
H1.HeaderClassName
{
color: #72205A;
}
.AnyTagClassName
{
color: #72205A;
}
</style>
background-color css
<style>
a { background-color: #72205A; }
a { background-color: rgb(114,32,90); }
div.DivClassName
{
background-color: #72205A;
}
.BgClassName
{
background-color: #72205A;
}
</style>
border-color css
<style>
span { border-color: #72205A; }
span { border-color: rgb(114,32,90); }
td.TdClassName
{
border-color: #72205A;
}
.TagClassName
{
border-color: #72205A;
}
</style>