COLOR #7C4FAE

HEX: #7C4FAE RGB: (124,79,174)

Color info

#7C4FAE contains mainly red and blue colors. Web safe color of #7C4FAE is #666699 (or #669).

RGB color model

#7C4FAE color RGB value is (124,79,174).

RGB: (124,79,174) (49%, 31%, 68%)

RGB channels and saturation

R 124 of 255 = 49%
G 79 of 255 = 31%
B 174 of 255 = 68%

124
79
174

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

Portions of RGB colors in percentages

R + G + B = 124 + 79 + 174 = 377 (100%)
R 124 of 377 ~ 32.89%
G 79 of 377 ~ 20.95%
B 174 of 377 ~ 46.15'%

%32.89
%20.95
%46.15

CMYK color model

#7C4FAE color CMYK value is (29,55,0,32).

  • cyan value is 28.74%
  • magenta value is 54.60%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (29,55,0,32)
C29M55Y0K32 (29%, 55%, 0%, 32%)
(0.29 / 0.55 / 0.00 / 0.32)

CMYK percentages

%28.74
%54.6
%0
%31.76

Codes

Color #7C4FAE in popluar color models

7C 4F AE
RGB 124 79 174
HSL 268° 37.55% 49.61%
HSB/HSV 268° 54.60% 68.24%
CMYK 28.74% 54.60% 0.00%
31.76%

Color #7C4FAE in popluar number systems.

HEX 7C 4F AE
Decimal 124 79 174
Binary 1111100 1001111 10101110
Octal 174 117 256

Shades and tints

Shades of #7C4FAE

#7C4FAE
(124,79,174)
#71489F
(113,72,159)
#664190
(102,65,144)
#5B3A81
(91,58,129)
#503372
(80,51,114)
#452C63
(69,44,99)
#3A2554
(58,37,84)
#2F1E45
(47,30,69)
#241736
(36,23,54)
#191027
(25,16,39)
#0E0918
(14,9,24)
#000000
(0,0,0)

Tints of #7C4FAE

#7C4FAE
(124,79,174)
#875FB5
(135,95,181)
#926FBC
(146,111,188)
#9D7FC3
(157,127,195)
#A88FCA
(168,143,202)
#B39FD1
(179,159,209)
#BEAFD8
(190,175,216)
#C9BFDF
(201,191,223)
#D4CFE6
(212,207,230)
#DFDFED
(223,223,237)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4FAE color. Also use rgb(124,79,174) instead hex code.

Text Font Color

.myTextColor { color: #7C4FAE; }

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

This text font color is #7C4FAE.

Background Color

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

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

This div background color is #7C4FAE.

Border color

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

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

This div border color is #7C4FAE.

Opacity

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

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

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

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

This text has shadow with #7C4FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4FAE.

Preview

Color preview on black background

This text has color #7C4FAE on black background.


Color preview on white background

This text has color #7C4FAE on white background.


Black color preview on #7C4FAE background

This text has black color on #7C4FAE background.


White color preview on #7C4FAE background

This text has white color on #7C4FAE background.


Related colors

Complementary color

Complementary color for #hex is #83B051.


I love getcolorcode.com

Triadic colors

1 #AE7C4F and #4FAE7C with #7C4FAE are triadic colors.

2 #AE4F7C and #4F7CAE with #7C4FAE are triadic colors.