Shades of Palatinate Purple #73115A
Tints of Palatinate Purple #73115A
RGB
CMYK
RGB Variations
Color information
#73115A (or 0x73115A) is known color: Palatinate Purple. HEX triplet: 73, 11 and 5A. RGB value is (115,17,90). Sum of RGB (Red+Green+Blue) = 115+17+90=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73115A is #8CEEA5. Grayscale: #363636. Windows color (decimal): -9236134 or 5902707. OLE color: 5902707.
HSL color Cylindrical-coordinate representation of color #73115A: hue angle of 315.31º 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 #73115A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 90 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.55 |
| HSL | 315.31º | 0.74% | 0.26% | - |
| HSV(B) | 315.31º | 0.85% | 0.45% | - |
| XYZ | 9.12 | 4.78 | 10.12 | - |
| YUV | 54.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 90 | 0 | 0.85 | 0.22 | 0.55 | 315.31 | 0.74 | 0.26 |
| Hex | 73 | 11 | 5A | 0 | 55 | 16 | 37 | 13B | 4A | 1A |
| Octal | 163 | 21 | 132 | 0 | 125 | 26 | 67 | 473 | 112 | 32 |
| Binary | 1110011 | 10001 | 1011010 | 0 | 1010101 | 10110 | 110111 | 100111011 | 1001010 | 11010 |
Color Harmonies of #73115A
Complementary color
Monochromatic Colors of #73115A
Black with #73115A
Text Example
Text Example
White with #73115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73115A; }
p { color: rgb(115,17,90); }
H1.HeaderClassName
{
color: #73115A;
}
.AnyTagClassName
{
color: #73115A;
}
</style>
background-color css
<style>
a { background-color: #73115A; }
a { background-color: rgb(115,17,90); }
div.DivClassName
{
background-color: #73115A;
}
.BgClassName
{
background-color: #73115A;
}
</style>
border-color css
<style>
span { border-color: #73115A; }
span { border-color: rgb(115,17,90); }
td.TdClassName
{
border-color: #73115A;
}
.TagClassName
{
border-color: #73115A;
}
</style>