COLOR #7E3D85

HEX: #7E3D85
RGB: (126,61,133)

Color info

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

RGB color model

#7E3D85 color RGB value is (126,61,133).

  • red value is 126;
  • green value is 61;
  • blue value is 133.
RGB:
(126,61,133)
(49%,24%,52%)

RGB channels and saturation

R 126 of 255 = 49%
G 61 of 255 = 24%
B 133 of 255 = 52%

126
61
133

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

Portions of RGB colors in percentages

R + G + B =
126 + 61 + 133 = 320 (100%)
R 126 of 320 ~ 39.38%
G 61 of 320 ~ 19.06%
B 133 of 320 ~ 41.56%

%39.38
%19.06
%41.56

CMYK color model

#7E3D85 color CMYK value is (5,54,0,48).

  • cyan value is 5.26%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(5,54,0,48)
C5M54Y0K48 
(5%,54%,0%,48%)
(0.05/0.54/0.00/0.48)	

CMYK percentages

%5.26
%54.14
%0
%47.84

Codes

Color #7E3D85 in popluar color models

7E3D85
RGB12661133
HSL294°37.11%38.04%
HSB/HSV294°54.14%52.16%
CMYK5.26%54.14%0.00%
47.84%

Color #7E3D85 in popluar number systems.

HEX7E3D85
Decimal12661133
Binary111111011110110000101
Octal17675205

Shades and tints

Shades of #7E3D85

#7E3D85
(126,61,133)
#733879
(115,56,121)
#68336D
(104,51,109)
#5D2E61
(93,46,97)
#522955
(82,41,85)
#472449
(71,36,73)
#3C1F3D
(60,31,61)
#311A31
(49,26,49)
#261525
(38,21,37)
#1B1019
(27,16,25)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E3D85

#7E3D85
(126,61,133)
#894E90
(137,78,144)
#945F9B
(148,95,155)
#9F70A6
(159,112,166)
#AA81B1
(170,129,177)
#B592BC
(181,146,188)
#C0A3C7
(192,163,199)
#CBB4D2
(203,180,210)
#D6C5DD
(214,197,221)
#E1D6E8
(225,214,232)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3D85 color. Also use rgb(126,61,133) instead hex code.

Text Font Color

.myTextColor { color: #7E3D85; }

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

This text font color is #7E3D85.


Background Color

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

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

This div background color is #7E3D85.


Border color

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

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

This div border color is #7E3D85.


Opacity

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

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

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

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

This text has shadow with #7E3D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3D85 on black background.


Color preview on white background

This text has color #7E3D85 on white background.



Black color preview on #7E3D85 background

This text has black color on #7E3D85 background.


White color preview on #7E3D85 background

This text has white color on #7E3D85 background.