Shades of Purple #73058E
Tints of Purple #73058E
RGB
CMYK
RGB Variations
Color information
#73058E (or 0x73058E) is known color: Purple. HEX triplet: 73, 05 and 8E. RGB value is (115,5,142). Sum of RGB (Red+Green+Blue) = 115+5+142=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #73058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73058E is #8CFA71. Grayscale: #353535. Windows color (decimal): -9239154 or 9307507. OLE color: 9307507.
HSL color Cylindrical-coordinate representation of color #73058E: hue angle of 288.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73058E is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 5 | 142 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.44 |
| HSL | 288.18º | 0.93% | 0.29% | - |
| HSV(B) | 288.18º | 0.96% | 0.56% | - |
| XYZ | 12.01 | 5.71 | 26.06 | - |
| YUV | 53.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 142 | 0.19 | 0.96 | 0 | 0.44 | 288.18 | 0.93 | 0.29 |
| Hex | 73 | 5 | 8E | 13 | 60 | 0 | 2C | 120 | 5D | 1D |
| Octal | 163 | 5 | 216 | 23 | 140 | 0 | 54 | 440 | 135 | 35 |
| Binary | 1110011 | 101 | 10001110 | 10011 | 1100000 | 0 | 101100 | 100100000 | 1011101 | 11101 |
Color Harmonies of #73058E
Complementary color
Monochromatic Colors of #73058E
Black with #73058E
Text Example
Text Example
White with #73058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73058E; }
p { color: rgb(115,5,142); }
H1.HeaderClassName
{
color: #73058E;
}
.AnyTagClassName
{
color: #73058E;
}
</style>
background-color css
<style>
a { background-color: #73058E; }
a { background-color: rgb(115,5,142); }
div.DivClassName
{
background-color: #73058E;
}
.BgClassName
{
background-color: #73058E;
}
</style>
border-color css
<style>
span { border-color: #73058E; }
span { border-color: rgb(115,5,142); }
td.TdClassName
{
border-color: #73058E;
}
.TagClassName
{
border-color: #73058E;
}
</style>