Shades of Dark Magenta #730EA2
Tints of Dark Magenta #730EA2
RGB
CMYK
RGB Variations
Color information
#730EA2 (or 0x730EA2) is known color: Dark Magenta. HEX triplet: 73, 0E and A2. RGB value is (115,14,162). Sum of RGB (Red+Green+Blue) = 115+14+162=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #730EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730EA2 is #8CF15D. Grayscale: #3C3C3C. Windows color (decimal): -9236830 or 10620531. OLE color: 10620531.
HSL color Cylindrical-coordinate representation of color #730EA2: hue angle of 280.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730EA2 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 14 | 162 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.36 |
| HSL | 280.95º | 0.84% | 0.35% | - |
| HSV(B) | 280.95º | 0.91% | 0.64% | - |
| XYZ | 13.75 | 6.57 | 34.73 | - |
| YUV | 61.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 162 | 0.29 | 0.91 | 0 | 0.36 | 280.95 | 0.84 | 0.35 |
| Hex | 73 | E | A2 | 1D | 5B | 0 | 24 | 119 | 54 | 23 |
| Octal | 163 | 16 | 242 | 35 | 133 | 0 | 44 | 431 | 124 | 43 |
| Binary | 1110011 | 1110 | 10100010 | 11101 | 1011011 | 0 | 100100 | 100011001 | 1010100 | 100011 |
Color Harmonies of #730EA2
Complementary color
Monochromatic Colors of #730EA2
Black with #730EA2
Text Example
Text Example
White with #730EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EA2; }
p { color: rgb(115,14,162); }
H1.HeaderClassName
{
color: #730EA2;
}
.AnyTagClassName
{
color: #730EA2;
}
</style>
background-color css
<style>
a { background-color: #730EA2; }
a { background-color: rgb(115,14,162); }
div.DivClassName
{
background-color: #730EA2;
}
.BgClassName
{
background-color: #730EA2;
}
</style>
border-color css
<style>
span { border-color: #730EA2; }
span { border-color: rgb(115,14,162); }
td.TdClassName
{
border-color: #730EA2;
}
.TagClassName
{
border-color: #730EA2;
}
</style>