COLOR #7C3AF9

HEX: #7C3AF9 RGB: (124,58,249)

Color info

#7C3AF9 contains mainly blue color. Web safe color of #7C3AF9 is #6633FF (or #63F).

RGB color model

#7C3AF9 color RGB value is (124,58,249).

RGB: (124,58,249) (49%, 23%, 98%)

RGB channels and saturation

R 124 of 255 = 49%
G 58 of 255 = 23%
B 249 of 255 = 98%

124
58
249

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

Portions of RGB colors in percentages

R + G + B = 124 + 58 + 249 = 431 (100%)
R 124 of 431 ~ 28.77%
G 58 of 431 ~ 13.46%
B 249 of 431 ~ 57.77'%

%28.77
%13.46
%57.77

CMYK color model

#7C3AF9 color CMYK value is (50,77,0,2).

  • cyan value is 50.20%
  • magenta value is 76.71%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (50,77,0,2) C50M77Y0K2 (50%,77%,0%,2%) (0.50/0.77/0.00/0.02) 

CMYK percentages

%50.2
%76.71
%0
%2.35

Codes

Color #7C3AF9 in popluar color models

7C 3A F9
RGB 124 58 249
HSL 261° 94.09% 60.20%
HSB/HSV 261° 76.71% 97.65%
CMYK 50.20% 76.71% 0.00%
2.35%

Color #7C3AF9 in popluar number systems.

HEX 7C 3A F9
Decimal 124 58 249
Binary 1111100 111010 11111001
Octal 174 72 371

Shades and tints

Shades of #7C3AF9

#7C3AF9
(124,58,249)
#7135E3
(113,53,227)
#6630CD
(102,48,205)
#5B2BB7
(91,43,183)
#5026A1
(80,38,161)
#45218B
(69,33,139)
#3A1C75
(58,28,117)
#2F175F
(47,23,95)
#241249
(36,18,73)
#190D33
(25,13,51)
#0E081D
(14,8,29)
#000000
(0,0,0)

Tints of #7C3AF9

#7C3AF9
(124,58,249)
#874BF9
(135,75,249)
#925CF9
(146,92,249)
#9D6DF9
(157,109,249)
#A87EF9
(168,126,249)
#B38FF9
(179,143,249)
#BEA0F9
(190,160,249)
#C9B1F9
(201,177,249)
#D4C2F9
(212,194,249)
#DFD3F9
(223,211,249)
#EAE4F9
(234,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3AF9; }

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

This text font color is #7C3AF9.

Background Color

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

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

This div background color is #7C3AF9.

Border color

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

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

This div border color is #7C3AF9.

Opacity

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

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

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

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

This text has shadow with #7C3AF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3AF9.

Preview

Color preview on black background

This text has color #7C3AF9 on black background.


Color preview on white background

This text has color #7C3AF9 on white background.


Black color preview on #7C3AF9 background

This text has black color on #7C3AF9 background.


White color preview on #7C3AF9 background

This text has white color on #7C3AF9 background.


Related colors

Complementary color

Complementary color for #hex is #83C506.


I love getcolorcode.com

Triadic colors

1 #F97C3A and #3AF97C with #7C3AF9 are triadic colors.

2 #F93A7C and #3A7CF9 with #7C3AF9 are triadic colors.