COLOR #7E5493

HEX: #7E5493 RGB: (126,84,147)

Color info

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

RGB color model

#7E5493 color RGB value is (126,84,147).

RGB: (126,84,147) (49%, 33%, 58%)

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 147 of 255 = 58%

126
84
147

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

Portions of RGB colors in percentages

R + G + B = 126 + 84 + 147 = 357 (100%)
R 126 of 357 ~ 35.29%
G 84 of 357 ~ 23.53%
B 147 of 357 ~ 41.18'%

%35.29
%23.53
%41.18

CMYK color model

#7E5493 color CMYK value is (14,43,0,42).

  • cyan value is 14.29%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (14,43,0,42) C14M43Y0K42 (14%,43%,0%,42%) (0.14/0.43/0.00/0.42) 

CMYK percentages

%14.29
%42.86
%0
%42.35

Codes

Color #7E5493 in popluar color models

7E 54 93
RGB 126 84 147
HSL 280° 27.27% 45.29%
HSB/HSV 280° 42.86% 57.65%
CMYK 14.29% 42.86% 0.00%
42.35%

Color #7E5493 in popluar number systems.

HEX 7E 54 93
Decimal 126 84 147
Binary 1111110 1010100 10010011
Octal 176 124 223

Shades and tints

Shades of #7E5493

#7E5493
(126,84,147)
#734D86
(115,77,134)
#684679
(104,70,121)
#5D3F6C
(93,63,108)
#52385F
(82,56,95)
#473152
(71,49,82)
#3C2A45
(60,42,69)
#312338
(49,35,56)
#261C2B
(38,28,43)
#1B151E
(27,21,30)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E5493

#7E5493
(126,84,147)
#89639C
(137,99,156)
#9472A5
(148,114,165)
#9F81AE
(159,129,174)
#AA90B7
(170,144,183)
#B59FC0
(181,159,192)
#C0AEC9
(192,174,201)
#CBBDD2
(203,189,210)
#D6CCDB
(214,204,219)
#E1DBE4
(225,219,228)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5493 color. Also use rgb(126,84,147) instead hex code.

Text Font Color

.myTextColor { color: #7E5493; }

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

This text font color is #7E5493.

Background Color

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

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

This div background color is #7E5493.

Border color

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

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

This div border color is #7E5493.

Opacity

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

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

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

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

This text has shadow with #7E5493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5493.

Preview

Color preview on black background

This text has color #7E5493 on black background.


Color preview on white background

This text has color #7E5493 on white background.


Black color preview on #7E5493 background

This text has black color on #7E5493 background.


White color preview on #7E5493 background

This text has white color on #7E5493 background.


Related colors

Complementary color

Complementary color for #hex is #81AB6C.


I love getcolorcode.com

Triadic colors

1 #937E54 and #54937E with #7E5493 are triadic colors.

2 #93547E and #547E93 with #7E5493 are triadic colors.