COLOR #7C59B4

HEX: #7C59B4
RGB: (124,89,180)

Color info

#7C59B4 contains mainly red and blue colors. Web safe color of #7C59B4 is #6666CC (or #66C).

RGB color model

#7C59B4 color RGB value is (124,89,180).

  • red value is 124;
  • green value is 89;
  • blue value is 180.
RGB:
(124,89,180)
(49%,35%,71%)

RGB channels and saturation

R 124 of 255 = 49%
G 89 of 255 = 35%
B 180 of 255 = 71%

124
89
180

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

Portions of RGB colors in percentages

R + G + B =
124 + 89 + 180 = 393 (100%)
R 124 of 393 ~ 31.55%
G 89 of 393 ~ 22.65%
B 180 of 393 ~ 45.8%

%31.55
%22.65
%45.8

CMYK color model

#7C59B4 color CMYK value is (31,51,0,29).

  • cyan value is 31.11%
  • magenta value is 50.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(31,51,0,29)
C31M51Y0K29 
(31%,51%,0%,29%)
(0.31/0.51/0.00/0.29)	

CMYK percentages

%31.11
%50.56
%0
%29.41

Codes

Color #7C59B4 in popluar color models

7C59B4
RGB12489180
HSL263°37.76%52.75%
HSB/HSV263°50.56%70.59%
CMYK31.11%50.56%0.00%
29.41%

Color #7C59B4 in popluar number systems.

HEX7C59B4
Decimal12489180
Binary1111100101100110110100
Octal174131264

Shades and tints

Shades of #7C59B4

#7C59B4
(124,89,180)
#7151A4
(113,81,164)
#664994
(102,73,148)
#5B4184
(91,65,132)
#503974
(80,57,116)
#453164
(69,49,100)
#3A2954
(58,41,84)
#2F2144
(47,33,68)
#241934
(36,25,52)
#191124
(25,17,36)
#0E0914
(14,9,20)
#000000
(0,0,0)

Tints of #7C59B4

#7C59B4
(124,89,180)
#8768BA
(135,104,186)
#9277C0
(146,119,192)
#9D86C6
(157,134,198)
#A895CC
(168,149,204)
#B3A4D2
(179,164,210)
#BEB3D8
(190,179,216)
#C9C2DE
(201,194,222)
#D4D1E4
(212,209,228)
#DFE0EA
(223,224,234)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C59B4 color. Also use rgb(124,89,180) instead hex code.

Text Font Color

.myTextColor { color: #7C59B4; }

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

This text font color is #7C59B4.


Background Color

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

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

This div background color is #7C59B4.


Border color

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

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

This div border color is #7C59B4.


Opacity

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

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

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

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

This text has shadow with #7C59B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C59B4 on black background.


Color preview on white background

This text has color #7C59B4 on white background.



Black color preview on #7C59B4 background

This text has black color on #7C59B4 background.


White color preview on #7C59B4 background

This text has white color on #7C59B4 background.