Shades of Palatinate Purple #72236F
Tints of Palatinate Purple #72236F
RGB
CMYK
RGB Variations
Color information
#72236F (or 0x72236F) is known color: Palatinate Purple. HEX triplet: 72, 23 and 6F. RGB value is (114,35,111). Sum of RGB (Red+Green+Blue) = 114+35+111=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236F is #8DDC90. Grayscale: #434343. Windows color (decimal): -9297041 or 7283570. OLE color: 7283570.
HSL color Cylindrical-coordinate representation of color #72236F: hue angle of 302.28º 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 #72236F is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 35 | 111 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.55 |
| HSL | 302.28º | 0.53% | 0.29% | - |
| HSV(B) | 302.28º | 0.69% | 0.45% | - |
| XYZ | 10.41 | 5.93 | 15.63 | - |
| YUV | 67.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 111 | 0 | 0.69 | 0.03 | 0.55 | 302.28 | 0.53 | 0.29 |
| Hex | 72 | 23 | 6F | 0 | 45 | 3 | 37 | 12E | 35 | 1D |
| Octal | 162 | 43 | 157 | 0 | 105 | 3 | 67 | 456 | 65 | 35 |
| Binary | 1110010 | 100011 | 1101111 | 0 | 1000101 | 11 | 110111 | 100101110 | 110101 | 11101 |
Color Harmonies of #72236F
Complementary color
Monochromatic Colors of #72236F
Black with #72236F
Text Example
Text Example
White with #72236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72236F; }
p { color: rgb(114,35,111); }
H1.HeaderClassName
{
color: #72236F;
}
.AnyTagClassName
{
color: #72236F;
}
</style>
background-color css
<style>
a { background-color: #72236F; }
a { background-color: rgb(114,35,111); }
div.DivClassName
{
background-color: #72236F;
}
.BgClassName
{
background-color: #72236F;
}
</style>
border-color css
<style>
span { border-color: #72236F; }
span { border-color: rgb(114,35,111); }
td.TdClassName
{
border-color: #72236F;
}
.TagClassName
{
border-color: #72236F;
}
</style>