#7E1196

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

Shades of Dark Magenta #7E1196

Tints of Dark Magenta #7E1196

Color information

#7E1196 (or 0x7E1196) is unknown color: approx Dark Magenta. HEX triplet: 7E, 11 and 96. RGB value is (126,17,150). Sum of RGB (Red+Green+Blue) = 126+17+150=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E1196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1196 is #81EE69. Grayscale: #404040. Windows color (decimal): -8515178 or 9834878. OLE color: 9834878.

HSL color Cylindrical-coordinate representation of color #7E1196: hue angle of 289.17º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E1196 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12617150-
CMYK0.160.8900.41
HSL289.17º79.64%32.75%-
HSV(B)289.17º88.67%58.82%-
XYZ14.317.0429.46-
YUV64.75176.11171.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.00%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=43.00%
G=5.80%
B=51.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126171500.160.8900.41289.1779.6432.75
Hex7E119610590291215021
Octal176212262013105144112041
Binary1111110100011001011010000101100101010011001000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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