COLOR #7E1F7B

HEX: #7E1F7B
RGB: (126,31,123)

Color info

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

RGB color model

#7E1F7B color RGB value is (126,31,123).

  • red value is 126;
  • green value is 31;
  • blue value is 123.
RGB:
(126,31,123)
(49%,12%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 31 of 255 = 12%
B 123 of 255 = 48%

126
31
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 31 + 123 = 280 (100%)
R 126 of 280 ~ 45%
G 31 of 280 ~ 11.07%
B 123 of 280 ~ 43.93%

%45
%11.07
%43.93

CMYK color model

#7E1F7B color CMYK value is (0,75,2,51).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(0,75,2,51)
C0M75Y2K51 
(0%,75%,2%,51%)
(0.00/0.75/0.02/0.51)	

CMYK percentages

%0
%75.4
%2.38
%50.59

Codes

Color #7E1F7B in popluar color models

7E1F7B
RGB12631123
HSL302°60.51%30.78%
HSB/HSV302°75.40%49.41%
CMYK0.00%75.40%2.38%
50.59%

Color #7E1F7B in popluar number systems.

HEX7E1F7B
Decimal12631123
Binary1111110111111111011
Octal17637173

Shades and tints

Shades of #7E1F7B

#7E1F7B
(126,31,123)
#731D70
(115,29,112)
#681B65
(104,27,101)
#5D195A
(93,25,90)
#52174F
(82,23,79)
#471544
(71,21,68)
#3C1339
(60,19,57)
#31112E
(49,17,46)
#260F23
(38,15,35)
#1B0D18
(27,13,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E1F7B

#7E1F7B
(126,31,123)
#893387
(137,51,135)
#944793
(148,71,147)
#9F5B9F
(159,91,159)
#AA6FAB
(170,111,171)
#B583B7
(181,131,183)
#C097C3
(192,151,195)
#CBABCF
(203,171,207)
#D6BFDB
(214,191,219)
#E1D3E7
(225,211,231)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1F7B color. Also use rgb(126,31,123) instead hex code.

Text Font Color

.myTextColor { color: #7E1F7B; }

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

This text font color is #7E1F7B.


Background Color

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

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

This div background color is #7E1F7B.


Border color

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

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

This div border color is #7E1F7B.


Opacity

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

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

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

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

This text has shadow with #7E1F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1F7B on black background.


Color preview on white background

This text has color #7E1F7B on white background.



Black color preview on #7E1F7B background

This text has black color on #7E1F7B background.


White color preview on #7E1F7B background

This text has white color on #7E1F7B background.