Shades of Palatinate Purple #72245C
Tints of Palatinate Purple #72245C
RGB
CMYK
RGB Variations
Color information
#72245C (or 0x72245C) is known color: Palatinate Purple. HEX triplet: 72, 24 and 5C. RGB value is (114,36,92). Sum of RGB (Red+Green+Blue) = 114+36+92=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72245C is #8DDBA3. Grayscale: #414141. Windows color (decimal): -9296804 or 6038642. OLE color: 6038642.
HSL color Cylindrical-coordinate representation of color #72245C: hue angle of 316.92º 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 #72245C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 92 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.55 |
| HSL | 316.92º | 0.52% | 0.29% | - |
| HSV(B) | 316.92º | 0.68% | 0.45% | - |
| XYZ | 9.5 | 5.61 | 10.71 | - |
| YUV | 65.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 92 | 0 | 0.68 | 0.19 | 0.55 | 316.92 | 0.52 | 0.29 |
| Hex | 72 | 24 | 5C | 0 | 44 | 13 | 37 | 13D | 34 | 1D |
| Octal | 162 | 44 | 134 | 0 | 104 | 23 | 67 | 475 | 64 | 35 |
| Binary | 1110010 | 100100 | 1011100 | 0 | 1000100 | 10011 | 110111 | 100111101 | 110100 | 11101 |
Color Harmonies of #72245C
Complementary color
Monochromatic Colors of #72245C
Black with #72245C
Text Example
Text Example
White with #72245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72245C; }
p { color: rgb(114,36,92); }
H1.HeaderClassName
{
color: #72245C;
}
.AnyTagClassName
{
color: #72245C;
}
</style>
background-color css
<style>
a { background-color: #72245C; }
a { background-color: rgb(114,36,92); }
div.DivClassName
{
background-color: #72245C;
}
.BgClassName
{
background-color: #72245C;
}
</style>
border-color css
<style>
span { border-color: #72245C; }
span { border-color: rgb(114,36,92); }
td.TdClassName
{
border-color: #72245C;
}
.TagClassName
{
border-color: #72245C;
}
</style>