COLOR #7C5B94

HEX: #7C5B94
RGB: (124,91,148)

Color info

#7C5B94 contains red, green and blue colors in about the same proportion. Web safe color of #7C5B94 is #666699 (or #669).

RGB color model

#7C5B94 color RGB value is (124,91,148).

  • red value is 124;
  • green value is 91;
  • blue value is 148.
RGB:
(124,91,148)
(49%,36%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 91 of 255 = 36%
B 148 of 255 = 58%

124
91
148

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

Portions of RGB colors in percentages

R + G + B =
124 + 91 + 148 = 363 (100%)
R 124 of 363 ~ 34.16%
G 91 of 363 ~ 25.07%
B 148 of 363 ~ 40.77%

%34.16
%25.07
%40.77

CMYK color model

#7C5B94 color CMYK value is (16,39,0,42).

  • cyan value is 16.22%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(16,39,0,42)
C16M39Y0K42 
(16%,39%,0%,42%)
(0.16/0.39/0.00/0.42)	

CMYK percentages

%16.22
%38.51
%0
%41.96

Codes

Color #7C5B94 in popluar color models

7C5B94
RGB12491148
HSL275°23.85%46.86%
HSB/HSV275°38.51%58.04%
CMYK16.22%38.51%0.00%
41.96%

Color #7C5B94 in popluar number systems.

HEX7C5B94
Decimal12491148
Binary1111100101101110010100
Octal174133224

Shades and tints

Shades of #7C5B94

#7C5B94
(124,91,148)
#715387
(113,83,135)
#664B7A
(102,75,122)
#5B436D
(91,67,109)
#503B60
(80,59,96)
#453353
(69,51,83)
#3A2B46
(58,43,70)
#2F2339
(47,35,57)
#241B2C
(36,27,44)
#19131F
(25,19,31)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #7C5B94

#7C5B94
(124,91,148)
#87699D
(135,105,157)
#9277A6
(146,119,166)
#9D85AF
(157,133,175)
#A893B8
(168,147,184)
#B3A1C1
(179,161,193)
#BEAFCA
(190,175,202)
#C9BDD3
(201,189,211)
#D4CBDC
(212,203,220)
#DFD9E5
(223,217,229)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5B94 color. Also use rgb(124,91,148) instead hex code.

Text Font Color

.myTextColor { color: #7C5B94; }

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

This text font color is #7C5B94.


Background Color

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

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

This div background color is #7C5B94.


Border color

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

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

This div border color is #7C5B94.


Opacity

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

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

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

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

This text has shadow with #7C5B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5B94 on black background.


Color preview on white background

This text has color #7C5B94 on white background.



Black color preview on #7C5B94 background

This text has black color on #7C5B94 background.


White color preview on #7C5B94 background

This text has white color on #7C5B94 background.