Shades of Palatinate Purple #73166A
Tints of Palatinate Purple #73166A
RGB
CMYK
RGB Variations
Color information
#73166A (or 0x73166A) is known color: Palatinate Purple. HEX triplet: 73, 16 and 6A. RGB value is (115,22,106). Sum of RGB (Red+Green+Blue) = 115+22+106=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73166A is #8CE995. Grayscale: #3B3B3B. Windows color (decimal): -9234838 or 6952563. OLE color: 6952563.
HSL color Cylindrical-coordinate representation of color #73166A: hue angle of 305.81º 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 #73166A is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 106 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.55 |
| HSL | 305.81º | 0.68% | 0.27% | - |
| HSV(B) | 305.81º | 0.81% | 0.45% | - |
| XYZ | 9.96 | 5.26 | 14.13 | - |
| YUV | 59.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 106 | 0 | 0.81 | 0.08 | 0.55 | 305.81 | 0.68 | 0.27 |
| Hex | 73 | 16 | 6A | 0 | 51 | 8 | 37 | 132 | 44 | 1B |
| Octal | 163 | 26 | 152 | 0 | 121 | 10 | 67 | 462 | 104 | 33 |
| Binary | 1110011 | 10110 | 1101010 | 0 | 1010001 | 1000 | 110111 | 100110010 | 1000100 | 11011 |
Color Harmonies of #73166A
Complementary color
Monochromatic Colors of #73166A
Black with #73166A
Text Example
Text Example
White with #73166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73166A; }
p { color: rgb(115,22,106); }
H1.HeaderClassName
{
color: #73166A;
}
.AnyTagClassName
{
color: #73166A;
}
</style>
background-color css
<style>
a { background-color: #73166A; }
a { background-color: rgb(115,22,106); }
div.DivClassName
{
background-color: #73166A;
}
.BgClassName
{
background-color: #73166A;
}
</style>
border-color css
<style>
span { border-color: #73166A; }
span { border-color: rgb(115,22,106); }
td.TdClassName
{
border-color: #73166A;
}
.TagClassName
{
border-color: #73166A;
}
</style>