COLOR #7E50AA

HEX: #7E50AA
RGB: (126,80,170)

Color info

#7E50AA contains mainly red and blue colors. Web safe color of #7E50AA is #666699 (or #669).

RGB color model

#7E50AA color RGB value is (126,80,170).

  • red value is 126;
  • green value is 80;
  • blue value is 170.
RGB:
(126,80,170)
(49%,31%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 170 of 255 = 67%

126
80
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 170 = 376 (100%)
R 126 of 376 ~ 33.51%
G 80 of 376 ~ 21.28%
B 170 of 376 ~ 45.21%

%33.51
%21.28
%45.21

CMYK color model

#7E50AA color CMYK value is (26,53,0,33).

  • cyan value is 25.88%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,53,0,33)
C26M53Y0K33 
(26%,53%,0%,33%)
(0.26/0.53/0.00/0.33)	

CMYK percentages

%25.88
%52.94
%0
%33.33

Codes

Color #7E50AA in popluar color models

7E50AA
RGB12680170
HSL271°36.00%49.02%
HSB/HSV271°52.94%66.67%
CMYK25.88%52.94%0.00%
33.33%

Color #7E50AA in popluar number systems.

HEX7E50AA
Decimal12680170
Binary1111110101000010101010
Octal176120252

Shades and tints

Shades of #7E50AA

#7E50AA
(126,80,170)
#73499B
(115,73,155)
#68428C
(104,66,140)
#5D3B7D
(93,59,125)
#52346E
(82,52,110)
#472D5F
(71,45,95)
#3C2650
(60,38,80)
#311F41
(49,31,65)
#261832
(38,24,50)
#1B1123
(27,17,35)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #7E50AA

#7E50AA
(126,80,170)
#895FB1
(137,95,177)
#946EB8
(148,110,184)
#9F7DBF
(159,125,191)
#AA8CC6
(170,140,198)
#B59BCD
(181,155,205)
#C0AAD4
(192,170,212)
#CBB9DB
(203,185,219)
#D6C8E2
(214,200,226)
#E1D7E9
(225,215,233)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E50AA color. Also use rgb(126,80,170) instead hex code.

Text Font Color

.myTextColor { color: #7E50AA; }

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

This text font color is #7E50AA.


Background Color

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

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

This div background color is #7E50AA.


Border color

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

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

This div border color is #7E50AA.


Opacity

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

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

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

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

This text has shadow with #7E50AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E50AA on black background.


Color preview on white background

This text has color #7E50AA on white background.



Black color preview on #7E50AA background

This text has black color on #7E50AA background.


White color preview on #7E50AA background

This text has white color on #7E50AA background.