COLOR #7E41A2

HEX: #7E41A2 RGB: (126,65,162)

Color info

#7E41A2 contains mainly red and blue colors. Web safe color of #7E41A2 is #663399 (or #639).

RGB color model

#7E41A2 color RGB value is (126,65,162).

RGB: (126,65,162) (49%, 25%, 64%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 162 of 255 = 64%

126
65
162

R + G + B ~ 46%. #7E41A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 65 + 162 = 353 (100%)
R 126 of 353 ~ 35.69%
G 65 of 353 ~ 18.41%
B 162 of 353 ~ 45.89'%

%35.69
%18.41
%45.89

CMYK color model

#7E41A2 color CMYK value is (22,60,0,36).

  • cyan value is 22.22%
  • magenta value is 59.88%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (22,60,0,36)
C22M60Y0K36 (22%, 60%, 0%, 36%)
(0.22 / 0.60 / 0.00 / 0.36)

CMYK percentages

%22.22
%59.88
%0
%36.47

Codes

Color #7E41A2 in popluar color models

7E 41 A2
RGB 126 65 162
HSL 278° 42.73% 44.51%
HSB/HSV 278° 59.88% 63.53%
CMYK 22.22% 59.88% 0.00%
36.47%

Color #7E41A2 in popluar number systems.

HEX 7E 41 A2
Decimal 126 65 162
Binary 1111110 1000001 10100010
Octal 176 101 242

Shades and tints

Shades of #7E41A2

#7E41A2
(126,65,162)
#733C94
(115,60,148)
#683786
(104,55,134)
#5D3278
(93,50,120)
#522D6A
(82,45,106)
#47285C
(71,40,92)
#3C234E
(60,35,78)
#311E40
(49,30,64)
#261932
(38,25,50)
#1B1424
(27,20,36)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #7E41A2

#7E41A2
(126,65,162)
#8952AA
(137,82,170)
#9463B2
(148,99,178)
#9F74BA
(159,116,186)
#AA85C2
(170,133,194)
#B596CA
(181,150,202)
#C0A7D2
(192,167,210)
#CBB8DA
(203,184,218)
#D6C9E2
(214,201,226)
#E1DAEA
(225,218,234)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E41A2 color. Also use rgb(126,65,162) instead hex code.

Text Font Color

.myTextColor { color: #7E41A2; }

<p style="color:#7E41A2">This sample text font color is #7E41A2.</p>

This text font color is #7E41A2.

Background Color

.myBgColor { background-color: #7E41A2; }

<div style="background-color:#7E41A2">Inner text</div>

This div background color is #7E41A2.

Border color

.myBorderColor { border: 1px solid #7E41A2; }

<div style="border:3px solid #7E41A2">Div</div>

This div border color is #7E41A2.

Opacity

.myOpacity80 { color: #7E41A2; opacity: 0.8; }

<p style="color:#7E41A2;opacity:0.8;">80%</p>

Text with #7E41A2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E41A2;}

<p style="text-shadow: 3px 3px 1px #7E41A2">Text here.</p>

This text has shadow with #7E41A2 color.


.textShadow {text-shadow: 3px 3px 1px #7E41A2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E41A2, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E41A2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E41A2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E41A2, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E41A2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E41A2;
-webkit-box-shadow: 1px 1px 3px 2px #7E41A2;
box-shadow: 1px 1px 3px 2px #7E41A2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E41A2; -webkit-box-shadow: 1px 1px 3px 2px #7E41A2; box-shadow:1px 1px 3px 2px #7E41A2;">
Div content here
</div>

This div box has shadow with color #7E41A2.

Preview

Color preview on black background

This text has color #7E41A2 on black background.


Color preview on white background

This text has color #7E41A2 on white background.


Black color preview on #7E41A2 background

This text has black color on #7E41A2 background.


White color preview on #7E41A2 background

This text has white color on #7E41A2 background.


Related colors

Complementary color

Complementary color for #hex is #81BE5D.


I love getcolorcode.com

Triadic colors

1 #A27E41 and #41A27E with #7E41A2 are triadic colors.

2 #A2417E and #417EA2 with #7E41A2 are triadic colors.