COLOR #7C49A6

HEX: #7C49A6
RGB: (124,73,166)

Color info

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

RGB color model

#7C49A6 color RGB value is (124,73,166).

  • red value is 124;
  • green value is 73;
  • blue value is 166.
RGB:
(124,73,166)
(49%,29%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 73 of 255 = 29%
B 166 of 255 = 65%

124
73
166

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

Portions of RGB colors in percentages

R + G + B =
124 + 73 + 166 = 363 (100%)
R 124 of 363 ~ 34.16%
G 73 of 363 ~ 20.11%
B 166 of 363 ~ 45.73%

%34.16
%20.11
%45.73

CMYK color model

#7C49A6 color CMYK value is (25,56,0,35).

  • cyan value is 25.30%
  • magenta value is 56.02%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(25,56,0,35)
C25M56Y0K35 
(25%,56%,0%,35%)
(0.25/0.56/0.00/0.35)	

CMYK percentages

%25.3
%56.02
%0
%34.9

Codes

Color #7C49A6 in popluar color models

7C49A6
RGB12473166
HSL273°38.91%46.86%
HSB/HSV273°56.02%65.10%
CMYK25.30%56.02%0.00%
34.90%

Color #7C49A6 in popluar number systems.

HEX7C49A6
Decimal12473166
Binary1111100100100110100110
Octal174111246

Shades and tints

Shades of #7C49A6

#7C49A6
(124,73,166)
#714397
(113,67,151)
#663D88
(102,61,136)
#5B3779
(91,55,121)
#50316A
(80,49,106)
#452B5B
(69,43,91)
#3A254C
(58,37,76)
#2F1F3D
(47,31,61)
#24192E
(36,25,46)
#19131F
(25,19,31)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #7C49A6

#7C49A6
(124,73,166)
#8759AE
(135,89,174)
#9269B6
(146,105,182)
#9D79BE
(157,121,190)
#A889C6
(168,137,198)
#B399CE
(179,153,206)
#BEA9D6
(190,169,214)
#C9B9DE
(201,185,222)
#D4C9E6
(212,201,230)
#DFD9EE
(223,217,238)
#EAE9F6
(234,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C49A6; }

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

This text font color is #7C49A6.


Background Color

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

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

This div background color is #7C49A6.


Border color

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

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

This div border color is #7C49A6.


Opacity

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

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

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

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

This text has shadow with #7C49A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C49A6 on black background.


Color preview on white background

This text has color #7C49A6 on white background.



Black color preview on #7C49A6 background

This text has black color on #7C49A6 background.


White color preview on #7C49A6 background

This text has white color on #7C49A6 background.