COLOR #7E3CA1

HEX: #7E3CA1 RGB: (126,60,161)

Color info

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

RGB color model

#7E3CA1 color RGB value is (126,60,161).

RGB: (126,60,161) (49%, 24%, 63%)

RGB channels and saturation

R 126 of 255 = 49%
G 60 of 255 = 24%
B 161 of 255 = 63%

126
60
161

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

Portions of RGB colors in percentages

R + G + B = 126 + 60 + 161 = 347 (100%)
R 126 of 347 ~ 36.31%
G 60 of 347 ~ 17.29%
B 161 of 347 ~ 46.4'%

%36.31
%17.29
%46.4

CMYK color model

#7E3CA1 color CMYK value is (22,63,0,37).

  • cyan value is 21.74%
  • magenta value is 62.73%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (22,63,0,37)
C22M63Y0K37 (22%, 63%, 0%, 37%)
(0.22 / 0.63 / 0.00 / 0.37)

CMYK percentages

%21.74
%62.73
%0
%36.86

Codes

Color #7E3CA1 in popluar color models

7E 3C A1
RGB 126 60 161
HSL 279° 45.70% 43.33%
HSB/HSV 279° 62.73% 63.14%
CMYK 21.74% 62.73% 0.00%
36.86%

Color #7E3CA1 in popluar number systems.

HEX 7E 3C A1
Decimal 126 60 161
Binary 1111110 111100 10100001
Octal 176 74 241

Shades and tints

Shades of #7E3CA1

#7E3CA1
(126,60,161)
#733793
(115,55,147)
#683285
(104,50,133)
#5D2D77
(93,45,119)
#522869
(82,40,105)
#47235B
(71,35,91)
#3C1E4D
(60,30,77)
#31193F
(49,25,63)
#261431
(38,20,49)
#1B0F23
(27,15,35)
#100A15
(16,10,21)
#000000
(0,0,0)

Tints of #7E3CA1

#7E3CA1
(126,60,161)
#894DA9
(137,77,169)
#945EB1
(148,94,177)
#9F6FB9
(159,111,185)
#AA80C1
(170,128,193)
#B591C9
(181,145,201)
#C0A2D1
(192,162,209)
#CBB3D9
(203,179,217)
#D6C4E1
(214,196,225)
#E1D5E9
(225,213,233)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3CA1 color. Also use rgb(126,60,161) instead hex code.

Text Font Color

.myTextColor { color: #7E3CA1; }

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

This text font color is #7E3CA1.

Background Color

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

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

This div background color is #7E3CA1.

Border color

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

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

This div border color is #7E3CA1.

Opacity

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

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

Text with #7E3CA1 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 #7E3CA1;}

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

This text has shadow with #7E3CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3CA1.

Preview

Color preview on black background

This text has color #7E3CA1 on black background.


Color preview on white background

This text has color #7E3CA1 on white background.


Black color preview on #7E3CA1 background

This text has black color on #7E3CA1 background.


White color preview on #7E3CA1 background

This text has white color on #7E3CA1 background.


Related colors

Complementary color

Complementary color for #hex is #81C35E.


I love getcolorcode.com

Triadic colors

1 #A17E3C and #3CA17E with #7E3CA1 are triadic colors.

2 #A13C7E and #3C7EA1 with #7E3CA1 are triadic colors.