Shades of Palatinate Purple #72285A
Tints of Palatinate Purple #72285A
RGB
CMYK
RGB Variations
Color information
#72285A (or 0x72285A) is known color: Palatinate Purple. HEX triplet: 72, 28 and 5A. RGB value is (114,40,90). Sum of RGB (Red+Green+Blue) = 114+40+90=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72285A is #8DD7A5. Grayscale: #434343. Windows color (decimal): -9295782 or 5908594. OLE color: 5908594.
HSL color Cylindrical-coordinate representation of color #72285A: hue angle of 319.46º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72285A is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 90 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.55 |
| HSL | 319.46º | 0.48% | 0.3% | - |
| HSV(B) | 319.46º | 0.65% | 0.45% | - |
| XYZ | 9.54 | 5.83 | 10.3 | - |
| YUV | 67.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 90 | 0 | 0.65 | 0.21 | 0.55 | 319.46 | 0.48 | 0.3 |
| Hex | 72 | 28 | 5A | 0 | 41 | 15 | 37 | 13F | 30 | 1E |
| Octal | 162 | 50 | 132 | 0 | 101 | 25 | 67 | 477 | 60 | 36 |
| Binary | 1110010 | 101000 | 1011010 | 0 | 1000001 | 10101 | 110111 | 100111111 | 110000 | 11110 |
Color Harmonies of #72285A
Complementary color
Monochromatic Colors of #72285A
Black with #72285A
Text Example
Text Example
White with #72285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72285A; }
p { color: rgb(114,40,90); }
H1.HeaderClassName
{
color: #72285A;
}
.AnyTagClassName
{
color: #72285A;
}
</style>
background-color css
<style>
a { background-color: #72285A; }
a { background-color: rgb(114,40,90); }
div.DivClassName
{
background-color: #72285A;
}
.BgClassName
{
background-color: #72285A;
}
</style>
border-color css
<style>
span { border-color: #72285A; }
span { border-color: rgb(114,40,90); }
td.TdClassName
{
border-color: #72285A;
}
.TagClassName
{
border-color: #72285A;
}
</style>