Shades of Palatinate Purple #73196E
Tints of Palatinate Purple #73196E
RGB
CMYK
RGB Variations
Color information
#73196E (or 0x73196E) is known color: Palatinate Purple. HEX triplet: 73, 19 and 6E. RGB value is (115,25,110). Sum of RGB (Red+Green+Blue) = 115+25+110=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #73196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196E is #8CE691. Grayscale: #3D3D3D. Windows color (decimal): -9234066 or 7215475. OLE color: 7215475.
HSL color Cylindrical-coordinate representation of color #73196E: hue angle of 303.33º 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 #73196E is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 110 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.55 |
| HSL | 303.33º | 0.64% | 0.27% | - |
| HSV(B) | 303.33º | 0.78% | 0.45% | - |
| XYZ | 10.23 | 5.47 | 15.27 | - |
| YUV | 61.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 110 | 0 | 0.78 | 0.04 | 0.55 | 303.33 | 0.64 | 0.27 |
| Hex | 73 | 19 | 6E | 0 | 4E | 4 | 37 | 12F | 40 | 1B |
| Octal | 163 | 31 | 156 | 0 | 116 | 4 | 67 | 457 | 100 | 33 |
| Binary | 1110011 | 11001 | 1101110 | 0 | 1001110 | 100 | 110111 | 100101111 | 1000000 | 11011 |
Color Harmonies of #73196E
Complementary color
Monochromatic Colors of #73196E
Black with #73196E
Text Example
Text Example
White with #73196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73196E; }
p { color: rgb(115,25,110); }
H1.HeaderClassName
{
color: #73196E;
}
.AnyTagClassName
{
color: #73196E;
}
</style>
background-color css
<style>
a { background-color: #73196E; }
a { background-color: rgb(115,25,110); }
div.DivClassName
{
background-color: #73196E;
}
.BgClassName
{
background-color: #73196E;
}
</style>
border-color css
<style>
span { border-color: #73196E; }
span { border-color: rgb(115,25,110); }
td.TdClassName
{
border-color: #73196E;
}
.TagClassName
{
border-color: #73196E;
}
</style>