Shades of Palatinate Purple #72325E
Tints of Palatinate Purple #72325E
RGB
CMYK
RGB Variations
Color information
#72325E (or 0x72325E) is known color: Palatinate Purple. HEX triplet: 72, 32 and 5E. RGB value is (114,50,94). Sum of RGB (Red+Green+Blue) = 114+50+94=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325E is #8DCDA1. Grayscale: #4A4A4A. Windows color (decimal): -9293218 or 6173298. OLE color: 6173298.
HSL color Cylindrical-coordinate representation of color #72325E: hue angle of 318.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72325E is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 94 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.55 |
| HSL | 318.75º | 0.39% | 0.32% | - |
| HSV(B) | 318.75º | 0.56% | 0.45% | - |
| XYZ | 10.1 | 6.67 | 11.34 | - |
| YUV | 74.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 94 | 0 | 0.56 | 0.18 | 0.55 | 318.75 | 0.39 | 0.32 |
| Hex | 72 | 32 | 5E | 0 | 38 | 12 | 37 | 13F | 27 | 20 |
| Octal | 162 | 62 | 136 | 0 | 70 | 22 | 67 | 477 | 47 | 40 |
| Binary | 1110010 | 110010 | 1011110 | 0 | 111000 | 10010 | 110111 | 100111111 | 100111 | 100000 |
Color Harmonies of #72325E
Complementary color
Monochromatic Colors of #72325E
Black with #72325E
Text Example
Text Example
White with #72325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72325E; }
p { color: rgb(114,50,94); }
H1.HeaderClassName
{
color: #72325E;
}
.AnyTagClassName
{
color: #72325E;
}
</style>
background-color css
<style>
a { background-color: #72325E; }
a { background-color: rgb(114,50,94); }
div.DivClassName
{
background-color: #72325E;
}
.BgClassName
{
background-color: #72325E;
}
</style>
border-color css
<style>
span { border-color: #72325E; }
span { border-color: rgb(114,50,94); }
td.TdClassName
{
border-color: #72325E;
}
.TagClassName
{
border-color: #72325E;
}
</style>