COLOR #7E38AF

HEX: #7E38AF
RGB: (126,56,175)

Color info

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

RGB color model

#7E38AF color RGB value is (126,56,175).

  • red value is 126;
  • green value is 56;
  • blue value is 175.
RGB:
(126,56,175)
(49%,22%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 175 of 255 = 69%

126
56
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 56 + 175 = 357 (100%)
R 126 of 357 ~ 35.29%
G 56 of 357 ~ 15.69%
B 175 of 357 ~ 49.02%

%35.29
%15.69
%49.02

CMYK color model

#7E38AF color CMYK value is (28,68,0,31).

  • cyan value is 28.00%
  • magenta value is 68.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,68,0,31)
C28M68Y0K31 
(28%,68%,0%,31%)
(0.28/0.68/0.00/0.31)	

CMYK percentages

%28
%68
%0
%31.37

Codes

Color #7E38AF in popluar color models

7E38AF
RGB12656175
HSL275°51.52%45.29%
HSB/HSV275°68.00%68.63%
CMYK28.00%68.00%0.00%
31.37%

Color #7E38AF in popluar number systems.

HEX7E38AF
Decimal12656175
Binary111111011100010101111
Octal17670257

Shades and tints

Shades of #7E38AF

#7E38AF
(126,56,175)
#7333A0
(115,51,160)
#682E91
(104,46,145)
#5D2982
(93,41,130)
#522473
(82,36,115)
#471F64
(71,31,100)
#3C1A55
(60,26,85)
#311546
(49,21,70)
#261037
(38,16,55)
#1B0B28
(27,11,40)
#100619
(16,6,25)
#000000
(0,0,0)

Tints of #7E38AF

#7E38AF
(126,56,175)
#894AB6
(137,74,182)
#945CBD
(148,92,189)
#9F6EC4
(159,110,196)
#AA80CB
(170,128,203)
#B592D2
(181,146,210)
#C0A4D9
(192,164,217)
#CBB6E0
(203,182,224)
#D6C8E7
(214,200,231)
#E1DAEE
(225,218,238)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E38AF color. Also use rgb(126,56,175) instead hex code.

Text Font Color

.myTextColor { color: #7E38AF; }

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

This text font color is #7E38AF.


Background Color

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

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

This div background color is #7E38AF.


Border color

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

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

This div border color is #7E38AF.


Opacity

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

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

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

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

This text has shadow with #7E38AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E38AF on black background.


Color preview on white background

This text has color #7E38AF on white background.



Black color preview on #7E38AF background

This text has black color on #7E38AF background.


White color preview on #7E38AF background

This text has white color on #7E38AF background.