COLOR #7C73B4

HEX: #7C73B4
RGB: (124,115,180)

Color info

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

RGB color model

#7C73B4 color RGB value is (124,115,180).

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

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 180 of 255 = 71%

124
115
180

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 180 = 419 (100%)
R 124 of 419 ~ 29.59%
G 115 of 419 ~ 27.45%
B 180 of 419 ~ 42.96%

%29.59
%27.45
%42.96

CMYK color model

#7C73B4 color CMYK value is (31,36,0,29).

  • cyan value is 31.11%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(31,36,0,29)
C31M36Y0K29 
(31%,36%,0%,29%)
(0.31/0.36/0.00/0.29)	

CMYK percentages

%31.11
%36.11
%0
%29.41

Codes

Color #7C73B4 in popluar color models

7C73B4
RGB124115180
HSL248°30.23%57.84%
HSB/HSV248°36.11%70.59%
CMYK31.11%36.11%0.00%
29.41%

Color #7C73B4 in popluar number systems.

HEX7C73B4
Decimal124115180
Binary1111100111001110110100
Octal174163264

Shades and tints

Shades of #7C73B4

#7C73B4
(124,115,180)
#7169A4
(113,105,164)
#665F94
(102,95,148)
#5B5584
(91,85,132)
#504B74
(80,75,116)
#454164
(69,65,100)
#3A3754
(58,55,84)
#2F2D44
(47,45,68)
#242334
(36,35,52)
#191924
(25,25,36)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #7C73B4

#7C73B4
(124,115,180)
#877FBA
(135,127,186)
#928BC0
(146,139,192)
#9D97C6
(157,151,198)
#A8A3CC
(168,163,204)
#B3AFD2
(179,175,210)
#BEBBD8
(190,187,216)
#C9C7DE
(201,199,222)
#D4D3E4
(212,211,228)
#DFDFEA
(223,223,234)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C73B4; }

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

This text font color is #7C73B4.


Background Color

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

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

This div background color is #7C73B4.


Border color

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

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

This div border color is #7C73B4.


Opacity

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

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

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

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

This text has shadow with #7C73B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C73B4 on black background.


Color preview on white background

This text has color #7C73B4 on white background.



Black color preview on #7C73B4 background

This text has black color on #7C73B4 background.


White color preview on #7C73B4 background

This text has white color on #7C73B4 background.