Shades of Palatinate Purple #73196A
Tints of Palatinate Purple #73196A
RGB
CMYK
RGB Variations
Color information
#73196A (or 0x73196A) is known color: Palatinate Purple. HEX triplet: 73, 19 and 6A. RGB value is (115,25,106). Sum of RGB (Red+Green+Blue) = 115+25+106=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196A is #8CE695. Grayscale: #3C3C3C. Windows color (decimal): -9234070 or 6953331. OLE color: 6953331.
HSL color Cylindrical-coordinate representation of color #73196A: hue angle of 306º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73196A is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 106 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.55 |
| HSL | 306º | 0.64% | 0.27% | - |
| HSV(B) | 306º | 0.78% | 0.45% | - |
| XYZ | 10.02 | 5.38 | 14.15 | - |
| YUV | 61.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 106 | 0 | 0.78 | 0.08 | 0.55 | 306 | 0.64 | 0.27 |
| Hex | 73 | 19 | 6A | 0 | 4E | 8 | 37 | 132 | 40 | 1B |
| Octal | 163 | 31 | 152 | 0 | 116 | 10 | 67 | 462 | 100 | 33 |
| Binary | 1110011 | 11001 | 1101010 | 0 | 1001110 | 1000 | 110111 | 100110010 | 1000000 | 11011 |
Color Harmonies of #73196A
Complementary color
Monochromatic Colors of #73196A
Black with #73196A
Text Example
Text Example
White with #73196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73196A; }
p { color: rgb(115,25,106); }
H1.HeaderClassName
{
color: #73196A;
}
.AnyTagClassName
{
color: #73196A;
}
</style>
background-color css
<style>
a { background-color: #73196A; }
a { background-color: rgb(115,25,106); }
div.DivClassName
{
background-color: #73196A;
}
.BgClassName
{
background-color: #73196A;
}
</style>
border-color css
<style>
span { border-color: #73196A; }
span { border-color: rgb(115,25,106); }
td.TdClassName
{
border-color: #73196A;
}
.TagClassName
{
border-color: #73196A;
}
</style>