COLOR #7C5399

HEX: #7C5399
RGB: (124,83,153)

Color info

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

RGB color model

#7C5399 color RGB value is (124,83,153).

  • red value is 124;
  • green value is 83;
  • blue value is 153.
RGB:
(124,83,153)
(49%,33%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 153 of 255 = 60%

124
83
153

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

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 153 = 360 (100%)
R 124 of 360 ~ 34.44%
G 83 of 360 ~ 23.06%
B 153 of 360 ~ 42.5%

%34.44
%23.06
%42.5

CMYK color model

#7C5399 color CMYK value is (19,46,0,40).

  • cyan value is 18.95%
  • magenta value is 45.75%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(19,46,0,40)
C19M46Y0K40 
(19%,46%,0%,40%)
(0.19/0.46/0.00/0.40)	

CMYK percentages

%18.95
%45.75
%0
%40

Codes

Color #7C5399 in popluar color models

7C5399
RGB12483153
HSL275°29.66%46.27%
HSB/HSV275°45.75%60.00%
CMYK18.95%45.75%0.00%
40.00%

Color #7C5399 in popluar number systems.

HEX7C5399
Decimal12483153
Binary1111100101001110011001
Octal174123231

Shades and tints

Shades of #7C5399

#7C5399
(124,83,153)
#714C8C
(113,76,140)
#66457F
(102,69,127)
#5B3E72
(91,62,114)
#503765
(80,55,101)
#453058
(69,48,88)
#3A294B
(58,41,75)
#2F223E
(47,34,62)
#241B31
(36,27,49)
#191424
(25,20,36)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #7C5399

#7C5399
(124,83,153)
#8762A2
(135,98,162)
#9271AB
(146,113,171)
#9D80B4
(157,128,180)
#A88FBD
(168,143,189)
#B39EC6
(179,158,198)
#BEADCF
(190,173,207)
#C9BCD8
(201,188,216)
#D4CBE1
(212,203,225)
#DFDAEA
(223,218,234)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5399 color. Also use rgb(124,83,153) instead hex code.

Text Font Color

.myTextColor { color: #7C5399; }

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

This text font color is #7C5399.


Background Color

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

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

This div background color is #7C5399.


Border color

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

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

This div border color is #7C5399.


Opacity

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

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

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

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

This text has shadow with #7C5399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5399 on black background.


Color preview on white background

This text has color #7C5399 on white background.



Black color preview on #7C5399 background

This text has black color on #7C5399 background.


White color preview on #7C5399 background

This text has white color on #7C5399 background.