COLOR #7E1D5B

HEX: #7E1D5B
RGB: (126,29,91)

Color info

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

RGB color model

#7E1D5B color RGB value is (126,29,91).

  • red value is 126;
  • green value is 29;
  • blue value is 91.
RGB:
(126,29,91)
(49%,11%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 29 of 255 = 11%
B 91 of 255 = 36%

126
29
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 29 + 91 = 246 (100%)
R 126 of 246 ~ 51.22%
G 29 of 246 ~ 11.79%
B 91 of 246 ~ 36.99%

%51.22
%11.79
%36.99

CMYK color model

#7E1D5B color CMYK value is (0,77,28,51).

  • cyan value is 0.00%
  • magenta value is 76.98%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,77,28,51)
C0M77Y28K51 
(0%,77%,28%,51%)
(0.00/0.77/0.28/0.51)	

CMYK percentages

%0
%76.98
%27.78
%50.59

Codes

Color #7E1D5B in popluar color models

7E1D5B
RGB1262991
HSL322°62.58%30.39%
HSB/HSV322°76.98%49.41%
CMYK0.00%76.98%27.78%
50.59%

Color #7E1D5B in popluar number systems.

HEX7E1D5B
Decimal1262991
Binary1111110111011011011
Octal17635133

Shades and tints

Shades of #7E1D5B

#7E1D5B
(126,29,91)
#731B53
(115,27,83)
#68194B
(104,25,75)
#5D1743
(93,23,67)
#52153B
(82,21,59)
#471333
(71,19,51)
#3C112B
(60,17,43)
#310F23
(49,15,35)
#260D1B
(38,13,27)
#1B0B13
(27,11,19)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #7E1D5B

#7E1D5B
(126,29,91)
#893169
(137,49,105)
#944577
(148,69,119)
#9F5985
(159,89,133)
#AA6D93
(170,109,147)
#B581A1
(181,129,161)
#C095AF
(192,149,175)
#CBA9BD
(203,169,189)
#D6BDCB
(214,189,203)
#E1D1D9
(225,209,217)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1D5B color. Also use rgb(126,29,91) instead hex code.

Text Font Color

.myTextColor { color: #7E1D5B; }

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

This text font color is #7E1D5B.


Background Color

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

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

This div background color is #7E1D5B.


Border color

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

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

This div border color is #7E1D5B.


Opacity

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

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

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

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

This text has shadow with #7E1D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1D5B on black background.


Color preview on white background

This text has color #7E1D5B on white background.



Black color preview on #7E1D5B background

This text has black color on #7E1D5B background.


White color preview on #7E1D5B background

This text has white color on #7E1D5B background.