COLOR #7E4596

HEX: #7E4596
RGB: (126,69,150)

Color info

#7E4596 contains mainly red and blue colors. Web safe color of #7E4596 is #663399 (or #639).

RGB color model

#7E4596 color RGB value is (126,69,150).

  • red value is 126;
  • green value is 69;
  • blue value is 150.
RGB:
(126,69,150)
(49%,27%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 69 of 255 = 27%
B 150 of 255 = 59%

126
69
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 69 + 150 = 345 (100%)
R 126 of 345 ~ 36.52%
G 69 of 345 ~ 20%
B 150 of 345 ~ 43.48%

%36.52
%20
%43.48

CMYK color model

#7E4596 color CMYK value is (16,54,0,41).

  • cyan value is 16.00%
  • magenta value is 54.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(16,54,0,41)
C16M54Y0K41 
(16%,54%,0%,41%)
(0.16/0.54/0.00/0.41)	

CMYK percentages

%16
%54
%0
%41.18

Codes

Color #7E4596 in popluar color models

7E4596
RGB12669150
HSL282°36.99%42.94%
HSB/HSV282°54.00%58.82%
CMYK16.00%54.00%0.00%
41.18%

Color #7E4596 in popluar number systems.

HEX7E4596
Decimal12669150
Binary1111110100010110010110
Octal176105226

Shades and tints

Shades of #7E4596

#7E4596
(126,69,150)
#733F89
(115,63,137)
#68397C
(104,57,124)
#5D336F
(93,51,111)
#522D62
(82,45,98)
#472755
(71,39,85)
#3C2148
(60,33,72)
#311B3B
(49,27,59)
#26152E
(38,21,46)
#1B0F21
(27,15,33)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #7E4596

#7E4596
(126,69,150)
#89559F
(137,85,159)
#9465A8
(148,101,168)
#9F75B1
(159,117,177)
#AA85BA
(170,133,186)
#B595C3
(181,149,195)
#C0A5CC
(192,165,204)
#CBB5D5
(203,181,213)
#D6C5DE
(214,197,222)
#E1D5E7
(225,213,231)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4596 color. Also use rgb(126,69,150) instead hex code.

Text Font Color

.myTextColor { color: #7E4596; }

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

This text font color is #7E4596.


Background Color

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

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

This div background color is #7E4596.


Border color

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

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

This div border color is #7E4596.


Opacity

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

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

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

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

This text has shadow with #7E4596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4596 on black background.


Color preview on white background

This text has color #7E4596 on white background.



Black color preview on #7E4596 background

This text has black color on #7E4596 background.


White color preview on #7E4596 background

This text has white color on #7E4596 background.