Shades of Palatinate Purple #72235E
Tints of Palatinate Purple #72235E
RGB
CMYK
RGB Variations
Color information
#72235E (or 0x72235E) is known color: Palatinate Purple. HEX triplet: 72, 23 and 5E. RGB value is (114,35,94). Sum of RGB (Red+Green+Blue) = 114+35+94=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235E is #8DDCA1. Grayscale: #414141. Windows color (decimal): -9297058 or 6169458. OLE color: 6169458.
HSL color Cylindrical-coordinate representation of color #72235E: hue angle of 315.19º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72235E is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 35 | 94 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.55 |
| HSL | 315.19º | 0.53% | 0.29% | - |
| HSV(B) | 315.19º | 0.69% | 0.45% | - |
| XYZ | 9.56 | 5.59 | 11.16 | - |
| YUV | 65.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 94 | 0 | 0.69 | 0.18 | 0.55 | 315.19 | 0.53 | 0.29 |
| Hex | 72 | 23 | 5E | 0 | 45 | 12 | 37 | 13B | 35 | 1D |
| Octal | 162 | 43 | 136 | 0 | 105 | 22 | 67 | 473 | 65 | 35 |
| Binary | 1110010 | 100011 | 1011110 | 0 | 1000101 | 10010 | 110111 | 100111011 | 110101 | 11101 |
Color Harmonies of #72235E
Complementary color
Monochromatic Colors of #72235E
Black with #72235E
Text Example
Text Example
White with #72235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72235E; }
p { color: rgb(114,35,94); }
H1.HeaderClassName
{
color: #72235E;
}
.AnyTagClassName
{
color: #72235E;
}
</style>
background-color css
<style>
a { background-color: #72235E; }
a { background-color: rgb(114,35,94); }
div.DivClassName
{
background-color: #72235E;
}
.BgClassName
{
background-color: #72235E;
}
</style>
border-color css
<style>
span { border-color: #72235E; }
span { border-color: rgb(114,35,94); }
td.TdClassName
{
border-color: #72235E;
}
.TagClassName
{
border-color: #72235E;
}
</style>