COLOR #7E3799

HEX: #7E3799
RGB: (126,55,153)

Color info

#7E3799 contains mainly red and blue colors. Web safe color of #7E3799 is #663399 (or #639).

RGB color model

#7E3799 color RGB value is (126,55,153).

  • red value is 126;
  • green value is 55;
  • blue value is 153.
RGB:
(126,55,153)
(49%,22%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 55 of 255 = 22%
B 153 of 255 = 60%

126
55
153

R + G + B ~ 44%. #7E3799 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 55 + 153 = 334 (100%)
R 126 of 334 ~ 37.72%
G 55 of 334 ~ 16.47%
B 153 of 334 ~ 45.81%

%37.72
%16.47
%45.81

CMYK color model

#7E3799 color CMYK value is (18,64,0,40).

  • cyan value is 17.65%
  • magenta value is 64.05%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(18,64,0,40)
C18M64Y0K40 
(18%,64%,0%,40%)
(0.18/0.64/0.00/0.40)	

CMYK percentages

%17.65
%64.05
%0
%40

Codes

Color #7E3799 in popluar color models

7E3799
RGB12655153
HSL283°47.12%40.78%
HSB/HSV283°64.05%60.00%
CMYK17.65%64.05%0.00%
40.00%

Color #7E3799 in popluar number systems.

HEX7E3799
Decimal12655153
Binary111111011011110011001
Octal17667231

Shades and tints

Shades of #7E3799

#7E3799
(126,55,153)
#73328C
(115,50,140)
#682D7F
(104,45,127)
#5D2872
(93,40,114)
#522365
(82,35,101)
#471E58
(71,30,88)
#3C194B
(60,25,75)
#31143E
(49,20,62)
#260F31
(38,15,49)
#1B0A24
(27,10,36)
#100517
(16,5,23)
#000000
(0,0,0)

Tints of #7E3799

#7E3799
(126,55,153)
#8949A2
(137,73,162)
#945BAB
(148,91,171)
#9F6DB4
(159,109,180)
#AA7FBD
(170,127,189)
#B591C6
(181,145,198)
#C0A3CF
(192,163,207)
#CBB5D8
(203,181,216)
#D6C7E1
(214,199,225)
#E1D9EA
(225,217,234)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3799 color. Also use rgb(126,55,153) instead hex code.

Text Font Color

.myTextColor { color: #7E3799; }

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

This text font color is #7E3799.


Background Color

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

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

This div background color is #7E3799.


Border color

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

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

This div border color is #7E3799.


Opacity

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

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

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

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

This text has shadow with #7E3799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3799 on black background.


Color preview on white background

This text has color #7E3799 on white background.



Black color preview on #7E3799 background

This text has black color on #7E3799 background.


White color preview on #7E3799 background

This text has white color on #7E3799 background.