#7E1591

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

Shades of Dark Magenta #7E1591

Tints of Dark Magenta #7E1591

Color information

#7E1591 (or 0x7E1591) is unknown color: approx Dark Magenta. HEX triplet: 7E, 15 and 91. RGB value is (126,21,145). Sum of RGB (Red+Green+Blue) = 126+21+145=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E1591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1591 is #81EA6E. Grayscale: #424242. Windows color (decimal): -8514159 or 9508222. OLE color: 9508222.

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

Color convert

RGB12621145-
CMYK0.130.8600.43
HSL290.81º74.7%32.55%-
HSV(B)290.81º85.52%56.86%-
XYZ13.987.0227.41-
YUV66.53172.29170.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.15%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=43.15%
G=7.19%
B=49.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126211450.130.8600.43290.8174.732.55
Hex7E1591D5602B1234b21
Octal176252211512605344311341
Binary111111010101100100011101101011001010111001000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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