Shades of Palatinate Purple #73285E
Tints of Palatinate Purple #73285E
RGB
CMYK
RGB Variations
Color information
#73285E (or 0x73285E) is known color: Palatinate Purple. HEX triplet: 73, 28 and 5E. RGB value is (115,40,94). Sum of RGB (Red+Green+Blue) = 115+40+94=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73285E is #8CD7A1. Grayscale: #444444. Windows color (decimal): -9230242 or 6170739. OLE color: 6170739.
HSL color Cylindrical-coordinate representation of color #73285E: hue angle of 316.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73285E is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 94 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.55 |
| HSL | 316.8º | 0.48% | 0.3% | - |
| HSV(B) | 316.8º | 0.65% | 0.45% | - |
| XYZ | 9.85 | 5.97 | 11.22 | - |
| YUV | 68.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 94 | 0 | 0.65 | 0.18 | 0.55 | 316.8 | 0.48 | 0.3 |
| Hex | 73 | 28 | 5E | 0 | 41 | 12 | 37 | 13D | 30 | 1E |
| Octal | 163 | 50 | 136 | 0 | 101 | 22 | 67 | 475 | 60 | 36 |
| Binary | 1110011 | 101000 | 1011110 | 0 | 1000001 | 10010 | 110111 | 100111101 | 110000 | 11110 |
Color Harmonies of #73285E
Complementary color
Monochromatic Colors of #73285E
Black with #73285E
Text Example
Text Example
White with #73285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73285E; }
p { color: rgb(115,40,94); }
H1.HeaderClassName
{
color: #73285E;
}
.AnyTagClassName
{
color: #73285E;
}
</style>
background-color css
<style>
a { background-color: #73285E; }
a { background-color: rgb(115,40,94); }
div.DivClassName
{
background-color: #73285E;
}
.BgClassName
{
background-color: #73285E;
}
</style>
border-color css
<style>
span { border-color: #73285E; }
span { border-color: rgb(115,40,94); }
td.TdClassName
{
border-color: #73285E;
}
.TagClassName
{
border-color: #73285E;
}
</style>