COLOR #7E34B5

HEX: #7E34B5
RGB: (126,52,181)

Color info

#7E34B5 contains mainly red and blue colors. Web safe color of #7E34B5 is #6633CC (or #63C).

RGB color model

#7E34B5 color RGB value is (126,52,181).

  • red value is 126;
  • green value is 52;
  • blue value is 181.
RGB:
(126,52,181)
(49%,20%,71%)

RGB channels and saturation

R 126 of 255 = 49%
G 52 of 255 = 20%
B 181 of 255 = 71%

126
52
181

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

Portions of RGB colors in percentages

R + G + B =
126 + 52 + 181 = 359 (100%)
R 126 of 359 ~ 35.1%
G 52 of 359 ~ 14.48%
B 181 of 359 ~ 50.42%

%35.1
%14.48
%50.42

CMYK color model

#7E34B5 color CMYK value is (30,71,0,29).

  • cyan value is 30.39%
  • magenta value is 71.27%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(30,71,0,29)
C30M71Y0K29 
(30%,71%,0%,29%)
(0.30/0.71/0.00/0.29)	

CMYK percentages

%30.39
%71.27
%0
%29.02

Codes

Color #7E34B5 in popluar color models

7E34B5
RGB12652181
HSL274°55.36%45.69%
HSB/HSV274°71.27%70.98%
CMYK30.39%71.27%0.00%
29.02%

Color #7E34B5 in popluar number systems.

HEX7E34B5
Decimal12652181
Binary111111011010010110101
Octal17664265

Shades and tints

Shades of #7E34B5

#7E34B5
(126,52,181)
#7330A5
(115,48,165)
#682C95
(104,44,149)
#5D2885
(93,40,133)
#522475
(82,36,117)
#472065
(71,32,101)
#3C1C55
(60,28,85)
#311845
(49,24,69)
#261435
(38,20,53)
#1B1025
(27,16,37)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #7E34B5

#7E34B5
(126,52,181)
#8946BB
(137,70,187)
#9458C1
(148,88,193)
#9F6AC7
(159,106,199)
#AA7CCD
(170,124,205)
#B58ED3
(181,142,211)
#C0A0D9
(192,160,217)
#CBB2DF
(203,178,223)
#D6C4E5
(214,196,229)
#E1D6EB
(225,214,235)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E34B5 color. Also use rgb(126,52,181) instead hex code.

Text Font Color

.myTextColor { color: #7E34B5; }

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

This text font color is #7E34B5.


Background Color

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

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

This div background color is #7E34B5.


Border color

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

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

This div border color is #7E34B5.


Opacity

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

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

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

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

This text has shadow with #7E34B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E34B5 on black background.


Color preview on white background

This text has color #7E34B5 on white background.



Black color preview on #7E34B5 background

This text has black color on #7E34B5 background.


White color preview on #7E34B5 background

This text has white color on #7E34B5 background.