COLOR #7C53A8

HEX: #7C53A8
RGB: (124,83,168)

Color info

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

RGB color model

#7C53A8 color RGB value is (124,83,168).

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

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 168 of 255 = 66%

124
83
168

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

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 168 = 375 (100%)
R 124 of 375 ~ 33.07%
G 83 of 375 ~ 22.13%
B 168 of 375 ~ 44.8%

%33.07
%22.13
%44.8

CMYK color model

#7C53A8 color CMYK value is (26,51,0,34).

  • cyan value is 26.19%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(26,51,0,34)
C26M51Y0K34 
(26%,51%,0%,34%)
(0.26/0.51/0.00/0.34)	

CMYK percentages

%26.19
%50.6
%0
%34.12

Codes

Color #7C53A8 in popluar color models

7C53A8
RGB12483168
HSL269°33.86%49.22%
HSB/HSV269°50.60%65.88%
CMYK26.19%50.60%0.00%
34.12%

Color #7C53A8 in popluar number systems.

HEX7C53A8
Decimal12483168
Binary1111100101001110101000
Octal174123250

Shades and tints

Shades of #7C53A8

#7C53A8
(124,83,168)
#714C99
(113,76,153)
#66458A
(102,69,138)
#5B3E7B
(91,62,123)
#50376C
(80,55,108)
#45305D
(69,48,93)
#3A294E
(58,41,78)
#2F223F
(47,34,63)
#241B30
(36,27,48)
#191421
(25,20,33)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #7C53A8

#7C53A8
(124,83,168)
#8762AF
(135,98,175)
#9271B6
(146,113,182)
#9D80BD
(157,128,189)
#A88FC4
(168,143,196)
#B39ECB
(179,158,203)
#BEADD2
(190,173,210)
#C9BCD9
(201,188,217)
#D4CBE0
(212,203,224)
#DFDAE7
(223,218,231)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C53A8; }

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

This text font color is #7C53A8.


Background Color

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

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

This div background color is #7C53A8.


Border color

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

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

This div border color is #7C53A8.


Opacity

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

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

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

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

This text has shadow with #7C53A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C53A8 on black background.


Color preview on white background

This text has color #7C53A8 on white background.



Black color preview on #7C53A8 background

This text has black color on #7C53A8 background.


White color preview on #7C53A8 background

This text has white color on #7C53A8 background.