COLOR #7D71A3

HEX: #7D71A3
RGB: (125,113,163)

Color info

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

RGB color model

#7D71A3 color RGB value is (125,113,163).

  • red value is 125;
  • green value is 113;
  • blue value is 163.
RGB:
(125,113,163)
(49%,44%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 113 of 255 = 44%
B 163 of 255 = 64%

125
113
163

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

Portions of RGB colors in percentages

R + G + B =
125 + 113 + 163 = 401 (100%)
R 125 of 401 ~ 31.17%
G 113 of 401 ~ 28.18%
B 163 of 401 ~ 40.65%

%31.17
%28.18
%40.65

CMYK color model

#7D71A3 color CMYK value is (23,31,0,36).

  • cyan value is 23.31%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(23,31,0,36)
C23M31Y0K36 
(23%,31%,0%,36%)
(0.23/0.31/0.00/0.36)	

CMYK percentages

%23.31
%30.67
%0
%36.08

Codes

Color #7D71A3 in popluar color models

7D71A3
RGB125113163
HSL254°21.37%54.12%
HSB/HSV254°30.67%63.92%
CMYK23.31%30.67%0.00%
36.08%

Color #7D71A3 in popluar number systems.

HEX7D71A3
Decimal125113163
Binary1111101111000110100011
Octal175161243

Shades and tints

Shades of #7D71A3

#7D71A3
(125,113,163)
#726795
(114,103,149)
#675D87
(103,93,135)
#5C5379
(92,83,121)
#51496B
(81,73,107)
#463F5D
(70,63,93)
#3B354F
(59,53,79)
#302B41
(48,43,65)
#252133
(37,33,51)
#1A1725
(26,23,37)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #7D71A3

#7D71A3
(125,113,163)
#887DAB
(136,125,171)
#9389B3
(147,137,179)
#9E95BB
(158,149,187)
#A9A1C3
(169,161,195)
#B4ADCB
(180,173,203)
#BFB9D3
(191,185,211)
#CAC5DB
(202,197,219)
#D5D1E3
(213,209,227)
#E0DDEB
(224,221,235)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D71A3 color. Also use rgb(125,113,163) instead hex code.

Text Font Color

.myTextColor { color: #7D71A3; }

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

This text font color is #7D71A3.


Background Color

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

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

This div background color is #7D71A3.


Border color

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

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

This div border color is #7D71A3.


Opacity

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

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

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

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

This text has shadow with #7D71A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D71A3 on black background.


Color preview on white background

This text has color #7D71A3 on white background.



Black color preview on #7D71A3 background

This text has black color on #7D71A3 background.


White color preview on #7D71A3 background

This text has white color on #7D71A3 background.