Shades of Palatinate Purple #72345E
Tints of Palatinate Purple #72345E
RGB
CMYK
RGB Variations
Color information
#72345E (or 0x72345E) is known color: Palatinate Purple. HEX triplet: 72, 34 and 5E. RGB value is (114,52,94). Sum of RGB (Red+Green+Blue) = 114+52+94=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72345E is #8DCBA1. Grayscale: #4B4B4B. Windows color (decimal): -9292706 or 6173810. OLE color: 6173810.
HSL color Cylindrical-coordinate representation of color #72345E: hue angle of 319.35º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72345E is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 94 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.55 |
| HSL | 319.35º | 0.37% | 0.33% | - |
| HSV(B) | 319.35º | 0.54% | 0.45% | - |
| XYZ | 10.19 | 6.84 | 11.37 | - |
| YUV | 75.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 94 | 0 | 0.54 | 0.18 | 0.55 | 319.35 | 0.37 | 0.33 |
| Hex | 72 | 34 | 5E | 0 | 36 | 12 | 37 | 13F | 25 | 21 |
| Octal | 162 | 64 | 136 | 0 | 66 | 22 | 67 | 477 | 45 | 41 |
| Binary | 1110010 | 110100 | 1011110 | 0 | 110110 | 10010 | 110111 | 100111111 | 100101 | 100001 |
Color Harmonies of #72345E
Complementary color
Monochromatic Colors of #72345E
Black with #72345E
Text Example
Text Example
White with #72345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72345E; }
p { color: rgb(114,52,94); }
H1.HeaderClassName
{
color: #72345E;
}
.AnyTagClassName
{
color: #72345E;
}
</style>
background-color css
<style>
a { background-color: #72345E; }
a { background-color: rgb(114,52,94); }
div.DivClassName
{
background-color: #72345E;
}
.BgClassName
{
background-color: #72345E;
}
</style>
border-color css
<style>
span { border-color: #72345E; }
span { border-color: rgb(114,52,94); }
td.TdClassName
{
border-color: #72345E;
}
.TagClassName
{
border-color: #72345E;
}
</style>