Shades of Palatinate Purple #73205D
Tints of Palatinate Purple #73205D
RGB
CMYK
RGB Variations
Color information
#73205D (or 0x73205D) is known color: Palatinate Purple. HEX triplet: 73, 20 and 5D. RGB value is (115,32,93). Sum of RGB (Red+Green+Blue) = 115+32+93=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205D is #8CDFA2. Grayscale: #3F3F3F. Windows color (decimal): -9232291 or 6103155. OLE color: 6103155.
HSL color Cylindrical-coordinate representation of color #73205D: hue angle of 315.9º 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 #73205D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 93 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.55 |
| HSL | 315.9º | 0.56% | 0.29% | - |
| HSV(B) | 315.9º | 0.72% | 0.45% | - |
| XYZ | 9.56 | 5.47 | 10.91 | - |
| YUV | 63.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 93 | 0 | 0.72 | 0.19 | 0.55 | 315.9 | 0.56 | 0.29 |
| Hex | 73 | 20 | 5D | 0 | 48 | 13 | 37 | 13C | 38 | 1D |
| Octal | 163 | 40 | 135 | 0 | 110 | 23 | 67 | 474 | 70 | 35 |
| Binary | 1110011 | 100000 | 1011101 | 0 | 1001000 | 10011 | 110111 | 100111100 | 111000 | 11101 |
Color Harmonies of #73205D
Complementary color
Monochromatic Colors of #73205D
Black with #73205D
Text Example
Text Example
White with #73205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73205D; }
p { color: rgb(115,32,93); }
H1.HeaderClassName
{
color: #73205D;
}
.AnyTagClassName
{
color: #73205D;
}
</style>
background-color css
<style>
a { background-color: #73205D; }
a { background-color: rgb(115,32,93); }
div.DivClassName
{
background-color: #73205D;
}
.BgClassName
{
background-color: #73205D;
}
</style>
border-color css
<style>
span { border-color: #73205D; }
span { border-color: rgb(115,32,93); }
td.TdClassName
{
border-color: #73205D;
}
.TagClassName
{
border-color: #73205D;
}
</style>