Shades of Palatinate Purple #73206F
Tints of Palatinate Purple #73206F
RGB
CMYK
RGB Variations
Color information
#73206F (or 0x73206F) is known color: Palatinate Purple. HEX triplet: 73, 20 and 6F. RGB value is (115,32,111). Sum of RGB (Red+Green+Blue) = 115+32+111=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73206F is #8CDF90. Grayscale: #414141. Windows color (decimal): -9232273 or 7282803. OLE color: 7282803.
HSL color Cylindrical-coordinate representation of color #73206F: hue angle of 302.89º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73206F is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 111 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.55 |
| HSL | 302.89º | 0.56% | 0.29% | - |
| HSV(B) | 302.89º | 0.72% | 0.45% | - |
| XYZ | 10.46 | 5.83 | 15.61 | - |
| YUV | 65.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 111 | 0 | 0.72 | 0.03 | 0.55 | 302.89 | 0.56 | 0.29 |
| Hex | 73 | 20 | 6F | 0 | 48 | 3 | 37 | 12F | 38 | 1D |
| Octal | 163 | 40 | 157 | 0 | 110 | 3 | 67 | 457 | 70 | 35 |
| Binary | 1110011 | 100000 | 1101111 | 0 | 1001000 | 11 | 110111 | 100101111 | 111000 | 11101 |
Color Harmonies of #73206F
Complementary color
Monochromatic Colors of #73206F
Black with #73206F
Text Example
Text Example
White with #73206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73206F; }
p { color: rgb(115,32,111); }
H1.HeaderClassName
{
color: #73206F;
}
.AnyTagClassName
{
color: #73206F;
}
</style>
background-color css
<style>
a { background-color: #73206F; }
a { background-color: rgb(115,32,111); }
div.DivClassName
{
background-color: #73206F;
}
.BgClassName
{
background-color: #73206F;
}
</style>
border-color css
<style>
span { border-color: #73206F; }
span { border-color: rgb(115,32,111); }
td.TdClassName
{
border-color: #73206F;
}
.TagClassName
{
border-color: #73206F;
}
</style>