Shades of Palatinate Purple #72305E
Tints of Palatinate Purple #72305E
RGB
CMYK
RGB Variations
Color information
#72305E (or 0x72305E) is known color: Palatinate Purple. HEX triplet: 72, 30 and 5E. RGB value is (114,48,94). Sum of RGB (Red+Green+Blue) = 114+48+94=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305E is #8DCFA1. Grayscale: #484848. Windows color (decimal): -9293730 or 6172786. OLE color: 6172786.
HSL color Cylindrical-coordinate representation of color #72305E: hue angle of 318.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72305E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 94 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.55 |
| HSL | 318.18º | 0.41% | 0.32% | - |
| HSV(B) | 318.18º | 0.58% | 0.45% | - |
| XYZ | 10.02 | 6.5 | 11.32 | - |
| YUV | 72.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 94 | 0 | 0.58 | 0.18 | 0.55 | 318.18 | 0.41 | 0.32 |
| Hex | 72 | 30 | 5E | 0 | 3A | 12 | 37 | 13E | 29 | 20 |
| Octal | 162 | 60 | 136 | 0 | 72 | 22 | 67 | 476 | 51 | 40 |
| Binary | 1110010 | 110000 | 1011110 | 0 | 111010 | 10010 | 110111 | 100111110 | 101001 | 100000 |
Color Harmonies of #72305E
Complementary color
Monochromatic Colors of #72305E
Black with #72305E
Text Example
Text Example
White with #72305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72305E; }
p { color: rgb(114,48,94); }
H1.HeaderClassName
{
color: #72305E;
}
.AnyTagClassName
{
color: #72305E;
}
</style>
background-color css
<style>
a { background-color: #72305E; }
a { background-color: rgb(114,48,94); }
div.DivClassName
{
background-color: #72305E;
}
.BgClassName
{
background-color: #72305E;
}
</style>
border-color css
<style>
span { border-color: #72305E; }
span { border-color: rgb(114,48,94); }
td.TdClassName
{
border-color: #72305E;
}
.TagClassName
{
border-color: #72305E;
}
</style>