COLOR #7E4987

HEX: #7E4987
RGB: (126,73,135)

Color info

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

RGB color model

#7E4987 color RGB value is (126,73,135).

  • red value is 126;
  • green value is 73;
  • blue value is 135.
RGB:
(126,73,135)
(49%,29%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 135 of 255 = 53%

126
73
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 73 + 135 = 334 (100%)
R 126 of 334 ~ 37.72%
G 73 of 334 ~ 21.86%
B 135 of 334 ~ 40.42%

%37.72
%21.86
%40.42

CMYK color model

#7E4987 color CMYK value is (7,46,0,47).

  • cyan value is 6.67%
  • magenta value is 45.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,46,0,47)
C7M46Y0K47 
(7%,46%,0%,47%)
(0.07/0.46/0.00/0.47)	

CMYK percentages

%6.67
%45.93
%0
%47.06

Codes

Color #7E4987 in popluar color models

7E4987
RGB12673135
HSL291°29.81%40.78%
HSB/HSV291°45.93%52.94%
CMYK6.67%45.93%0.00%
47.06%

Color #7E4987 in popluar number systems.

HEX7E4987
Decimal12673135
Binary1111110100100110000111
Octal176111207

Shades and tints

Shades of #7E4987

#7E4987
(126,73,135)
#73437B
(115,67,123)
#683D6F
(104,61,111)
#5D3763
(93,55,99)
#523157
(82,49,87)
#472B4B
(71,43,75)
#3C253F
(60,37,63)
#311F33
(49,31,51)
#261927
(38,25,39)
#1B131B
(27,19,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E4987

#7E4987
(126,73,135)
#895991
(137,89,145)
#94699B
(148,105,155)
#9F79A5
(159,121,165)
#AA89AF
(170,137,175)
#B599B9
(181,153,185)
#C0A9C3
(192,169,195)
#CBB9CD
(203,185,205)
#D6C9D7
(214,201,215)
#E1D9E1
(225,217,225)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4987 color. Also use rgb(126,73,135) instead hex code.

Text Font Color

.myTextColor { color: #7E4987; }

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

This text font color is #7E4987.


Background Color

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

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

This div background color is #7E4987.


Border color

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

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

This div border color is #7E4987.


Opacity

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

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

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

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

This text has shadow with #7E4987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4987 on black background.


Color preview on white background

This text has color #7E4987 on white background.



Black color preview on #7E4987 background

This text has black color on #7E4987 background.


White color preview on #7E4987 background

This text has white color on #7E4987 background.