COLOR #7E30E9

HEX: #7E30E9 RGB: (126,48,233)

Color info

#7E30E9 contains mainly blue color. Web safe color of #7E30E9 is #6633FF (or #63F).

RGB color model

#7E30E9 color RGB value is (126,48,233).

RGB: (126,48,233) (49%, 19%, 91%)

RGB channels and saturation

R 126 of 255 = 49%
G 48 of 255 = 19%
B 233 of 255 = 91%

126
48
233

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

Portions of RGB colors in percentages

R + G + B = 126 + 48 + 233 = 407 (100%)
R 126 of 407 ~ 30.96%
G 48 of 407 ~ 11.79%
B 233 of 407 ~ 57.25'%

%30.96
%11.79
%57.25

CMYK color model

#7E30E9 color CMYK value is (46,79,0,9).

  • cyan value is 45.92%
  • magenta value is 79.40%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (46,79,0,9) C46M79Y0K9 (46%,79%,0%,9%) (0.46/0.79/0.00/0.09) 

CMYK percentages

%45.92
%79.4
%0
%8.63

Codes

Color #7E30E9 in popluar color models

7E 30 E9
RGB 126 48 233
HSL 265° 80.79% 55.10%
HSB/HSV 265° 79.40% 91.37%
CMYK 45.92% 79.40% 0.00%
8.63%

Color #7E30E9 in popluar number systems.

HEX 7E 30 E9
Decimal 126 48 233
Binary 1111110 110000 11101001
Octal 176 60 351

Shades and tints

Shades of #7E30E9

#7E30E9
(126,48,233)
#732CD4
(115,44,212)
#6828BF
(104,40,191)
#5D24AA
(93,36,170)
#522095
(82,32,149)
#471C80
(71,28,128)
#3C186B
(60,24,107)
#311456
(49,20,86)
#261041
(38,16,65)
#1B0C2C
(27,12,44)
#100817
(16,8,23)
#000000
(0,0,0)

Tints of #7E30E9

#7E30E9
(126,48,233)
#8942EB
(137,66,235)
#9454ED
(148,84,237)
#9F66EF
(159,102,239)
#AA78F1
(170,120,241)
#B58AF3
(181,138,243)
#C09CF5
(192,156,245)
#CBAEF7
(203,174,247)
#D6C0F9
(214,192,249)
#E1D2FB
(225,210,251)
#ECE4FD
(236,228,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E30E9; }

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

This text font color is #7E30E9.

Background Color

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

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

This div background color is #7E30E9.

Border color

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

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

This div border color is #7E30E9.

Opacity

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

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

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

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

This text has shadow with #7E30E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E30E9.

Preview

Color preview on black background

This text has color #7E30E9 on black background.


Color preview on white background

This text has color #7E30E9 on white background.


Black color preview on #7E30E9 background

This text has black color on #7E30E9 background.


White color preview on #7E30E9 background

This text has white color on #7E30E9 background.


Related colors

Complementary color

Complementary color for #hex is #81CF16.


I love getcolorcode.com

Triadic colors

1 #E97E30 and #30E97E with #7E30E9 are triadic colors.

2 #E9307E and #307EE9 with #7E30E9 are triadic colors.