COLOR #7E1182

HEX: #7E1182
RGB: (126,17,130)

Color info

#7E1182 contains mainly red and blue colors. Web safe color of #7E1182 is #660099 (or #609).

RGB color model

#7E1182 color RGB value is (126,17,130).

  • red value is 126;
  • green value is 17;
  • blue value is 130.
RGB:
(126,17,130)
(49%,7%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 17 of 255 = 7%
B 130 of 255 = 51%

126
17
130

R + G + B ~ 36%. #7E1182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 17 + 130 = 273 (100%)
R 126 of 273 ~ 46.15%
G 17 of 273 ~ 6.23%
B 130 of 273 ~ 47.62%

%46.15
%47.62

CMYK color model

#7E1182 color CMYK value is (3,87,0,49).

  • cyan value is 3.08%
  • magenta value is 86.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(3,87,0,49)
C3M87Y0K49 
(3%,87%,0%,49%)
(0.03/0.87/0.00/0.49)	

CMYK percentages

%3.08
%86.92
%0
%49.02

Codes

Color #7E1182 in popluar color models

7E1182
RGB12617130
HSL298°76.87%28.82%
HSB/HSV298°86.92%50.98%
CMYK3.08%86.92%0.00%
49.02%

Color #7E1182 in popluar number systems.

HEX7E1182
Decimal12617130
Binary11111101000110000010
Octal17621202

Shades and tints

Shades of #7E1182

#7E1182
(126,17,130)
#731077
(115,16,119)
#680F6C
(104,15,108)
#5D0E61
(93,14,97)
#520D56
(82,13,86)
#470C4B
(71,12,75)
#3C0B40
(60,11,64)
#310A35
(49,10,53)
#26092A
(38,9,42)
#1B081F
(27,8,31)
#100714
(16,7,20)
#000000
(0,0,0)

Tints of #7E1182

#7E1182
(126,17,130)
#89268D
(137,38,141)
#943B98
(148,59,152)
#9F50A3
(159,80,163)
#AA65AE
(170,101,174)
#B57AB9
(181,122,185)
#C08FC4
(192,143,196)
#CBA4CF
(203,164,207)
#D6B9DA
(214,185,218)
#E1CEE5
(225,206,229)
#ECE3F0
(236,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1182 color. Also use rgb(126,17,130) instead hex code.

Text Font Color

.myTextColor { color: #7E1182; }

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

This text font color is #7E1182.


Background Color

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

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

This div background color is #7E1182.


Border color

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

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

This div border color is #7E1182.


Opacity

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

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

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

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

This text has shadow with #7E1182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1182 on black background.


Color preview on white background

This text has color #7E1182 on white background.



Black color preview on #7E1182 background

This text has black color on #7E1182 background.


White color preview on #7E1182 background

This text has white color on #7E1182 background.