Shades of Palatinate Purple #73166B
Tints of Palatinate Purple #73166B
RGB
CMYK
RGB Variations
Color information
#73166B (or 0x73166B) is known color: Palatinate Purple. HEX triplet: 73, 16 and 6B. RGB value is (115,22,107). Sum of RGB (Red+Green+Blue) = 115+22+107=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73166B is #8CE994. Grayscale: #3B3B3B. Windows color (decimal): -9234837 or 7018099. OLE color: 7018099.
HSL color Cylindrical-coordinate representation of color #73166B: hue angle of 305.16º 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 #73166B is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 107 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.55 |
| HSL | 305.16º | 0.68% | 0.27% | - |
| HSV(B) | 305.16º | 0.81% | 0.45% | - |
| XYZ | 10.01 | 5.28 | 14.4 | - |
| YUV | 59.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 107 | 0 | 0.81 | 0.07 | 0.55 | 305.16 | 0.68 | 0.27 |
| Hex | 73 | 16 | 6B | 0 | 51 | 7 | 37 | 131 | 44 | 1B |
| Octal | 163 | 26 | 153 | 0 | 121 | 7 | 67 | 461 | 104 | 33 |
| Binary | 1110011 | 10110 | 1101011 | 0 | 1010001 | 111 | 110111 | 100110001 | 1000100 | 11011 |
Color Harmonies of #73166B
Complementary color
Monochromatic Colors of #73166B
Black with #73166B
Text Example
Text Example
White with #73166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73166B; }
p { color: rgb(115,22,107); }
H1.HeaderClassName
{
color: #73166B;
}
.AnyTagClassName
{
color: #73166B;
}
</style>
background-color css
<style>
a { background-color: #73166B; }
a { background-color: rgb(115,22,107); }
div.DivClassName
{
background-color: #73166B;
}
.BgClassName
{
background-color: #73166B;
}
</style>
border-color css
<style>
span { border-color: #73166B; }
span { border-color: rgb(115,22,107); }
td.TdClassName
{
border-color: #73166B;
}
.TagClassName
{
border-color: #73166B;
}
</style>