Shades of Palatinate Purple #72245A
Tints of Palatinate Purple #72245A
RGB
CMYK
RGB Variations
Color information
#72245A (or 0x72245A) is known color: Palatinate Purple. HEX triplet: 72, 24 and 5A. RGB value is (114,36,90). Sum of RGB (Red+Green+Blue) = 114+36+90=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72245A is #8DDBA5. Grayscale: #414141. Windows color (decimal): -9296806 or 5907570. OLE color: 5907570.
HSL color Cylindrical-coordinate representation of color #72245A: hue angle of 318.46º 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 #72245A is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 90 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.55 |
| HSL | 318.46º | 0.52% | 0.29% | - |
| HSV(B) | 318.46º | 0.68% | 0.45% | - |
| XYZ | 9.42 | 5.58 | 10.25 | - |
| YUV | 65.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 90 | 0 | 0.68 | 0.21 | 0.55 | 318.46 | 0.52 | 0.29 |
| Hex | 72 | 24 | 5A | 0 | 44 | 15 | 37 | 13E | 34 | 1D |
| Octal | 162 | 44 | 132 | 0 | 104 | 25 | 67 | 476 | 64 | 35 |
| Binary | 1110010 | 100100 | 1011010 | 0 | 1000100 | 10101 | 110111 | 100111110 | 110100 | 11101 |
Color Harmonies of #72245A
Complementary color
Monochromatic Colors of #72245A
Black with #72245A
Text Example
Text Example
White with #72245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72245A; }
p { color: rgb(114,36,90); }
H1.HeaderClassName
{
color: #72245A;
}
.AnyTagClassName
{
color: #72245A;
}
</style>
background-color css
<style>
a { background-color: #72245A; }
a { background-color: rgb(114,36,90); }
div.DivClassName
{
background-color: #72245A;
}
.BgClassName
{
background-color: #72245A;
}
</style>
border-color css
<style>
span { border-color: #72245A; }
span { border-color: rgb(114,36,90); }
td.TdClassName
{
border-color: #72245A;
}
.TagClassName
{
border-color: #72245A;
}
</style>