COLOR #7E28AB

HEX: #7E28AB
RGB: (126,40,171)

Color info

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

RGB color model

#7E28AB color RGB value is (126,40,171).

  • red value is 126;
  • green value is 40;
  • blue value is 171.
RGB:
(126,40,171)
(49%,16%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 40 of 255 = 16%
B 171 of 255 = 67%

126
40
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 40 + 171 = 337 (100%)
R 126 of 337 ~ 37.39%
G 40 of 337 ~ 11.87%
B 171 of 337 ~ 50.74%

%37.39
%11.87
%50.74

CMYK color model

#7E28AB color CMYK value is (26,77,0,33).

  • cyan value is 26.32%
  • magenta value is 76.61%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,77,0,33)
C26M77Y0K33 
(26%,77%,0%,33%)
(0.26/0.77/0.00/0.33)	

CMYK percentages

%26.32
%76.61
%0
%32.94

Codes

Color #7E28AB in popluar color models

7E28AB
RGB12640171
HSL279°62.09%41.37%
HSB/HSV279°76.61%67.06%
CMYK26.32%76.61%0.00%
32.94%

Color #7E28AB in popluar number systems.

HEX7E28AB
Decimal12640171
Binary111111010100010101011
Octal17650253

Shades and tints

Shades of #7E28AB

#7E28AB
(126,40,171)
#73259C
(115,37,156)
#68228D
(104,34,141)
#5D1F7E
(93,31,126)
#521C6F
(82,28,111)
#471960
(71,25,96)
#3C1651
(60,22,81)
#311342
(49,19,66)
#261033
(38,16,51)
#1B0D24
(27,13,36)
#100A15
(16,10,21)
#000000
(0,0,0)

Tints of #7E28AB

#7E28AB
(126,40,171)
#893BB2
(137,59,178)
#944EB9
(148,78,185)
#9F61C0
(159,97,192)
#AA74C7
(170,116,199)
#B587CE
(181,135,206)
#C09AD5
(192,154,213)
#CBADDC
(203,173,220)
#D6C0E3
(214,192,227)
#E1D3EA
(225,211,234)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E28AB color. Also use rgb(126,40,171) instead hex code.

Text Font Color

.myTextColor { color: #7E28AB; }

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

This text font color is #7E28AB.


Background Color

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

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

This div background color is #7E28AB.


Border color

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

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

This div border color is #7E28AB.


Opacity

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

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

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

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

This text has shadow with #7E28AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E28AB on black background.


Color preview on white background

This text has color #7E28AB on white background.



Black color preview on #7E28AB background

This text has black color on #7E28AB background.


White color preview on #7E28AB background

This text has white color on #7E28AB background.