COLOR #7E00AA

HEX: #7E00AA
RGB: (126,0,170)

Color info

#7E00AA contains only red and blue colors. Web safe color of #7E00AA is #660099 (or #609).

RGB color model

#7E00AA color RGB value is (126,0,170).

  • red value is 126;
  • green value is 0;
  • blue value is 170.
RGB:
(126,0,170)
(49%,0%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 0 of 255 = 0%
B 170 of 255 = 67%

126
0
170

R + G + B ~ 39%. #7E00AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 0 + 170 = 296 (100%)
R 126 of 296 ~ 42.57%
G 0 of 296 ~ 0%
B 170 of 296 ~ 57.43%

%42.57
%57.43

CMYK color model

#7E00AA color CMYK value is (26,100,0,33).

  • cyan value is 25.88%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,100,0,33)
C26M100Y0K33 
(26%,100%,0%,33%)
(0.26/1.00/0.00/0.33)	

CMYK percentages

%25.88
%100
%0
%33.33

Codes

Color #7E00AA in popluar color models

7E00AA
RGB1260170
HSL284°100.00%33.33%
HSB/HSV284°100.00%66.67%
CMYK25.88%100.00%0.00%
33.33%

Color #7E00AA in popluar number systems.

HEX7E00AA
Decimal1260170
Binary1111110010101010
Octal1760252

Shades and tints

Shades of #7E00AA

#7E00AA
(126,0,170)
#73009B
(115,0,155)
#68008C
(104,0,140)
#5D007D
(93,0,125)
#52006E
(82,0,110)
#47005F
(71,0,95)
#3C0050
(60,0,80)
#310041
(49,0,65)
#260032
(38,0,50)
#1B0023
(27,0,35)
#100014
(16,0,20)
#000000
(0,0,0)

Tints of #7E00AA

#7E00AA
(126,0,170)
#8917B1
(137,23,177)
#942EB8
(148,46,184)
#9F45BF
(159,69,191)
#AA5CC6
(170,92,198)
#B573CD
(181,115,205)
#C08AD4
(192,138,212)
#CBA1DB
(203,161,219)
#D6B8E2
(214,184,226)
#E1CFE9
(225,207,233)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E00AA color. Also use rgb(126,0,170) instead hex code.

Text Font Color

.myTextColor { color: #7E00AA; }

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

This text font color is #7E00AA.


Background Color

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

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

This div background color is #7E00AA.


Border color

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

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

This div border color is #7E00AA.


Opacity

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

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

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

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

This text has shadow with #7E00AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E00AA on black background.


Color preview on white background

This text has color #7E00AA on white background.



Black color preview on #7E00AA background

This text has black color on #7E00AA background.


White color preview on #7E00AA background

This text has white color on #7E00AA background.