Shades of Palatinate Purple #73175E
Tints of Palatinate Purple #73175E
RGB
CMYK
RGB Variations
Color information
#73175E (or 0x73175E) is known color: Palatinate Purple. HEX triplet: 73, 17 and 5E. RGB value is (115,23,94). Sum of RGB (Red+Green+Blue) = 115+23+94=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73175E is #8CE8A1. Grayscale: #3A3A3A. Windows color (decimal): -9234594 or 6166387. OLE color: 6166387.
HSL color Cylindrical-coordinate representation of color #73175E: hue angle of 313.7º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73175E is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 94 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.55 |
| HSL | 313.7º | 0.67% | 0.27% | - |
| HSV(B) | 313.7º | 0.8% | 0.45% | - |
| XYZ | 9.4 | 5.07 | 11.07 | - |
| YUV | 58.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 94 | 0 | 0.80 | 0.18 | 0.55 | 313.7 | 0.67 | 0.27 |
| Hex | 73 | 17 | 5E | 0 | 50 | 12 | 37 | 13A | 43 | 1B |
| Octal | 163 | 27 | 136 | 0 | 120 | 22 | 67 | 472 | 103 | 33 |
| Binary | 1110011 | 10111 | 1011110 | 0 | 1010000 | 10010 | 110111 | 100111010 | 1000011 | 11011 |
Color Harmonies of #73175E
Complementary color
Monochromatic Colors of #73175E
Black with #73175E
Text Example
Text Example
White with #73175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73175E; }
p { color: rgb(115,23,94); }
H1.HeaderClassName
{
color: #73175E;
}
.AnyTagClassName
{
color: #73175E;
}
</style>
background-color css
<style>
a { background-color: #73175E; }
a { background-color: rgb(115,23,94); }
div.DivClassName
{
background-color: #73175E;
}
.BgClassName
{
background-color: #73175E;
}
</style>
border-color css
<style>
span { border-color: #73175E; }
span { border-color: rgb(115,23,94); }
td.TdClassName
{
border-color: #73175E;
}
.TagClassName
{
border-color: #73175E;
}
</style>