COLOR #7C44AA

HEX: #7C44AA
RGB: (124,68,170)

Color info

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

RGB color model

#7C44AA color RGB value is (124,68,170).

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

RGB channels and saturation

R 124 of 255 = 49%
G 68 of 255 = 27%
B 170 of 255 = 67%

124
68
170

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

Portions of RGB colors in percentages

R + G + B =
124 + 68 + 170 = 362 (100%)
R 124 of 362 ~ 34.25%
G 68 of 362 ~ 18.78%
B 170 of 362 ~ 46.96%

%34.25
%18.78
%46.96

CMYK color model

#7C44AA color CMYK value is (27,60,0,33).

  • cyan value is 27.06%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(27,60,0,33)
C27M60Y0K33 
(27%,60%,0%,33%)
(0.27/0.60/0.00/0.33)	

CMYK percentages

%27.06
%60
%0
%33.33

Codes

Color #7C44AA in popluar color models

7C44AA
RGB12468170
HSL273°42.86%46.67%
HSB/HSV273°60.00%66.67%
CMYK27.06%60.00%0.00%
33.33%

Color #7C44AA in popluar number systems.

HEX7C44AA
Decimal12468170
Binary1111100100010010101010
Octal174104252

Shades and tints

Shades of #7C44AA

#7C44AA
(124,68,170)
#713E9B
(113,62,155)
#66388C
(102,56,140)
#5B327D
(91,50,125)
#502C6E
(80,44,110)
#45265F
(69,38,95)
#3A2050
(58,32,80)
#2F1A41
(47,26,65)
#241432
(36,20,50)
#190E23
(25,14,35)
#0E0814
(14,8,20)
#000000
(0,0,0)

Tints of #7C44AA

#7C44AA
(124,68,170)
#8755B1
(135,85,177)
#9266B8
(146,102,184)
#9D77BF
(157,119,191)
#A888C6
(168,136,198)
#B399CD
(179,153,205)
#BEAAD4
(190,170,212)
#C9BBDB
(201,187,219)
#D4CCE2
(212,204,226)
#DFDDE9
(223,221,233)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C44AA; }

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

This text font color is #7C44AA.


Background Color

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

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

This div background color is #7C44AA.


Border color

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

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

This div border color is #7C44AA.


Opacity

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

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

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

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

This text has shadow with #7C44AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C44AA on black background.


Color preview on white background

This text has color #7C44AA on white background.



Black color preview on #7C44AA background

This text has black color on #7C44AA background.


White color preview on #7C44AA background

This text has white color on #7C44AA background.