COLOR #7E3C71

HEX: #7E3C71
RGB: (126,60,113)

Color info

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

RGB color model

#7E3C71 color RGB value is (126,60,113).

  • red value is 126;
  • green value is 60;
  • blue value is 113.
RGB:
(126,60,113)
(49%,24%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 60 of 255 = 24%
B 113 of 255 = 44%

126
60
113

R + G + B ~ 39%. #7E3C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 60 + 113 = 299 (100%)
R 126 of 299 ~ 42.14%
G 60 of 299 ~ 20.07%
B 113 of 299 ~ 37.79%

%42.14
%20.07
%37.79

CMYK color model

#7E3C71 color CMYK value is (0,52,10,51).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 10.32%
  • key color value is 50.59%
CMYK:
(0,52,10,51)
C0M52Y10K51 
(0%,52%,10%,51%)
(0.00/0.52/0.10/0.51)	

CMYK percentages

%0
%52.38
%10.32
%50.59

Codes

Color #7E3C71 in popluar color models

7E3C71
RGB12660113
HSL312°35.48%36.47%
HSB/HSV312°52.38%49.41%
CMYK0.00%52.38%10.32%
50.59%

Color #7E3C71 in popluar number systems.

HEX7E3C71
Decimal12660113
Binary11111101111001110001
Octal17674161

Shades and tints

Shades of #7E3C71

#7E3C71
(126,60,113)
#733767
(115,55,103)
#68325D
(104,50,93)
#5D2D53
(93,45,83)
#522849
(82,40,73)
#47233F
(71,35,63)
#3C1E35
(60,30,53)
#31192B
(49,25,43)
#261421
(38,20,33)
#1B0F17
(27,15,23)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #7E3C71

#7E3C71
(126,60,113)
#894D7D
(137,77,125)
#945E89
(148,94,137)
#9F6F95
(159,111,149)
#AA80A1
(170,128,161)
#B591AD
(181,145,173)
#C0A2B9
(192,162,185)
#CBB3C5
(203,179,197)
#D6C4D1
(214,196,209)
#E1D5DD
(225,213,221)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3C71 color. Also use rgb(126,60,113) instead hex code.

Text Font Color

.myTextColor { color: #7E3C71; }

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

This text font color is #7E3C71.


Background Color

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

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

This div background color is #7E3C71.


Border color

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

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

This div border color is #7E3C71.


Opacity

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

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

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

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

This text has shadow with #7E3C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3C71 on black background.


Color preview on white background

This text has color #7E3C71 on white background.



Black color preview on #7E3C71 background

This text has black color on #7E3C71 background.


White color preview on #7E3C71 background

This text has white color on #7E3C71 background.