COLOR #7C5AB2

HEX: #7C5AB2
RGB: (124,90,178)

Color info

#7C5AB2 contains mainly red and blue colors. Web safe color of #7C5AB2 is #666699 (or #669).

RGB color model

#7C5AB2 color RGB value is (124,90,178).

  • red value is 124;
  • green value is 90;
  • blue value is 178.
RGB:
(124,90,178)
(49%,35%,70%)

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 178 of 255 = 70%

124
90
178

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

Portions of RGB colors in percentages

R + G + B =
124 + 90 + 178 = 392 (100%)
R 124 of 392 ~ 31.63%
G 90 of 392 ~ 22.96%
B 178 of 392 ~ 45.41%

%31.63
%22.96
%45.41

CMYK color model

#7C5AB2 color CMYK value is (30,49,0,30).

  • cyan value is 30.34%
  • magenta value is 49.44%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(30,49,0,30)
C30M49Y0K30 
(30%,49%,0%,30%)
(0.30/0.49/0.00/0.30)	

CMYK percentages

%30.34
%49.44
%0
%30.2

Codes

Color #7C5AB2 in popluar color models

7C5AB2
RGB12490178
HSL263°36.36%52.55%
HSB/HSV263°49.44%69.80%
CMYK30.34%49.44%0.00%
30.20%

Color #7C5AB2 in popluar number systems.

HEX7C5AB2
Decimal12490178
Binary1111100101101010110010
Octal174132262

Shades and tints

Shades of #7C5AB2

#7C5AB2
(124,90,178)
#7152A2
(113,82,162)
#664A92
(102,74,146)
#5B4282
(91,66,130)
#503A72
(80,58,114)
#453262
(69,50,98)
#3A2A52
(58,42,82)
#2F2242
(47,34,66)
#241A32
(36,26,50)
#191222
(25,18,34)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #7C5AB2

#7C5AB2
(124,90,178)
#8769B9
(135,105,185)
#9278C0
(146,120,192)
#9D87C7
(157,135,199)
#A896CE
(168,150,206)
#B3A5D5
(179,165,213)
#BEB4DC
(190,180,220)
#C9C3E3
(201,195,227)
#D4D2EA
(212,210,234)
#DFE1F1
(223,225,241)
#EAF0F8
(234,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5AB2 color. Also use rgb(124,90,178) instead hex code.

Text Font Color

.myTextColor { color: #7C5AB2; }

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

This text font color is #7C5AB2.


Background Color

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

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

This div background color is #7C5AB2.


Border color

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

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

This div border color is #7C5AB2.


Opacity

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

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

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

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

This text has shadow with #7C5AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5AB2 on black background.


Color preview on white background

This text has color #7C5AB2 on white background.



Black color preview on #7C5AB2 background

This text has black color on #7C5AB2 background.


White color preview on #7C5AB2 background

This text has white color on #7C5AB2 background.