COLOR #7E4CD1

HEX: #7E4CD1
RGB: (126,76,209)

Color info

#7E4CD1 contains mainly blue color. Web safe color of #7E4CD1 is #6633CC (or #63C).

RGB color model

#7E4CD1 color RGB value is (126,76,209).

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

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 209 of 255 = 82%

126
76
209

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

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 209 = 411 (100%)
R 126 of 411 ~ 30.66%
G 76 of 411 ~ 18.49%
B 209 of 411 ~ 50.85%

%30.66
%18.49
%50.85

CMYK color model

#7E4CD1 color CMYK value is (40,64,0,18).

  • cyan value is 39.71%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,64,0,18)
C40M64Y0K18 
(40%,64%,0%,18%)
(0.40/0.64/0.00/0.18)	

CMYK percentages

%39.71
%63.64
%0
%18.04

Codes

Color #7E4CD1 in popluar color models

7E4CD1
RGB12676209
HSL263°59.11%55.88%
HSB/HSV263°63.64%81.96%
CMYK39.71%63.64%0.00%
18.04%

Color #7E4CD1 in popluar number systems.

HEX7E4CD1
Decimal12676209
Binary1111110100110011010001
Octal176114321

Shades and tints

Shades of #7E4CD1

#7E4CD1
(126,76,209)
#7346BE
(115,70,190)
#6840AB
(104,64,171)
#5D3A98
(93,58,152)
#523485
(82,52,133)
#472E72
(71,46,114)
#3C285F
(60,40,95)
#31224C
(49,34,76)
#261C39
(38,28,57)
#1B1626
(27,22,38)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E4CD1

#7E4CD1
(126,76,209)
#895CD5
(137,92,213)
#946CD9
(148,108,217)
#9F7CDD
(159,124,221)
#AA8CE1
(170,140,225)
#B59CE5
(181,156,229)
#C0ACE9
(192,172,233)
#CBBCED
(203,188,237)
#D6CCF1
(214,204,241)
#E1DCF5
(225,220,245)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4CD1; }

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

This text font color is #7E4CD1.


Background Color

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

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

This div background color is #7E4CD1.


Border color

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

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

This div border color is #7E4CD1.


Opacity

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

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

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

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

This text has shadow with #7E4CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4CD1 on black background.


Color preview on white background

This text has color #7E4CD1 on white background.



Black color preview on #7E4CD1 background

This text has black color on #7E4CD1 background.


White color preview on #7E4CD1 background

This text has white color on #7E4CD1 background.