Shades of Dark Magenta #7E0693
Tints of Dark Magenta #7E0693
RGB
CMYK
RGB Variations
Color information
#7E0693 (or 0x7E0693) is known color: Dark Magenta. HEX triplet: 7E, 06 and 93. RGB value is (126,6,147). Sum of RGB (Red+Green+Blue) = 126+6+147=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E0693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0693 is #81F96C. Grayscale: #393939. Windows color (decimal): -8517997 or 9635454. OLE color: 9635454.
HSL color Cylindrical-coordinate representation of color #7E0693: hue angle of 291.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0693 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 6 | 147 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.42 |
| HSL | 291.06º | 0.92% | 0.3% | - |
| HSV(B) | 291.06º | 0.96% | 0.58% | - |
| XYZ | 13.94 | 6.67 | 28.16 | - |
| YUV | 57.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 6 | 147 | 0.14 | 0.96 | 0 | 0.42 | 291.06 | 0.92 | 0.3 |
| Hex | 7E | 6 | 93 | E | 60 | 0 | 2A | 123 | 5C | 1E |
| Octal | 176 | 6 | 223 | 16 | 140 | 0 | 52 | 443 | 134 | 36 |
| Binary | 1111110 | 110 | 10010011 | 1110 | 1100000 | 0 | 101010 | 100100011 | 1011100 | 11110 |
Color Harmonies of #7E0693
Complementary color
Monochromatic Colors of #7E0693
Black with #7E0693
Text Example
Text Example
White with #7E0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0693; }
p { color: rgb(126,6,147); }
H1.HeaderClassName
{
color: #7E0693;
}
.AnyTagClassName
{
color: #7E0693;
}
</style>
background-color css
<style>
a { background-color: #7E0693; }
a { background-color: rgb(126,6,147); }
div.DivClassName
{
background-color: #7E0693;
}
.BgClassName
{
background-color: #7E0693;
}
</style>
border-color css
<style>
span { border-color: #7E0693; }
span { border-color: rgb(126,6,147); }
td.TdClassName
{
border-color: #7E0693;
}
.TagClassName
{
border-color: #7E0693;
}
</style>