COLOR #7C3A8B

HEX: #7C3A8B
RGB: (124,58,139)

Color info

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

RGB color model

#7C3A8B color RGB value is (124,58,139).

  • red value is 124;
  • green value is 58;
  • blue value is 139.
RGB:
(124,58,139)
(49%,23%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 58 of 255 = 23%
B 139 of 255 = 55%

124
58
139

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

Portions of RGB colors in percentages

R + G + B =
124 + 58 + 139 = 321 (100%)
R 124 of 321 ~ 38.63%
G 58 of 321 ~ 18.07%
B 139 of 321 ~ 43.3%

%38.63
%18.07
%43.3

CMYK color model

#7C3A8B color CMYK value is (11,58,0,45).

  • cyan value is 10.79%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(11,58,0,45)
C11M58Y0K45 
(11%,58%,0%,45%)
(0.11/0.58/0.00/0.45)	

CMYK percentages

%10.79
%58.27
%0
%45.49

Codes

Color #7C3A8B in popluar color models

7C3A8B
RGB12458139
HSL289°41.12%38.63%
HSB/HSV289°58.27%54.51%
CMYK10.79%58.27%0.00%
45.49%

Color #7C3A8B in popluar number systems.

HEX7C3A8B
Decimal12458139
Binary111110011101010001011
Octal17472213

Shades and tints

Shades of #7C3A8B

#7C3A8B
(124,58,139)
#71357F
(113,53,127)
#663073
(102,48,115)
#5B2B67
(91,43,103)
#50265B
(80,38,91)
#45214F
(69,33,79)
#3A1C43
(58,28,67)
#2F1737
(47,23,55)
#24122B
(36,18,43)
#190D1F
(25,13,31)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #7C3A8B

#7C3A8B
(124,58,139)
#874B95
(135,75,149)
#925C9F
(146,92,159)
#9D6DA9
(157,109,169)
#A87EB3
(168,126,179)
#B38FBD
(179,143,189)
#BEA0C7
(190,160,199)
#C9B1D1
(201,177,209)
#D4C2DB
(212,194,219)
#DFD3E5
(223,211,229)
#EAE4EF
(234,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3A8B color. Also use rgb(124,58,139) instead hex code.

Text Font Color

.myTextColor { color: #7C3A8B; }

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

This text font color is #7C3A8B.


Background Color

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

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

This div background color is #7C3A8B.


Border color

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

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

This div border color is #7C3A8B.


Opacity

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

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

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

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

This text has shadow with #7C3A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3A8B on black background.


Color preview on white background

This text has color #7C3A8B on white background.



Black color preview on #7C3A8B background

This text has black color on #7C3A8B background.


White color preview on #7C3A8B background

This text has white color on #7C3A8B background.