Shades of Purple #73158F
Tints of Purple #73158F
RGB
CMYK
RGB Variations
Color information
#73158F (or 0x73158F) is known color: Purple. HEX triplet: 73, 15 and 8F. RGB value is (115,21,143). Sum of RGB (Red+Green+Blue) = 115+21+143=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #73158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73158F is #8CEA70. Grayscale: #3E3E3E. Windows color (decimal): -9235057 or 9377139. OLE color: 9377139.
HSL color Cylindrical-coordinate representation of color #73158F: hue angle of 286.23º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73158F is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 21 | 143 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.44 |
| HSL | 286.23º | 0.74% | 0.32% | - |
| HSV(B) | 286.23º | 0.85% | 0.56% | - |
| XYZ | 12.3 | 6.16 | 26.53 | - |
| YUV | 63.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 143 | 0.20 | 0.85 | 0 | 0.44 | 286.23 | 0.74 | 0.32 |
| Hex | 73 | 15 | 8F | 14 | 55 | 0 | 2C | 11E | 4A | 20 |
| Octal | 163 | 25 | 217 | 24 | 125 | 0 | 54 | 436 | 112 | 40 |
| Binary | 1110011 | 10101 | 10001111 | 10100 | 1010101 | 0 | 101100 | 100011110 | 1001010 | 100000 |
Color Harmonies of #73158F
Complementary color
Monochromatic Colors of #73158F
Black with #73158F
Text Example
Text Example
White with #73158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73158F; }
p { color: rgb(115,21,143); }
H1.HeaderClassName
{
color: #73158F;
}
.AnyTagClassName
{
color: #73158F;
}
</style>
background-color css
<style>
a { background-color: #73158F; }
a { background-color: rgb(115,21,143); }
div.DivClassName
{
background-color: #73158F;
}
.BgClassName
{
background-color: #73158F;
}
</style>
border-color css
<style>
span { border-color: #73158F; }
span { border-color: rgb(115,21,143); }
td.TdClassName
{
border-color: #73158F;
}
.TagClassName
{
border-color: #73158F;
}
</style>