COLOR #7E45E7

HEX: #7E45E7
RGB: (126,69,231)

Color info

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

RGB color model

#7E45E7 color RGB value is (126,69,231).

  • red value is 126;
  • green value is 69;
  • blue value is 231.
RGB:
(126,69,231)
(49%,27%,91%)

RGB channels and saturation

R 126 of 255 = 49%
G 69 of 255 = 27%
B 231 of 255 = 91%

126
69
231

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

Portions of RGB colors in percentages

R + G + B =
126 + 69 + 231 = 426 (100%)
R 126 of 426 ~ 29.58%
G 69 of 426 ~ 16.2%
B 231 of 426 ~ 54.23%

%29.58
%16.2
%54.23

CMYK color model

#7E45E7 color CMYK value is (45,70,0,9).

  • cyan value is 45.45%
  • magenta value is 70.13%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(45,70,0,9)
C45M70Y0K9 
(45%,70%,0%,9%)
(0.45/0.70/0.00/0.09)	

CMYK percentages

%45.45
%70.13
%0
%9.41

Codes

Color #7E45E7 in popluar color models

7E45E7
RGB12669231
HSL261°77.14%58.82%
HSB/HSV261°70.13%90.59%
CMYK45.45%70.13%0.00%
9.41%

Color #7E45E7 in popluar number systems.

HEX7E45E7
Decimal12669231
Binary1111110100010111100111
Octal176105347

Shades and tints

Shades of #7E45E7

#7E45E7
(126,69,231)
#733FD2
(115,63,210)
#6839BD
(104,57,189)
#5D33A8
(93,51,168)
#522D93
(82,45,147)
#47277E
(71,39,126)
#3C2169
(60,33,105)
#311B54
(49,27,84)
#26153F
(38,21,63)
#1B0F2A
(27,15,42)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #7E45E7

#7E45E7
(126,69,231)
#8955E9
(137,85,233)
#9465EB
(148,101,235)
#9F75ED
(159,117,237)
#AA85EF
(170,133,239)
#B595F1
(181,149,241)
#C0A5F3
(192,165,243)
#CBB5F5
(203,181,245)
#D6C5F7
(214,197,247)
#E1D5F9
(225,213,249)
#ECE5FB
(236,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E45E7 color. Also use rgb(126,69,231) instead hex code.

Text Font Color

.myTextColor { color: #7E45E7; }

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

This text font color is #7E45E7.


Background Color

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

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

This div background color is #7E45E7.


Border color

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

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

This div border color is #7E45E7.


Opacity

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

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

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

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

This text has shadow with #7E45E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E45E7 on black background.


Color preview on white background

This text has color #7E45E7 on white background.



Black color preview on #7E45E7 background

This text has black color on #7E45E7 background.


White color preview on #7E45E7 background

This text has white color on #7E45E7 background.