Shades of Purple #730E93
Tints of Purple #730E93
RGB
CMYK
RGB Variations
Color information
#730E93 (or 0x730E93) is known color: Purple. HEX triplet: 73, 0E and 93. RGB value is (115,14,147). Sum of RGB (Red+Green+Blue) = 115+14+147=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #730E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E93 is #8CF16C. Grayscale: #3A3A3A. Windows color (decimal): -9236845 or 9637491. OLE color: 9637491.
HSL color Cylindrical-coordinate representation of color #730E93: hue angle of 285.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730E93 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 14 | 147 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.42 |
| HSL | 285.56º | 0.83% | 0.32% | - |
| HSV(B) | 285.56º | 0.9% | 0.58% | - |
| XYZ | 12.49 | 6.07 | 28.12 | - |
| YUV | 59.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 147 | 0.22 | 0.90 | 0 | 0.42 | 285.56 | 0.83 | 0.32 |
| Hex | 73 | E | 93 | 16 | 5A | 0 | 2A | 11E | 53 | 20 |
| Octal | 163 | 16 | 223 | 26 | 132 | 0 | 52 | 436 | 123 | 40 |
| Binary | 1110011 | 1110 | 10010011 | 10110 | 1011010 | 0 | 101010 | 100011110 | 1010011 | 100000 |
Color Harmonies of #730E93
Complementary color
Monochromatic Colors of #730E93
Black with #730E93
Text Example
Text Example
White with #730E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E93; }
p { color: rgb(115,14,147); }
H1.HeaderClassName
{
color: #730E93;
}
.AnyTagClassName
{
color: #730E93;
}
</style>
background-color css
<style>
a { background-color: #730E93; }
a { background-color: rgb(115,14,147); }
div.DivClassName
{
background-color: #730E93;
}
.BgClassName
{
background-color: #730E93;
}
</style>
border-color css
<style>
span { border-color: #730E93; }
span { border-color: rgb(115,14,147); }
td.TdClassName
{
border-color: #730E93;
}
.TagClassName
{
border-color: #730E93;
}
</style>