Shades of Palatinate Purple #73166D
Tints of Palatinate Purple #73166D
RGB
CMYK
RGB Variations
Color information
#73166D (or 0x73166D) is known color: Palatinate Purple. HEX triplet: 73, 16 and 6D. RGB value is (115,22,109). Sum of RGB (Red+Green+Blue) = 115+22+109=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73166D is #8CE992. Grayscale: #3B3B3B. Windows color (decimal): -9234835 or 7149171. OLE color: 7149171.
HSL color Cylindrical-coordinate representation of color #73166D: hue angle of 303.87º 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 #73166D is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 109 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.55 |
| HSL | 303.87º | 0.68% | 0.27% | - |
| HSV(B) | 303.87º | 0.81% | 0.45% | - |
| XYZ | 10.12 | 5.32 | 14.96 | - |
| YUV | 59.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 109 | 0 | 0.81 | 0.05 | 0.55 | 303.87 | 0.68 | 0.27 |
| Hex | 73 | 16 | 6D | 0 | 51 | 5 | 37 | 130 | 44 | 1B |
| Octal | 163 | 26 | 155 | 0 | 121 | 5 | 67 | 460 | 104 | 33 |
| Binary | 1110011 | 10110 | 1101101 | 0 | 1010001 | 101 | 110111 | 100110000 | 1000100 | 11011 |
Color Harmonies of #73166D
Complementary color
Monochromatic Colors of #73166D
Black with #73166D
Text Example
Text Example
White with #73166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73166D; }
p { color: rgb(115,22,109); }
H1.HeaderClassName
{
color: #73166D;
}
.AnyTagClassName
{
color: #73166D;
}
</style>
background-color css
<style>
a { background-color: #73166D; }
a { background-color: rgb(115,22,109); }
div.DivClassName
{
background-color: #73166D;
}
.BgClassName
{
background-color: #73166D;
}
</style>
border-color css
<style>
span { border-color: #73166D; }
span { border-color: rgb(115,22,109); }
td.TdClassName
{
border-color: #73166D;
}
.TagClassName
{
border-color: #73166D;
}
</style>