Shades of Palatinate Purple #73286D
Tints of Palatinate Purple #73286D
RGB
CMYK
RGB Variations
Color information
#73286D (or 0x73286D) is known color: Palatinate Purple. HEX triplet: 73, 28 and 6D. RGB value is (115,40,109). Sum of RGB (Red+Green+Blue) = 115+40+109=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73286D is #8CD792. Grayscale: #464646. Windows color (decimal): -9230227 or 7153779. OLE color: 7153779.
HSL color Cylindrical-coordinate representation of color #73286D: hue angle of 304.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73286D is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 109 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.55 |
| HSL | 304.8º | 0.48% | 0.3% | - |
| HSV(B) | 304.8º | 0.65% | 0.45% | - |
| XYZ | 10.59 | 6.27 | 15.12 | - |
| YUV | 70.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 109 | 0 | 0.65 | 0.05 | 0.55 | 304.8 | 0.48 | 0.3 |
| Hex | 73 | 28 | 6D | 0 | 41 | 5 | 37 | 131 | 30 | 1E |
| Octal | 163 | 50 | 155 | 0 | 101 | 5 | 67 | 461 | 60 | 36 |
| Binary | 1110011 | 101000 | 1101101 | 0 | 1000001 | 101 | 110111 | 100110001 | 110000 | 11110 |
Color Harmonies of #73286D
Complementary color
Monochromatic Colors of #73286D
Black with #73286D
Text Example
Text Example
White with #73286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73286D; }
p { color: rgb(115,40,109); }
H1.HeaderClassName
{
color: #73286D;
}
.AnyTagClassName
{
color: #73286D;
}
</style>
background-color css
<style>
a { background-color: #73286D; }
a { background-color: rgb(115,40,109); }
div.DivClassName
{
background-color: #73286D;
}
.BgClassName
{
background-color: #73286D;
}
</style>
border-color css
<style>
span { border-color: #73286D; }
span { border-color: rgb(115,40,109); }
td.TdClassName
{
border-color: #73286D;
}
.TagClassName
{
border-color: #73286D;
}
</style>