Shades of Purple #730E94
Tints of Purple #730E94
RGB
CMYK
RGB Variations
Color information
#730E94 (or 0x730E94) is known color: Purple. HEX triplet: 73, 0E and 94. RGB value is (115,14,148). Sum of RGB (Red+Green+Blue) = 115+14+148=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #730E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E94 is #8CF16B. Grayscale: #3B3B3B. Windows color (decimal): -9236844 or 9703027. OLE color: 9703027.
HSL color Cylindrical-coordinate representation of color #730E94: hue angle of 285.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730E94 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 14 | 148 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.42 |
| HSL | 285.22º | 0.83% | 0.32% | - |
| HSV(B) | 285.22º | 0.91% | 0.58% | - |
| XYZ | 12.57 | 6.1 | 28.53 | - |
| YUV | 59.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 148 | 0.22 | 0.91 | 0 | 0.42 | 285.22 | 0.83 | 0.32 |
| Hex | 73 | E | 94 | 16 | 5B | 0 | 2A | 11D | 53 | 20 |
| Octal | 163 | 16 | 224 | 26 | 133 | 0 | 52 | 435 | 123 | 40 |
| Binary | 1110011 | 1110 | 10010100 | 10110 | 1011011 | 0 | 101010 | 100011101 | 1010011 | 100000 |
Color Harmonies of #730E94
Complementary color
Monochromatic Colors of #730E94
Black with #730E94
Text Example
Text Example
White with #730E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E94; }
p { color: rgb(115,14,148); }
H1.HeaderClassName
{
color: #730E94;
}
.AnyTagClassName
{
color: #730E94;
}
</style>
background-color css
<style>
a { background-color: #730E94; }
a { background-color: rgb(115,14,148); }
div.DivClassName
{
background-color: #730E94;
}
.BgClassName
{
background-color: #730E94;
}
</style>
border-color css
<style>
span { border-color: #730E94; }
span { border-color: rgb(115,14,148); }
td.TdClassName
{
border-color: #730E94;
}
.TagClassName
{
border-color: #730E94;
}
</style>