COLOR #7E1E5A

HEX: #7E1E5A
RGB: (126,30,90)

Color info

#7E1E5A contains mainly red and blue colors. Web safe color of #7E1E5A is #663366 (or #636).

RGB color model

#7E1E5A color RGB value is (126,30,90).

  • red value is 126;
  • green value is 30;
  • blue value is 90.
RGB:
(126,30,90)
(49%,12%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 30 of 255 = 12%
B 90 of 255 = 35%

126
30
90

R + G + B ~ 32%. #7E1E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 30 + 90 = 246 (100%)
R 126 of 246 ~ 51.22%
G 30 of 246 ~ 12.2%
B 90 of 246 ~ 36.59%

%51.22
%12.2
%36.59

CMYK color model

#7E1E5A color CMYK value is (0,76,29,51).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 28.57%
  • key color value is 50.59%
CMYK:
(0,76,29,51)
C0M76Y29K51 
(0%,76%,29%,51%)
(0.00/0.76/0.29/0.51)	

CMYK percentages

%0
%76.19
%28.57
%50.59

Codes

Color #7E1E5A in popluar color models

7E1E5A
RGB1263090
HSL323°61.54%30.59%
HSB/HSV323°76.19%49.41%
CMYK0.00%76.19%28.57%
50.59%

Color #7E1E5A in popluar number systems.

HEX7E1E5A
Decimal1263090
Binary1111110111101011010
Octal17636132

Shades and tints

Shades of #7E1E5A

#7E1E5A
(126,30,90)
#731C52
(115,28,82)
#681A4A
(104,26,74)
#5D1842
(93,24,66)
#52163A
(82,22,58)
#471432
(71,20,50)
#3C122A
(60,18,42)
#311022
(49,16,34)
#260E1A
(38,14,26)
#1B0C12
(27,12,18)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E1E5A

#7E1E5A
(126,30,90)
#893269
(137,50,105)
#944678
(148,70,120)
#9F5A87
(159,90,135)
#AA6E96
(170,110,150)
#B582A5
(181,130,165)
#C096B4
(192,150,180)
#CBAAC3
(203,170,195)
#D6BED2
(214,190,210)
#E1D2E1
(225,210,225)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1E5A color. Also use rgb(126,30,90) instead hex code.

Text Font Color

.myTextColor { color: #7E1E5A; }

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

This text font color is #7E1E5A.


Background Color

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

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

This div background color is #7E1E5A.


Border color

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

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

This div border color is #7E1E5A.


Opacity

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

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

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

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

This text has shadow with #7E1E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1E5A on black background.


Color preview on white background

This text has color #7E1E5A on white background.



Black color preview on #7E1E5A background

This text has black color on #7E1E5A background.


White color preview on #7E1E5A background

This text has white color on #7E1E5A background.