COLOR #7E53AA

HEX: #7E53AA
RGB: (126,83,170)

Color info

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

RGB color model

#7E53AA color RGB value is (126,83,170).

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

RGB channels and saturation

R 126 of 255 = 49%
G 83 of 255 = 33%
B 170 of 255 = 67%

126
83
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 83 + 170 = 379 (100%)
R 126 of 379 ~ 33.25%
G 83 of 379 ~ 21.9%
B 170 of 379 ~ 44.85%

%33.25
%21.9
%44.85

CMYK color model

#7E53AA color CMYK value is (26,51,0,33).

  • cyan value is 25.88%
  • magenta value is 51.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,51,0,33)
C26M51Y0K33 
(26%,51%,0%,33%)
(0.26/0.51/0.00/0.33)	

CMYK percentages

%25.88
%51.18
%0
%33.33

Codes

Color #7E53AA in popluar color models

7E53AA
RGB12683170
HSL270°34.39%49.61%
HSB/HSV270°51.18%66.67%
CMYK25.88%51.18%0.00%
33.33%

Color #7E53AA in popluar number systems.

HEX7E53AA
Decimal12683170
Binary1111110101001110101010
Octal176123252

Shades and tints

Shades of #7E53AA

#7E53AA
(126,83,170)
#734C9B
(115,76,155)
#68458C
(104,69,140)
#5D3E7D
(93,62,125)
#52376E
(82,55,110)
#47305F
(71,48,95)
#3C2950
(60,41,80)
#312241
(49,34,65)
#261B32
(38,27,50)
#1B1423
(27,20,35)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E53AA

#7E53AA
(126,83,170)
#8962B1
(137,98,177)
#9471B8
(148,113,184)
#9F80BF
(159,128,191)
#AA8FC6
(170,143,198)
#B59ECD
(181,158,205)
#C0ADD4
(192,173,212)
#CBBCDB
(203,188,219)
#D6CBE2
(214,203,226)
#E1DAE9
(225,218,233)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E53AA; }

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

This text font color is #7E53AA.


Background Color

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

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

This div background color is #7E53AA.


Border color

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

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

This div border color is #7E53AA.


Opacity

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

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

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

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

This text has shadow with #7E53AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E53AA on black background.


Color preview on white background

This text has color #7E53AA on white background.



Black color preview on #7E53AA background

This text has black color on #7E53AA background.


White color preview on #7E53AA background

This text has white color on #7E53AA background.