Shades of Palatinate Purple #73295E
Tints of Palatinate Purple #73295E
RGB
CMYK
RGB Variations
Color information
#73295E (or 0x73295E) is known color: Palatinate Purple. HEX triplet: 73, 29 and 5E. RGB value is (115,41,94). Sum of RGB (Red+Green+Blue) = 115+41+94=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #73295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295E is #8CD6A1. Grayscale: #454545. Windows color (decimal): -9229986 or 6170995. OLE color: 6170995.
HSL color Cylindrical-coordinate representation of color #73295E: hue angle of 317.03º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73295E is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 94 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.55 |
| HSL | 317.03º | 0.47% | 0.31% | - |
| HSV(B) | 317.03º | 0.64% | 0.45% | - |
| XYZ | 9.88 | 6.04 | 11.23 | - |
| YUV | 69.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 94 | 0 | 0.64 | 0.18 | 0.55 | 317.03 | 0.47 | 0.31 |
| Hex | 73 | 29 | 5E | 0 | 40 | 12 | 37 | 13D | 2F | 1F |
| Octal | 163 | 51 | 136 | 0 | 100 | 22 | 67 | 475 | 57 | 37 |
| Binary | 1110011 | 101001 | 1011110 | 0 | 1000000 | 10010 | 110111 | 100111101 | 101111 | 11111 |
Color Harmonies of #73295E
Complementary color
Monochromatic Colors of #73295E
Black with #73295E
Text Example
Text Example
White with #73295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73295E; }
p { color: rgb(115,41,94); }
H1.HeaderClassName
{
color: #73295E;
}
.AnyTagClassName
{
color: #73295E;
}
</style>
background-color css
<style>
a { background-color: #73295E; }
a { background-color: rgb(115,41,94); }
div.DivClassName
{
background-color: #73295E;
}
.BgClassName
{
background-color: #73295E;
}
</style>
border-color css
<style>
span { border-color: #73295E; }
span { border-color: rgb(115,41,94); }
td.TdClassName
{
border-color: #73295E;
}
.TagClassName
{
border-color: #73295E;
}
</style>