Shades of Palatinate Purple #73165C
Tints of Palatinate Purple #73165C
RGB
CMYK
RGB Variations
Color information
#73165C (or 0x73165C) is known color: Palatinate Purple. HEX triplet: 73, 16 and 5C. RGB value is (115,22,92). Sum of RGB (Red+Green+Blue) = 115+22+92=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73165C is #8CE9A3. Grayscale: #393939. Windows color (decimal): -9234852 or 6035059. OLE color: 6035059.
HSL color Cylindrical-coordinate representation of color #73165C: hue angle of 314.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73165C is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 92 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.55 |
| HSL | 314.84º | 0.68% | 0.27% | - |
| HSV(B) | 314.84º | 0.81% | 0.45% | - |
| XYZ | 9.29 | 4.99 | 10.6 | - |
| YUV | 57.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 92 | 0 | 0.81 | 0.20 | 0.55 | 314.84 | 0.68 | 0.27 |
| Hex | 73 | 16 | 5C | 0 | 51 | 14 | 37 | 13B | 44 | 1B |
| Octal | 163 | 26 | 134 | 0 | 121 | 24 | 67 | 473 | 104 | 33 |
| Binary | 1110011 | 10110 | 1011100 | 0 | 1010001 | 10100 | 110111 | 100111011 | 1000100 | 11011 |
Color Harmonies of #73165C
Complementary color
Monochromatic Colors of #73165C
Black with #73165C
Text Example
Text Example
White with #73165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73165C; }
p { color: rgb(115,22,92); }
H1.HeaderClassName
{
color: #73165C;
}
.AnyTagClassName
{
color: #73165C;
}
</style>
background-color css
<style>
a { background-color: #73165C; }
a { background-color: rgb(115,22,92); }
div.DivClassName
{
background-color: #73165C;
}
.BgClassName
{
background-color: #73165C;
}
</style>
border-color css
<style>
span { border-color: #73165C; }
span { border-color: rgb(115,22,92); }
td.TdClassName
{
border-color: #73165C;
}
.TagClassName
{
border-color: #73165C;
}
</style>