Shades of Palatinate Purple #73115E
Tints of Palatinate Purple #73115E
RGB
CMYK
RGB Variations
Color information
#73115E (or 0x73115E) is known color: Palatinate Purple. HEX triplet: 73, 11 and 5E. RGB value is (115,17,94). Sum of RGB (Red+Green+Blue) = 115+17+94=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73115E is #8CEEA1. Grayscale: #363636. Windows color (decimal): -9236130 or 6164851. OLE color: 6164851.
HSL color Cylindrical-coordinate representation of color #73115E: hue angle of 312.86º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73115E is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 94 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.55 |
| HSL | 312.86º | 0.74% | 0.26% | - |
| HSV(B) | 312.86º | 0.85% | 0.45% | - |
| XYZ | 9.29 | 4.85 | 11.04 | - |
| YUV | 55.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 94 | 0 | 0.85 | 0.18 | 0.55 | 312.86 | 0.74 | 0.26 |
| Hex | 73 | 11 | 5E | 0 | 55 | 12 | 37 | 139 | 4A | 1A |
| Octal | 163 | 21 | 136 | 0 | 125 | 22 | 67 | 471 | 112 | 32 |
| Binary | 1110011 | 10001 | 1011110 | 0 | 1010101 | 10010 | 110111 | 100111001 | 1001010 | 11010 |
Color Harmonies of #73115E
Complementary color
Monochromatic Colors of #73115E
Black with #73115E
Text Example
Text Example
White with #73115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73115E; }
p { color: rgb(115,17,94); }
H1.HeaderClassName
{
color: #73115E;
}
.AnyTagClassName
{
color: #73115E;
}
</style>
background-color css
<style>
a { background-color: #73115E; }
a { background-color: rgb(115,17,94); }
div.DivClassName
{
background-color: #73115E;
}
.BgClassName
{
background-color: #73115E;
}
</style>
border-color css
<style>
span { border-color: #73115E; }
span { border-color: rgb(115,17,94); }
td.TdClassName
{
border-color: #73115E;
}
.TagClassName
{
border-color: #73115E;
}
</style>