COLOR #7E35A8

HEX: #7E35A8
RGB: (126,53,168)

Color info

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

RGB color model

#7E35A8 color RGB value is (126,53,168).

  • red value is 126;
  • green value is 53;
  • blue value is 168.
RGB:
(126,53,168)
(49%,21%,66%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 168 of 255 = 66%

126
53
168

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

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 168 = 347 (100%)
R 126 of 347 ~ 36.31%
G 53 of 347 ~ 15.27%
B 168 of 347 ~ 48.41%

%36.31
%15.27
%48.41

CMYK color model

#7E35A8 color CMYK value is (25,68,0,34).

  • cyan value is 25.00%
  • magenta value is 68.45%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(25,68,0,34)
C25M68Y0K34 
(25%,68%,0%,34%)
(0.25/0.68/0.00/0.34)	

CMYK percentages

%25
%68.45
%0
%34.12

Codes

Color #7E35A8 in popluar color models

7E35A8
RGB12653168
HSL278°52.04%43.33%
HSB/HSV278°68.45%65.88%
CMYK25.00%68.45%0.00%
34.12%

Color #7E35A8 in popluar number systems.

HEX7E35A8
Decimal12653168
Binary111111011010110101000
Octal17665250

Shades and tints

Shades of #7E35A8

#7E35A8
(126,53,168)
#733199
(115,49,153)
#682D8A
(104,45,138)
#5D297B
(93,41,123)
#52256C
(82,37,108)
#47215D
(71,33,93)
#3C1D4E
(60,29,78)
#31193F
(49,25,63)
#261530
(38,21,48)
#1B1121
(27,17,33)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E35A8

#7E35A8
(126,53,168)
#8947AF
(137,71,175)
#9459B6
(148,89,182)
#9F6BBD
(159,107,189)
#AA7DC4
(170,125,196)
#B58FCB
(181,143,203)
#C0A1D2
(192,161,210)
#CBB3D9
(203,179,217)
#D6C5E0
(214,197,224)
#E1D7E7
(225,215,231)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E35A8 color. Also use rgb(126,53,168) instead hex code.

Text Font Color

.myTextColor { color: #7E35A8; }

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

This text font color is #7E35A8.


Background Color

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

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

This div background color is #7E35A8.


Border color

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

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

This div border color is #7E35A8.


Opacity

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

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

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

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

This text has shadow with #7E35A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E35A8 on black background.


Color preview on white background

This text has color #7E35A8 on white background.



Black color preview on #7E35A8 background

This text has black color on #7E35A8 background.


White color preview on #7E35A8 background

This text has white color on #7E35A8 background.