COLOR #7E1DB4

HEX: #7E1DB4
RGB: (126,29,180)

Color info

#7E1DB4 contains mainly red and blue colors. Web safe color of #7E1DB4 is #6633CC (or #63C).

RGB color model

#7E1DB4 color RGB value is (126,29,180).

  • red value is 126;
  • green value is 29;
  • blue value is 180.
RGB:
(126,29,180)
(49%,11%,71%)

RGB channels and saturation

R 126 of 255 = 49%
G 29 of 255 = 11%
B 180 of 255 = 71%

126
29
180

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

Portions of RGB colors in percentages

R + G + B =
126 + 29 + 180 = 335 (100%)
R 126 of 335 ~ 37.61%
G 29 of 335 ~ 8.66%
B 180 of 335 ~ 53.73%

%37.61
%53.73

CMYK color model

#7E1DB4 color CMYK value is (30,84,0,29).

  • cyan value is 30.00%
  • magenta value is 83.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(30,84,0,29)
C30M84Y0K29 
(30%,84%,0%,29%)
(0.30/0.84/0.00/0.29)	

CMYK percentages

%30
%83.89
%0
%29.41

Codes

Color #7E1DB4 in popluar color models

7E1DB4
RGB12629180
HSL279°72.25%40.98%
HSB/HSV279°83.89%70.59%
CMYK30.00%83.89%0.00%
29.41%

Color #7E1DB4 in popluar number systems.

HEX7E1DB4
Decimal12629180
Binary11111101110110110100
Octal17635264

Shades and tints

Shades of #7E1DB4

#7E1DB4
(126,29,180)
#731BA4
(115,27,164)
#681994
(104,25,148)
#5D1784
(93,23,132)
#521574
(82,21,116)
#471364
(71,19,100)
#3C1154
(60,17,84)
#310F44
(49,15,68)
#260D34
(38,13,52)
#1B0B24
(27,11,36)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #7E1DB4

#7E1DB4
(126,29,180)
#8931BA
(137,49,186)
#9445C0
(148,69,192)
#9F59C6
(159,89,198)
#AA6DCC
(170,109,204)
#B581D2
(181,129,210)
#C095D8
(192,149,216)
#CBA9DE
(203,169,222)
#D6BDE4
(214,189,228)
#E1D1EA
(225,209,234)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1DB4 color. Also use rgb(126,29,180) instead hex code.

Text Font Color

.myTextColor { color: #7E1DB4; }

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

This text font color is #7E1DB4.


Background Color

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

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

This div background color is #7E1DB4.


Border color

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

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

This div border color is #7E1DB4.


Opacity

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

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

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

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

This text has shadow with #7E1DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1DB4 on black background.


Color preview on white background

This text has color #7E1DB4 on white background.



Black color preview on #7E1DB4 background

This text has black color on #7E1DB4 background.


White color preview on #7E1DB4 background

This text has white color on #7E1DB4 background.