COLOR #7D73AC

HEX: #7D73AC
RGB: (125,115,172)

Color info

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

RGB color model

#7D73AC color RGB value is (125,115,172).

  • red value is 125;
  • green value is 115;
  • blue value is 172.
RGB: (125,115,172) (49%,45%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 172 of 255 = 67%

125
115
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 172 = 412 (100%)
R 125 of 412 ~ 30.34%
G 115 of 412 ~ 27.91%
B 172 of 412 ~ 41.75%

%30.34
%27.91
%41.75

CMYK color model

#7D73AC color CMYK value is (27,33,0,33).

  • cyan value is 27.33%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (27,33,0,33) C27M33Y0K33 (27%,33%,0%,33%) (0.27/0.33/0.00/0.33)

CMYK percentages

%27.33
%33.14
%0
%32.55

Codes

Color #7D73AC in popluar color models

7D73AC
RGB125115172
HSL251°25.56%56.27%
HSB/HSV251°33.14%67.45%
CMYK27.33%33.14%0.00%
32.55%

Color #7D73AC in popluar number systems.

HEX7D73AC
Decimal125115172
Binary1111101111001110101100
Octal175163254

Shades and tints

Shades of #7D73AC

#7D73AC
(125,115,172)
#72699D
(114,105,157)
#675F8E
(103,95,142)
#5C557F
(92,85,127)
#514B70
(81,75,112)
#464161
(70,65,97)
#3B3752
(59,55,82)
#302D43
(48,45,67)
#252334
(37,35,52)
#1A1925
(26,25,37)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7D73AC

#7D73AC
(125,115,172)
#887FB3
(136,127,179)
#938BBA
(147,139,186)
#9E97C1
(158,151,193)
#A9A3C8
(169,163,200)
#B4AFCF
(180,175,207)
#BFBBD6
(191,187,214)
#CAC7DD
(202,199,221)
#D5D3E4
(213,211,228)
#E0DFEB
(224,223,235)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D73AC color. Also use rgb(125,115,172) instead hex code.

Text Font Color

.myTextColor { color: #7D73AC; }

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

This text font color is #7D73AC.


Background Color

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

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

This div background color is #7D73AC.


Border color

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

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

This div border color is #7D73AC.


Opacity

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

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

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

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

This text has shadow with #7D73AC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D73AC on black background.


Color preview on white background

This text has color #7D73AC on white background.



Black color preview on #7D73AC background

This text has black color on #7D73AC background.


White color preview on #7D73AC background

This text has white color on #7D73AC background.