Shades of Dark Magenta #7E0194
Tints of Dark Magenta #7E0194
RGB
CMYK
RGB Variations
Color information
#7E0194 (or 0x7E0194) is known color: Dark Magenta. HEX triplet: 7E, 01 and 94. RGB value is (126,1,148). Sum of RGB (Red+Green+Blue) = 126+1+148=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E0194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0194 is #81FE6B. Grayscale: #363636. Windows color (decimal): -8519276 or 9699710. OLE color: 9699710.
HSL color Cylindrical-coordinate representation of color #7E0194: hue angle of 291.02º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0194 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 1 | 148 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.42 |
| HSL | 291.02º | 0.99% | 0.29% | - |
| HSV(B) | 291.02º | 0.99% | 0.58% | - |
| XYZ | 13.96 | 6.6 | 28.55 | - |
| YUV | 55.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 148 | 0.15 | 0.99 | 0 | 0.42 | 291.02 | 0.99 | 0.29 |
| Hex | 7E | 1 | 94 | F | 63 | 0 | 2A | 123 | 63 | 1D |
| Octal | 176 | 1 | 224 | 17 | 143 | 0 | 52 | 443 | 143 | 35 |
| Binary | 1111110 | 1 | 10010100 | 1111 | 1100011 | 0 | 101010 | 100100011 | 1100011 | 11101 |
Color Harmonies of #7E0194
Complementary color
Monochromatic Colors of #7E0194
Black with #7E0194
Text Example
Text Example
White with #7E0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0194; }
p { color: rgb(126,1,148); }
H1.HeaderClassName
{
color: #7E0194;
}
.AnyTagClassName
{
color: #7E0194;
}
</style>
background-color css
<style>
a { background-color: #7E0194; }
a { background-color: rgb(126,1,148); }
div.DivClassName
{
background-color: #7E0194;
}
.BgClassName
{
background-color: #7E0194;
}
</style>
border-color css
<style>
span { border-color: #7E0194; }
span { border-color: rgb(126,1,148); }
td.TdClassName
{
border-color: #7E0194;
}
.TagClassName
{
border-color: #7E0194;
}
</style>