COLOR #7C49BE

HEX: #7C49BE RGB: (124,73,190)

Color info

#7C49BE contains mainly blue color. Web safe color of #7C49BE is #6633CC (or #63C).

RGB color model

#7C49BE color RGB value is (124,73,190).

RGB: (124,73,190) (49%, 29%, 75%)

RGB channels and saturation

R 124 of 255 = 49%
G 73 of 255 = 29%
B 190 of 255 = 75%

124
73
190

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

Portions of RGB colors in percentages

R + G + B = 124 + 73 + 190 = 387 (100%)
R 124 of 387 ~ 32.04%
G 73 of 387 ~ 18.86%
B 190 of 387 ~ 49.1'%

%32.04
%18.86
%49.1

CMYK color model

#7C49BE color CMYK value is (35,62,0,25).

  • cyan value is 34.74%
  • magenta value is 61.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (35,62,0,25)
C35M62Y0K25 (35%, 62%, 0%, 25%)
(0.35 / 0.62 / 0.00 / 0.25)

CMYK percentages

%34.74
%61.58
%0
%25.49

Codes

Color #7C49BE in popluar color models

7C 49 BE
RGB 124 73 190
HSL 266° 47.37% 51.57%
HSB/HSV 266° 61.58% 74.51%
CMYK 34.74% 61.58% 0.00%
25.49%

Color #7C49BE in popluar number systems.

HEX 7C 49 BE
Decimal 124 73 190
Binary 1111100 1001001 10111110
Octal 174 111 276

Shades and tints

Shades of #7C49BE

#7C49BE
(124,73,190)
#7143AD
(113,67,173)
#663D9C
(102,61,156)
#5B378B
(91,55,139)
#50317A
(80,49,122)
#452B69
(69,43,105)
#3A2558
(58,37,88)
#2F1F47
(47,31,71)
#241936
(36,25,54)
#191325
(25,19,37)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #7C49BE

#7C49BE
(124,73,190)
#8759C3
(135,89,195)
#9269C8
(146,105,200)
#9D79CD
(157,121,205)
#A889D2
(168,137,210)
#B399D7
(179,153,215)
#BEA9DC
(190,169,220)
#C9B9E1
(201,185,225)
#D4C9E6
(212,201,230)
#DFD9EB
(223,217,235)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C49BE color. Also use rgb(124,73,190) instead hex code.

Text Font Color

.myTextColor { color: #7C49BE; }

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

This text font color is #7C49BE.

Background Color

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

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

This div background color is #7C49BE.

Border color

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

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

This div border color is #7C49BE.

Opacity

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

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

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

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

This text has shadow with #7C49BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C49BE.

Preview

Color preview on black background

This text has color #7C49BE on black background.


Color preview on white background

This text has color #7C49BE on white background.


Black color preview on #7C49BE background

This text has black color on #7C49BE background.


White color preview on #7C49BE background

This text has white color on #7C49BE background.


Related colors

Complementary color

Complementary color for #hex is #83B641.


I love getcolorcode.com

Triadic colors

1 #BE7C49 and #49BE7C with #7C49BE are triadic colors.

2 #BE497C and #497CBE with #7C49BE are triadic colors.