#7E0091

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

Shades of Dark Magenta #7E0091

Tints of Dark Magenta #7E0091

Color information

#7E0091 (or 0x7E0091) is unknown color: approx Dark Magenta. HEX triplet: 7E, 00 and 91. RGB value is (126,0,145). Sum of RGB (Red+Green+Blue) = 126+0+145=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E0091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0091 is #81FF6E. Grayscale: #353535. Windows color (decimal): -8519535 or 9502846. OLE color: 9502846.

HSL color Cylindrical-coordinate representation of color #7E0091: hue angle of 292.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0091 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1260145-
CMYK0.13100.43
HSL292.14º100%28.43%-
HSV(B)292.14º100%56.86%-
XYZ13.726.4827.32-
YUV54.2179.24179.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=46.49%
G=0%
B=53.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12601450.13100.43292.1410028.43
Hex7E091D6402B124641c
Octal17602211514405344414434
Binary1111110010010001110111001000101011100100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,0,145); }

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

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

 a { background-color: rgb(126,0,145); }

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

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

 span { border-color: rgb(126,0,145); }

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