Shades of Palatinate Purple #73115D
Tints of Palatinate Purple #73115D
RGB
CMYK
RGB Variations
Color information
#73115D (or 0x73115D) is known color: Palatinate Purple. HEX triplet: 73, 11 and 5D. RGB value is (115,17,93). Sum of RGB (Red+Green+Blue) = 115+17+93=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73115D is #8CEEA2. Grayscale: #363636. Windows color (decimal): -9236131 or 6099315. OLE color: 6099315.
HSL color Cylindrical-coordinate representation of color #73115D: hue angle of 313.47º 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 #73115D is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 93 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.55 |
| HSL | 313.47º | 0.74% | 0.26% | - |
| HSV(B) | 313.47º | 0.85% | 0.45% | - |
| XYZ | 9.25 | 4.84 | 10.8 | - |
| YUV | 54.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 93 | 0 | 0.85 | 0.19 | 0.55 | 313.47 | 0.74 | 0.26 |
| Hex | 73 | 11 | 5D | 0 | 55 | 13 | 37 | 139 | 4A | 1A |
| Octal | 163 | 21 | 135 | 0 | 125 | 23 | 67 | 471 | 112 | 32 |
| Binary | 1110011 | 10001 | 1011101 | 0 | 1010101 | 10011 | 110111 | 100111001 | 1001010 | 11010 |
Color Harmonies of #73115D
Complementary color
Monochromatic Colors of #73115D
Black with #73115D
Text Example
Text Example
White with #73115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73115D; }
p { color: rgb(115,17,93); }
H1.HeaderClassName
{
color: #73115D;
}
.AnyTagClassName
{
color: #73115D;
}
</style>
background-color css
<style>
a { background-color: #73115D; }
a { background-color: rgb(115,17,93); }
div.DivClassName
{
background-color: #73115D;
}
.BgClassName
{
background-color: #73115D;
}
</style>
border-color css
<style>
span { border-color: #73115D; }
span { border-color: rgb(115,17,93); }
td.TdClassName
{
border-color: #73115D;
}
.TagClassName
{
border-color: #73115D;
}
</style>