Shades of Purple #73028E
Tints of Purple #73028E
RGB
CMYK
RGB Variations
Color information
#73028E (or 0x73028E) is known color: Purple. HEX triplet: 73, 02 and 8E. RGB value is (115,2,142). Sum of RGB (Red+Green+Blue) = 115+2+142=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #73028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73028E is #8CFD71. Grayscale: #333333. Windows color (decimal): -9239922 or 9306739. OLE color: 9306739.
HSL color Cylindrical-coordinate representation of color #73028E: hue angle of 288.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73028E is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 2 | 142 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.44 |
| HSL | 288.43º | 0.97% | 0.28% | - |
| HSV(B) | 288.43º | 0.99% | 0.56% | - |
| XYZ | 11.97 | 5.64 | 26.05 | - |
| YUV | 51.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 142 | 0.19 | 0.99 | 0 | 0.44 | 288.43 | 0.97 | 0.28 |
| Hex | 73 | 2 | 8E | 13 | 63 | 0 | 2C | 120 | 61 | 1C |
| Octal | 163 | 2 | 216 | 23 | 143 | 0 | 54 | 440 | 141 | 34 |
| Binary | 1110011 | 10 | 10001110 | 10011 | 1100011 | 0 | 101100 | 100100000 | 1100001 | 11100 |
Color Harmonies of #73028E
Complementary color
Monochromatic Colors of #73028E
Black with #73028E
Text Example
Text Example
White with #73028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73028E; }
p { color: rgb(115,2,142); }
H1.HeaderClassName
{
color: #73028E;
}
.AnyTagClassName
{
color: #73028E;
}
</style>
background-color css
<style>
a { background-color: #73028E; }
a { background-color: rgb(115,2,142); }
div.DivClassName
{
background-color: #73028E;
}
.BgClassName
{
background-color: #73028E;
}
</style>
border-color css
<style>
span { border-color: #73028E; }
span { border-color: rgb(115,2,142); }
td.TdClassName
{
border-color: #73028E;
}
.TagClassName
{
border-color: #73028E;
}
</style>