Shades of Palatinate Purple #73216E
Tints of Palatinate Purple #73216E
RGB
CMYK
RGB Variations
Color information
#73216E (or 0x73216E) is known color: Palatinate Purple. HEX triplet: 73, 21 and 6E. RGB value is (115,33,110). Sum of RGB (Red+Green+Blue) = 115+33+110=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73216E is #8CDE91. Grayscale: #424242. Windows color (decimal): -9232018 or 7217523. OLE color: 7217523.
HSL color Cylindrical-coordinate representation of color #73216E: hue angle of 303.66º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73216E is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 110 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.55 |
| HSL | 303.66º | 0.55% | 0.29% | - |
| HSV(B) | 303.66º | 0.71% | 0.45% | - |
| XYZ | 10.43 | 5.86 | 15.33 | - |
| YUV | 66.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 110 | 0 | 0.71 | 0.04 | 0.55 | 303.66 | 0.55 | 0.29 |
| Hex | 73 | 21 | 6E | 0 | 47 | 4 | 37 | 130 | 37 | 1D |
| Octal | 163 | 41 | 156 | 0 | 107 | 4 | 67 | 460 | 67 | 35 |
| Binary | 1110011 | 100001 | 1101110 | 0 | 1000111 | 100 | 110111 | 100110000 | 110111 | 11101 |
Color Harmonies of #73216E
Complementary color
Monochromatic Colors of #73216E
Black with #73216E
Text Example
Text Example
White with #73216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73216E; }
p { color: rgb(115,33,110); }
H1.HeaderClassName
{
color: #73216E;
}
.AnyTagClassName
{
color: #73216E;
}
</style>
background-color css
<style>
a { background-color: #73216E; }
a { background-color: rgb(115,33,110); }
div.DivClassName
{
background-color: #73216E;
}
.BgClassName
{
background-color: #73216E;
}
</style>
border-color css
<style>
span { border-color: #73216E; }
span { border-color: rgb(115,33,110); }
td.TdClassName
{
border-color: #73216E;
}
.TagClassName
{
border-color: #73216E;
}
</style>