COLOR #7E4CA3

HEX: #7E4CA3
RGB: (126,76,163)

Color info

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

RGB color model

#7E4CA3 color RGB value is (126,76,163).

  • red value is 126;
  • green value is 76;
  • blue value is 163.
RGB:
(126,76,163)
(49%,30%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 163 of 255 = 64%

126
76
163

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

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 163 = 365 (100%)
R 126 of 365 ~ 34.52%
G 76 of 365 ~ 20.82%
B 163 of 365 ~ 44.66%

%34.52
%20.82
%44.66

CMYK color model

#7E4CA3 color CMYK value is (23,53,0,36).

  • cyan value is 22.70%
  • magenta value is 53.37%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(23,53,0,36)
C23M53Y0K36 
(23%,53%,0%,36%)
(0.23/0.53/0.00/0.36)	

CMYK percentages

%22.7
%53.37
%0
%36.08

Codes

Color #7E4CA3 in popluar color models

7E4CA3
RGB12676163
HSL274°36.40%46.86%
HSB/HSV274°53.37%63.92%
CMYK22.70%53.37%0.00%
36.08%

Color #7E4CA3 in popluar number systems.

HEX7E4CA3
Decimal12676163
Binary1111110100110010100011
Octal176114243

Shades and tints

Shades of #7E4CA3

#7E4CA3
(126,76,163)
#734695
(115,70,149)
#684087
(104,64,135)
#5D3A79
(93,58,121)
#52346B
(82,52,107)
#472E5D
(71,46,93)
#3C284F
(60,40,79)
#312241
(49,34,65)
#261C33
(38,28,51)
#1B1625
(27,22,37)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E4CA3

#7E4CA3
(126,76,163)
#895CAB
(137,92,171)
#946CB3
(148,108,179)
#9F7CBB
(159,124,187)
#AA8CC3
(170,140,195)
#B59CCB
(181,156,203)
#C0ACD3
(192,172,211)
#CBBCDB
(203,188,219)
#D6CCE3
(214,204,227)
#E1DCEB
(225,220,235)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4CA3; }

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

This text font color is #7E4CA3.


Background Color

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

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

This div background color is #7E4CA3.


Border color

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

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

This div border color is #7E4CA3.


Opacity

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

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

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

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

This text has shadow with #7E4CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4CA3 on black background.


Color preview on white background

This text has color #7E4CA3 on white background.



Black color preview on #7E4CA3 background

This text has black color on #7E4CA3 background.


White color preview on #7E4CA3 background

This text has white color on #7E4CA3 background.