COLOR #7C3BA2

HEX: #7C3BA2
RGB: (124,59,162)

Color info

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

RGB color model

#7C3BA2 color RGB value is (124,59,162).

  • red value is 124;
  • green value is 59;
  • blue value is 162.
RGB:
(124,59,162)
(49%,23%,64%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 162 of 255 = 64%

124
59
162

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

Portions of RGB colors in percentages

R + G + B =
124 + 59 + 162 = 345 (100%)
R 124 of 345 ~ 35.94%
G 59 of 345 ~ 17.1%
B 162 of 345 ~ 46.96%

%35.94
%17.1
%46.96

CMYK color model

#7C3BA2 color CMYK value is (23,64,0,36).

  • cyan value is 23.46%
  • magenta value is 63.58%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(23,64,0,36)
C23M64Y0K36 
(23%,64%,0%,36%)
(0.23/0.64/0.00/0.36)	

CMYK percentages

%23.46
%63.58
%0
%36.47

Codes

Color #7C3BA2 in popluar color models

7C3BA2
RGB12459162
HSL278°46.61%43.33%
HSB/HSV278°63.58%63.53%
CMYK23.46%63.58%0.00%
36.47%

Color #7C3BA2 in popluar number systems.

HEX7C3BA2
Decimal12459162
Binary111110011101110100010
Octal17473242

Shades and tints

Shades of #7C3BA2

#7C3BA2
(124,59,162)
#713694
(113,54,148)
#663186
(102,49,134)
#5B2C78
(91,44,120)
#50276A
(80,39,106)
#45225C
(69,34,92)
#3A1D4E
(58,29,78)
#2F1840
(47,24,64)
#241332
(36,19,50)
#190E24
(25,14,36)
#0E0916
(14,9,22)
#000000
(0,0,0)

Tints of #7C3BA2

#7C3BA2
(124,59,162)
#874CAA
(135,76,170)
#925DB2
(146,93,178)
#9D6EBA
(157,110,186)
#A87FC2
(168,127,194)
#B390CA
(179,144,202)
#BEA1D2
(190,161,210)
#C9B2DA
(201,178,218)
#D4C3E2
(212,195,226)
#DFD4EA
(223,212,234)
#EAE5F2
(234,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3BA2 color. Also use rgb(124,59,162) instead hex code.

Text Font Color

.myTextColor { color: #7C3BA2; }

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

This text font color is #7C3BA2.


Background Color

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

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

This div background color is #7C3BA2.


Border color

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

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

This div border color is #7C3BA2.


Opacity

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

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

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

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

This text has shadow with #7C3BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3BA2 on black background.


Color preview on white background

This text has color #7C3BA2 on white background.



Black color preview on #7C3BA2 background

This text has black color on #7C3BA2 background.


White color preview on #7C3BA2 background

This text has white color on #7C3BA2 background.