COLOR #7C3FA9

HEX: #7C3FA9
RGB: (124,63,169)

Color info

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

RGB color model

#7C3FA9 color RGB value is (124,63,169).

  • red value is 124;
  • green value is 63;
  • blue value is 169.
RGB:
(124,63,169)
(49%,25%,66%)

RGB channels and saturation

R 124 of 255 = 49%
G 63 of 255 = 25%
B 169 of 255 = 66%

124
63
169

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

Portions of RGB colors in percentages

R + G + B =
124 + 63 + 169 = 356 (100%)
R 124 of 356 ~ 34.83%
G 63 of 356 ~ 17.7%
B 169 of 356 ~ 47.47%

%34.83
%17.7
%47.47

CMYK color model

#7C3FA9 color CMYK value is (27,63,0,34).

  • cyan value is 26.63%
  • magenta value is 62.72%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(27,63,0,34)
C27M63Y0K34 
(27%,63%,0%,34%)
(0.27/0.63/0.00/0.34)	

CMYK percentages

%26.63
%62.72
%0
%33.73

Codes

Color #7C3FA9 in popluar color models

7C3FA9
RGB12463169
HSL275°45.69%45.49%
HSB/HSV275°62.72%66.27%
CMYK26.63%62.72%0.00%
33.73%

Color #7C3FA9 in popluar number systems.

HEX7C3FA9
Decimal12463169
Binary111110011111110101001
Octal17477251

Shades and tints

Shades of #7C3FA9

#7C3FA9
(124,63,169)
#713A9A
(113,58,154)
#66358B
(102,53,139)
#5B307C
(91,48,124)
#502B6D
(80,43,109)
#45265E
(69,38,94)
#3A214F
(58,33,79)
#2F1C40
(47,28,64)
#241731
(36,23,49)
#191222
(25,18,34)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #7C3FA9

#7C3FA9
(124,63,169)
#8750B0
(135,80,176)
#9261B7
(146,97,183)
#9D72BE
(157,114,190)
#A883C5
(168,131,197)
#B394CC
(179,148,204)
#BEA5D3
(190,165,211)
#C9B6DA
(201,182,218)
#D4C7E1
(212,199,225)
#DFD8E8
(223,216,232)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3FA9 color. Also use rgb(124,63,169) instead hex code.

Text Font Color

.myTextColor { color: #7C3FA9; }

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

This text font color is #7C3FA9.


Background Color

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

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

This div background color is #7C3FA9.


Border color

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

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

This div border color is #7C3FA9.


Opacity

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

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

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

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

This text has shadow with #7C3FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3FA9 on black background.


Color preview on white background

This text has color #7C3FA9 on white background.



Black color preview on #7C3FA9 background

This text has black color on #7C3FA9 background.


White color preview on #7C3FA9 background

This text has white color on #7C3FA9 background.