Shades of Purple #73015E
Tints of Purple #73015E
RGB
CMYK
RGB Variations
Color information
#73015E (or 0x73015E) is known color: Purple. HEX triplet: 73, 01 and 5E. RGB value is (115,1,94). Sum of RGB (Red+Green+Blue) = 115+1+94=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73015E is #8CFEA1. Grayscale: #2D2D2D. Windows color (decimal): -9240226 or 6160755. OLE color: 6160755.
HSL color Cylindrical-coordinate representation of color #73015E: hue angle of 311.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73015E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.55 |
| HSL | 311.05º | 0.98% | 0.23% | - |
| HSV(B) | 311.05º | 0.99% | 0.45% | - |
| XYZ | 9.1 | 4.47 | 10.97 | - |
| YUV | 45.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 94 | 0 | 0.99 | 0.18 | 0.55 | 311.05 | 0.98 | 0.23 |
| Hex | 73 | 1 | 5E | 0 | 63 | 12 | 37 | 137 | 62 | 17 |
| Octal | 163 | 1 | 136 | 0 | 143 | 22 | 67 | 467 | 142 | 27 |
| Binary | 1110011 | 1 | 1011110 | 0 | 1100011 | 10010 | 110111 | 100110111 | 1100010 | 10111 |
Color Harmonies of #73015E
Complementary color
Monochromatic Colors of #73015E
Black with #73015E
Text Example
Text Example
White with #73015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73015E; }
p { color: rgb(115,1,94); }
H1.HeaderClassName
{
color: #73015E;
}
.AnyTagClassName
{
color: #73015E;
}
</style>
background-color css
<style>
a { background-color: #73015E; }
a { background-color: rgb(115,1,94); }
div.DivClassName
{
background-color: #73015E;
}
.BgClassName
{
background-color: #73015E;
}
</style>
border-color css
<style>
span { border-color: #73015E; }
span { border-color: rgb(115,1,94); }
td.TdClassName
{
border-color: #73015E;
}
.TagClassName
{
border-color: #73015E;
}
</style>