COLOR #7E519A

HEX: #7E519A RGB: (126,81,154)

Color info

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

RGB color model

#7E519A color RGB value is (126,81,154).

RGB: (126,81,154) (49%, 32%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 154 of 255 = 60%

126
81
154

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

Portions of RGB colors in percentages

R + G + B = 126 + 81 + 154 = 361 (100%)
R 126 of 361 ~ 34.9%
G 81 of 361 ~ 22.44%
B 154 of 361 ~ 42.66'%

%34.9
%22.44
%42.66

CMYK color model

#7E519A color CMYK value is (18,47,0,40).

  • cyan value is 18.18%
  • magenta value is 47.40%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (18,47,0,40) C18M47Y0K40 (18%,47%,0%,40%) (0.18/0.47/0.00/0.40) 

CMYK percentages

%18.18
%47.4
%0
%39.61

Codes

Color #7E519A in popluar color models

7E 51 9A
RGB 126 81 154
HSL 277° 31.06% 46.08%
HSB/HSV 277° 47.40% 60.39%
CMYK 18.18% 47.40% 0.00%
39.61%

Color #7E519A in popluar number systems.

HEX 7E 51 9A
Decimal 126 81 154
Binary 1111110 1010001 10011010
Octal 176 121 232

Shades and tints

Shades of #7E519A

#7E519A
(126,81,154)
#734A8C
(115,74,140)
#68437E
(104,67,126)
#5D3C70
(93,60,112)
#523562
(82,53,98)
#472E54
(71,46,84)
#3C2746
(60,39,70)
#312038
(49,32,56)
#26192A
(38,25,42)
#1B121C
(27,18,28)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E519A

#7E519A
(126,81,154)
#8960A3
(137,96,163)
#946FAC
(148,111,172)
#9F7EB5
(159,126,181)
#AA8DBE
(170,141,190)
#B59CC7
(181,156,199)
#C0ABD0
(192,171,208)
#CBBAD9
(203,186,217)
#D6C9E2
(214,201,226)
#E1D8EB
(225,216,235)
#ECE7F4
(236,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E519A color. Also use rgb(126,81,154) instead hex code.

Text Font Color

.myTextColor { color: #7E519A; }

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

This text font color is #7E519A.

Background Color

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

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

This div background color is #7E519A.

Border color

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

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

This div border color is #7E519A.

Opacity

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

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

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

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

This text has shadow with #7E519A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E519A.

Preview

Color preview on black background

This text has color #7E519A on black background.


Color preview on white background

This text has color #7E519A on white background.


Black color preview on #7E519A background

This text has black color on #7E519A background.


White color preview on #7E519A background

This text has white color on #7E519A background.


Related colors

Complementary color

Complementary color for #hex is #81AE65.


I love getcolorcode.com

Triadic colors

1 #9A7E51 and #519A7E with #7E519A are triadic colors.

2 #9A517E and #517E9A with #7E519A are triadic colors.