Shades of Palatinate Purple #73286E
Tints of Palatinate Purple #73286E
RGB
CMYK
RGB Variations
Color information
#73286E (or 0x73286E) is known color: Palatinate Purple. HEX triplet: 73, 28 and 6E. RGB value is (115,40,110). Sum of RGB (Red+Green+Blue) = 115+40+110=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73286E is #8CD791. Grayscale: #464646. Windows color (decimal): -9230226 or 7219315. OLE color: 7219315.
HSL color Cylindrical-coordinate representation of color #73286E: hue angle of 304º 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 #73286E is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 110 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.55 |
| HSL | 304º | 0.48% | 0.3% | - |
| HSV(B) | 304º | 0.65% | 0.45% | - |
| XYZ | 10.64 | 6.29 | 15.4 | - |
| YUV | 70.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 110 | 0 | 0.65 | 0.04 | 0.55 | 304 | 0.48 | 0.3 |
| Hex | 73 | 28 | 6E | 0 | 41 | 4 | 37 | 130 | 30 | 1E |
| Octal | 163 | 50 | 156 | 0 | 101 | 4 | 67 | 460 | 60 | 36 |
| Binary | 1110011 | 101000 | 1101110 | 0 | 1000001 | 100 | 110111 | 100110000 | 110000 | 11110 |
Color Harmonies of #73286E
Complementary color
Monochromatic Colors of #73286E
Black with #73286E
Text Example
Text Example
White with #73286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73286E; }
p { color: rgb(115,40,110); }
H1.HeaderClassName
{
color: #73286E;
}
.AnyTagClassName
{
color: #73286E;
}
</style>
background-color css
<style>
a { background-color: #73286E; }
a { background-color: rgb(115,40,110); }
div.DivClassName
{
background-color: #73286E;
}
.BgClassName
{
background-color: #73286E;
}
</style>
border-color css
<style>
span { border-color: #73286E; }
span { border-color: rgb(115,40,110); }
td.TdClassName
{
border-color: #73286E;
}
.TagClassName
{
border-color: #73286E;
}
</style>