COLOR #7C31AE

HEX: #7C31AE
RGB: (124,49,174)

Color info

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

RGB color model

#7C31AE color RGB value is (124,49,174).

  • red value is 124;
  • green value is 49;
  • blue value is 174.
RGB:
(124,49,174)
(49%,19%,68%)

RGB channels and saturation

R 124 of 255 = 49%
G 49 of 255 = 19%
B 174 of 255 = 68%

124
49
174

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

Portions of RGB colors in percentages

R + G + B =
124 + 49 + 174 = 347 (100%)
R 124 of 347 ~ 35.73%
G 49 of 347 ~ 14.12%
B 174 of 347 ~ 50.14%

%35.73
%14.12
%50.14

CMYK color model

#7C31AE color CMYK value is (29,72,0,32).

  • cyan value is 28.74%
  • magenta value is 71.84%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(29,72,0,32)
C29M72Y0K32 
(29%,72%,0%,32%)
(0.29/0.72/0.00/0.32)	

CMYK percentages

%28.74
%71.84
%0
%31.76

Codes

Color #7C31AE in popluar color models

7C31AE
RGB12449174
HSL276°56.05%43.73%
HSB/HSV276°71.84%68.24%
CMYK28.74%71.84%0.00%
31.76%

Color #7C31AE in popluar number systems.

HEX7C31AE
Decimal12449174
Binary111110011000110101110
Octal17461256

Shades and tints

Shades of #7C31AE

#7C31AE
(124,49,174)
#712D9F
(113,45,159)
#662990
(102,41,144)
#5B2581
(91,37,129)
#502172
(80,33,114)
#451D63
(69,29,99)
#3A1954
(58,25,84)
#2F1545
(47,21,69)
#241136
(36,17,54)
#190D27
(25,13,39)
#0E0918
(14,9,24)
#000000
(0,0,0)

Tints of #7C31AE

#7C31AE
(124,49,174)
#8743B5
(135,67,181)
#9255BC
(146,85,188)
#9D67C3
(157,103,195)
#A879CA
(168,121,202)
#B38BD1
(179,139,209)
#BE9DD8
(190,157,216)
#C9AFDF
(201,175,223)
#D4C1E6
(212,193,230)
#DFD3ED
(223,211,237)
#EAE5F4
(234,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C31AE; }

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

This text font color is #7C31AE.


Background Color

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

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

This div background color is #7C31AE.


Border color

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

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

This div border color is #7C31AE.


Opacity

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

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

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

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

This text has shadow with #7C31AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C31AE on black background.


Color preview on white background

This text has color #7C31AE on white background.



Black color preview on #7C31AE background

This text has black color on #7C31AE background.


White color preview on #7C31AE background

This text has white color on #7C31AE background.