Shades of Palatinate Purple #73365E
Tints of Palatinate Purple #73365E
RGB
CMYK
RGB Variations
Color information
#73365E (or 0x73365E) is known color: Palatinate Purple. HEX triplet: 73, 36 and 5E. RGB value is (115,54,94). Sum of RGB (Red+Green+Blue) = 115+54+94=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73365E is #8CC9A1. Grayscale: #4C4C4C. Windows color (decimal): -9226658 or 6174323. OLE color: 6174323.
HSL color Cylindrical-coordinate representation of color #73365E: hue angle of 320.66º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73365E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 54 | 94 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.55 |
| HSL | 320.66º | 0.36% | 0.33% | - |
| HSV(B) | 320.66º | 0.53% | 0.45% | - |
| XYZ | 10.41 | 7.09 | 11.41 | - |
| YUV | 76.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 94 | 0 | 0.53 | 0.18 | 0.55 | 320.66 | 0.36 | 0.33 |
| Hex | 73 | 36 | 5E | 0 | 35 | 12 | 37 | 141 | 24 | 21 |
| Octal | 163 | 66 | 136 | 0 | 65 | 22 | 67 | 501 | 44 | 41 |
| Binary | 1110011 | 110110 | 1011110 | 0 | 110101 | 10010 | 110111 | 101000001 | 100100 | 100001 |
Color Harmonies of #73365E
Complementary color
Monochromatic Colors of #73365E
Black with #73365E
Text Example
Text Example
White with #73365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73365E; }
p { color: rgb(115,54,94); }
H1.HeaderClassName
{
color: #73365E;
}
.AnyTagClassName
{
color: #73365E;
}
</style>
background-color css
<style>
a { background-color: #73365E; }
a { background-color: rgb(115,54,94); }
div.DivClassName
{
background-color: #73365E;
}
.BgClassName
{
background-color: #73365E;
}
</style>
border-color css
<style>
span { border-color: #73365E; }
span { border-color: rgb(115,54,94); }
td.TdClassName
{
border-color: #73365E;
}
.TagClassName
{
border-color: #73365E;
}
</style>