COLOR #7E4CA0

HEX: #7E4CA0 RGB: (126,76,160)

Color info

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

RGB color model

#7E4CA0 color RGB value is (126,76,160).

RGB: (126,76,160) (49%, 30%, 63%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 160 of 255 = 63%

126
76
160

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

Portions of RGB colors in percentages

R + G + B = 126 + 76 + 160 = 362 (100%)
R 126 of 362 ~ 34.81%
G 76 of 362 ~ 20.99%
B 160 of 362 ~ 44.2'%

%34.81
%20.99
%44.2

CMYK color model

#7E4CA0 color CMYK value is (21,53,0,37).

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

CMYK: (21,53,0,37)
C21M53Y0K37 (21%, 53%, 0%, 37%)
(0.21 / 0.53 / 0.00 / 0.37)

CMYK percentages

%21.25
%52.5
%0
%37.25

Codes

Color #7E4CA0 in popluar color models

7E 4C A0
RGB 126 76 160
HSL 276° 35.59% 46.27%
HSB/HSV 276° 52.50% 62.75%
CMYK 21.25% 52.50% 0.00%
37.25%

Color #7E4CA0 in popluar number systems.

HEX 7E 4C A0
Decimal 126 76 160
Binary 1111110 1001100 10100000
Octal 176 114 240

Shades and tints

Shades of #7E4CA0

#7E4CA0
(126,76,160)
#734692
(115,70,146)
#684084
(104,64,132)
#5D3A76
(93,58,118)
#523468
(82,52,104)
#472E5A
(71,46,90)
#3C284C
(60,40,76)
#31223E
(49,34,62)
#261C30
(38,28,48)
#1B1622
(27,22,34)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E4CA0

#7E4CA0
(126,76,160)
#895CA8
(137,92,168)
#946CB0
(148,108,176)
#9F7CB8
(159,124,184)
#AA8CC0
(170,140,192)
#B59CC8
(181,156,200)
#C0ACD0
(192,172,208)
#CBBCD8
(203,188,216)
#D6CCE0
(214,204,224)
#E1DCE8
(225,220,232)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4CA0; }

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

This text font color is #7E4CA0.

Background Color

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

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

This div background color is #7E4CA0.

Border color

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

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

This div border color is #7E4CA0.

Opacity

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

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

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

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

This text has shadow with #7E4CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4CA0.

Preview

Color preview on black background

This text has color #7E4CA0 on black background.


Color preview on white background

This text has color #7E4CA0 on white background.


Black color preview on #7E4CA0 background

This text has black color on #7E4CA0 background.


White color preview on #7E4CA0 background

This text has white color on #7E4CA0 background.


Related colors

Complementary color

Complementary color for #hex is #81B35F.


I love getcolorcode.com

Triadic colors

1 #A07E4C and #4CA07E with #7E4CA0 are triadic colors.

2 #A04C7E and #4C7EA0 with #7E4CA0 are triadic colors.