#7E118D

Color #7E118D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7E118D

Tints of Dark Magenta #7E118D

Color information

#7E118D (or 0x7E118D) is unknown color: approx Dark Magenta. HEX triplet: 7E, 11 and 8D. RGB value is (126,17,141). Sum of RGB (Red+Green+Blue) = 126+17+141=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E118D is #81EE72. Grayscale: #3F3F3F. Windows color (decimal): -8515187 or 9245054. OLE color: 9245054.

HSL color Cylindrical-coordinate representation of color #7E118D: hue angle of 292.74º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E118D is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12617141-
CMYK0.110.8800.45
HSL292.74º78.48%30.98%-
HSV(B)292.74º87.94%55.29%-
XYZ13.616.7625.79-
YUV63.73171.61172.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 44.37%
GREEN value IS 17 (7.03% from 255) = 5.99%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=44.37%
G=5.99%
B=49.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126171410.110.8800.45292.7478.4830.98
Hex7E118DB5802D1254e1f
Octal176212151313005544511637
Binary11111101000110001101101110110000101101100100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E118D; }

 p { color: rgb(126,17,141); }

 H1.HeaderClassName
 {
   color: #7E118D;
 }
 .AnyTagClassName
 {
   color: #7E118D;
 }
</style>
background-color css

<style>
 a { background-color: #7E118D; }

 a { background-color: rgb(126,17,141); }

 div.DivClassName
 {
   background-color: #7E118D;
 }
 .BgClassName
 {
   background-color: #7E118D;
 }
</style>
border-color css

<style>
 span { border-color: #7E118D; }

 span { border-color: rgb(126,17,141); }

 td.TdClassName
 {
   border-color: #7E118D;
 }
 .TagClassName
 {
   border-color: #7E118D;
 }
</style>