COLOR #7E38A0

HEX: #7E38A0 RGB: (126,56,160)

Color info

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

RGB color model

#7E38A0 color RGB value is (126,56,160).

RGB: (126,56,160) (49%, 22%, 63%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 160 of 255 = 63%

126
56
160

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

Portions of RGB colors in percentages

R + G + B = 126 + 56 + 160 = 342 (100%)
R 126 of 342 ~ 36.84%
G 56 of 342 ~ 16.37%
B 160 of 342 ~ 46.78'%

%36.84
%16.37
%46.78

CMYK color model

#7E38A0 color CMYK value is (21,65,0,37).

  • cyan value is 21.25%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (21,65,0,37)
C21M65Y0K37 (21%, 65%, 0%, 37%)
(0.21 / 0.65 / 0.00 / 0.37)

CMYK percentages

%21.25
%65
%0
%37.25

Codes

Color #7E38A0 in popluar color models

7E 38 A0
RGB 126 56 160
HSL 280° 48.15% 42.35%
HSB/HSV 280° 65.00% 62.75%
CMYK 21.25% 65.00% 0.00%
37.25%

Color #7E38A0 in popluar number systems.

HEX 7E 38 A0
Decimal 126 56 160
Binary 1111110 111000 10100000
Octal 176 70 240

Shades and tints

Shades of #7E38A0

#7E38A0
(126,56,160)
#733392
(115,51,146)
#682E84
(104,46,132)
#5D2976
(93,41,118)
#522468
(82,36,104)
#471F5A
(71,31,90)
#3C1A4C
(60,26,76)
#31153E
(49,21,62)
#261030
(38,16,48)
#1B0B22
(27,11,34)
#100614
(16,6,20)
#000000
(0,0,0)

Tints of #7E38A0

#7E38A0
(126,56,160)
#894AA8
(137,74,168)
#945CB0
(148,92,176)
#9F6EB8
(159,110,184)
#AA80C0
(170,128,192)
#B592C8
(181,146,200)
#C0A4D0
(192,164,208)
#CBB6D8
(203,182,216)
#D6C8E0
(214,200,224)
#E1DAE8
(225,218,232)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E38A0 color. Also use rgb(126,56,160) instead hex code.

Text Font Color

.myTextColor { color: #7E38A0; }

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

This text font color is #7E38A0.

Background Color

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

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

This div background color is #7E38A0.

Border color

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

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

This div border color is #7E38A0.

Opacity

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

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

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

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

This text has shadow with #7E38A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E38A0.

Preview

Color preview on black background

This text has color #7E38A0 on black background.


Color preview on white background

This text has color #7E38A0 on white background.


Black color preview on #7E38A0 background

This text has black color on #7E38A0 background.


White color preview on #7E38A0 background

This text has white color on #7E38A0 background.


Related colors

Complementary color

Complementary color for #hex is #81C75F.


I love getcolorcode.com

Triadic colors

1 #A07E38 and #38A07E with #7E38A0 are triadic colors.

2 #A0387E and #387EA0 with #7E38A0 are triadic colors.