Shades of Palatinate Purple #72245D
Tints of Palatinate Purple #72245D
RGB
CMYK
RGB Variations
Color information
#72245D (or 0x72245D) is known color: Palatinate Purple. HEX triplet: 72, 24 and 5D. RGB value is (114,36,93). Sum of RGB (Red+Green+Blue) = 114+36+93=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72245D is #8DDBA2. Grayscale: #414141. Windows color (decimal): -9296803 or 6104178. OLE color: 6104178.
HSL color Cylindrical-coordinate representation of color #72245D: hue angle of 316.15º 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 #72245D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 93 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.55 |
| HSL | 316.15º | 0.52% | 0.29% | - |
| HSV(B) | 316.15º | 0.68% | 0.45% | - |
| XYZ | 9.55 | 5.63 | 10.94 | - |
| YUV | 65.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 93 | 0 | 0.68 | 0.18 | 0.55 | 316.15 | 0.52 | 0.29 |
| Hex | 72 | 24 | 5D | 0 | 44 | 12 | 37 | 13C | 34 | 1D |
| Octal | 162 | 44 | 135 | 0 | 104 | 22 | 67 | 474 | 64 | 35 |
| Binary | 1110010 | 100100 | 1011101 | 0 | 1000100 | 10010 | 110111 | 100111100 | 110100 | 11101 |
Color Harmonies of #72245D
Complementary color
Monochromatic Colors of #72245D
Black with #72245D
Text Example
Text Example
White with #72245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72245D; }
p { color: rgb(114,36,93); }
H1.HeaderClassName
{
color: #72245D;
}
.AnyTagClassName
{
color: #72245D;
}
</style>
background-color css
<style>
a { background-color: #72245D; }
a { background-color: rgb(114,36,93); }
div.DivClassName
{
background-color: #72245D;
}
.BgClassName
{
background-color: #72245D;
}
</style>
border-color css
<style>
span { border-color: #72245D; }
span { border-color: rgb(114,36,93); }
td.TdClassName
{
border-color: #72245D;
}
.TagClassName
{
border-color: #72245D;
}
</style>