COLOR #7C2EAA

HEX: #7C2EAA
RGB: (124,46,170)

Color info

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

RGB color model

#7C2EAA color RGB value is (124,46,170).

  • red value is 124;
  • green value is 46;
  • blue value is 170.
RGB:
(124,46,170)
(49%,18%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 46 of 255 = 18%
B 170 of 255 = 67%

124
46
170

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

Portions of RGB colors in percentages

R + G + B =
124 + 46 + 170 = 340 (100%)
R 124 of 340 ~ 36.47%
G 46 of 340 ~ 13.53%
B 170 of 340 ~ 50%

%36.47
%13.53
%50

CMYK color model

#7C2EAA color CMYK value is (27,73,0,33).

  • cyan value is 27.06%
  • magenta value is 72.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(27,73,0,33)
C27M73Y0K33 
(27%,73%,0%,33%)
(0.27/0.73/0.00/0.33)	

CMYK percentages

%27.06
%72.94
%0
%33.33

Codes

Color #7C2EAA in popluar color models

7C2EAA
RGB12446170
HSL278°57.41%42.35%
HSB/HSV278°72.94%66.67%
CMYK27.06%72.94%0.00%
33.33%

Color #7C2EAA in popluar number systems.

HEX7C2EAA
Decimal12446170
Binary111110010111010101010
Octal17456252

Shades and tints

Shades of #7C2EAA

#7C2EAA
(124,46,170)
#712A9B
(113,42,155)
#66268C
(102,38,140)
#5B227D
(91,34,125)
#501E6E
(80,30,110)
#451A5F
(69,26,95)
#3A1650
(58,22,80)
#2F1241
(47,18,65)
#240E32
(36,14,50)
#190A23
(25,10,35)
#0E0614
(14,6,20)
#000000
(0,0,0)

Tints of #7C2EAA

#7C2EAA
(124,46,170)
#8741B1
(135,65,177)
#9254B8
(146,84,184)
#9D67BF
(157,103,191)
#A87AC6
(168,122,198)
#B38DCD
(179,141,205)
#BEA0D4
(190,160,212)
#C9B3DB
(201,179,219)
#D4C6E2
(212,198,226)
#DFD9E9
(223,217,233)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2EAA color. Also use rgb(124,46,170) instead hex code.

Text Font Color

.myTextColor { color: #7C2EAA; }

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

This text font color is #7C2EAA.


Background Color

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

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

This div background color is #7C2EAA.


Border color

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

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

This div border color is #7C2EAA.


Opacity

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

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

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

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

This text has shadow with #7C2EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2EAA on black background.


Color preview on white background

This text has color #7C2EAA on white background.



Black color preview on #7C2EAA background

This text has black color on #7C2EAA background.


White color preview on #7C2EAA background

This text has white color on #7C2EAA background.