Shades of Palatinate Purple #73216D
Tints of Palatinate Purple #73216D
RGB
CMYK
RGB Variations
Color information
#73216D (or 0x73216D) is known color: Palatinate Purple. HEX triplet: 73, 21 and 6D. RGB value is (115,33,109). Sum of RGB (Red+Green+Blue) = 115+33+109=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73216D is #8CDE92. Grayscale: #414141. Windows color (decimal): -9232019 or 7151987. OLE color: 7151987.
HSL color Cylindrical-coordinate representation of color #73216D: hue angle of 304.39º 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 #73216D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 109 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.55 |
| HSL | 304.39º | 0.55% | 0.29% | - |
| HSV(B) | 304.39º | 0.71% | 0.45% | - |
| XYZ | 10.37 | 5.84 | 15.05 | - |
| YUV | 66.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 109 | 0 | 0.71 | 0.05 | 0.55 | 304.39 | 0.55 | 0.29 |
| Hex | 73 | 21 | 6D | 0 | 47 | 5 | 37 | 130 | 37 | 1D |
| Octal | 163 | 41 | 155 | 0 | 107 | 5 | 67 | 460 | 67 | 35 |
| Binary | 1110011 | 100001 | 1101101 | 0 | 1000111 | 101 | 110111 | 100110000 | 110111 | 11101 |
Color Harmonies of #73216D
Complementary color
Monochromatic Colors of #73216D
Black with #73216D
Text Example
Text Example
White with #73216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73216D; }
p { color: rgb(115,33,109); }
H1.HeaderClassName
{
color: #73216D;
}
.AnyTagClassName
{
color: #73216D;
}
</style>
background-color css
<style>
a { background-color: #73216D; }
a { background-color: rgb(115,33,109); }
div.DivClassName
{
background-color: #73216D;
}
.BgClassName
{
background-color: #73216D;
}
</style>
border-color css
<style>
span { border-color: #73216D; }
span { border-color: rgb(115,33,109); }
td.TdClassName
{
border-color: #73216D;
}
.TagClassName
{
border-color: #73216D;
}
</style>