COLOR #7E30E2

HEX: #7E30E2
RGB: (126,48,226)

Color info

#7E30E2 contains mainly blue color. Web safe color of #7E30E2 is #6633CC (or #63C).

RGB color model

#7E30E2 color RGB value is (126,48,226).

  • red value is 126;
  • green value is 48;
  • blue value is 226.
RGB:
(126,48,226)
(49%,19%,89%)

RGB channels and saturation

R 126 of 255 = 49%
G 48 of 255 = 19%
B 226 of 255 = 89%

126
48
226

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

Portions of RGB colors in percentages

R + G + B =
126 + 48 + 226 = 400 (100%)
R 126 of 400 ~ 31.5%
G 48 of 400 ~ 12%
B 226 of 400 ~ 56.5%

%31.5
%12
%56.5

CMYK color model

#7E30E2 color CMYK value is (44,79,0,11).

  • cyan value is 44.25%
  • magenta value is 78.76%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(44,79,0,11)
C44M79Y0K11 
(44%,79%,0%,11%)
(0.44/0.79/0.00/0.11)	

CMYK percentages

%44.25
%78.76
%0
%11.37

Codes

Color #7E30E2 in popluar color models

7E30E2
RGB12648226
HSL266°75.42%53.73%
HSB/HSV266°78.76%88.63%
CMYK44.25%78.76%0.00%
11.37%

Color #7E30E2 in popluar number systems.

HEX7E30E2
Decimal12648226
Binary111111011000011100010
Octal17660342

Shades and tints

Shades of #7E30E2

#7E30E2
(126,48,226)
#732CCE
(115,44,206)
#6828BA
(104,40,186)
#5D24A6
(93,36,166)
#522092
(82,32,146)
#471C7E
(71,28,126)
#3C186A
(60,24,106)
#311456
(49,20,86)
#261042
(38,16,66)
#1B0C2E
(27,12,46)
#10081A
(16,8,26)
#000000
(0,0,0)

Tints of #7E30E2

#7E30E2
(126,48,226)
#8942E4
(137,66,228)
#9454E6
(148,84,230)
#9F66E8
(159,102,232)
#AA78EA
(170,120,234)
#B58AEC
(181,138,236)
#C09CEE
(192,156,238)
#CBAEF0
(203,174,240)
#D6C0F2
(214,192,242)
#E1D2F4
(225,210,244)
#ECE4F6
(236,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E30E2 color. Also use rgb(126,48,226) instead hex code.

Text Font Color

.myTextColor { color: #7E30E2; }

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

This text font color is #7E30E2.


Background Color

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

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

This div background color is #7E30E2.


Border color

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

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

This div border color is #7E30E2.


Opacity

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

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

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

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

This text has shadow with #7E30E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E30E2 on black background.


Color preview on white background

This text has color #7E30E2 on white background.



Black color preview on #7E30E2 background

This text has black color on #7E30E2 background.


White color preview on #7E30E2 background

This text has white color on #7E30E2 background.