COLOR #7D71CF

HEX: #7D71CF
RGB: (125,113,207)

Color info

#7D71CF contains mainly blue color. Web safe color of #7D71CF is #6666CC (or #66C).

RGB color model

#7D71CF color RGB value is (125,113,207).

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

RGB channels and saturation

R 125 of 255 = 49%
G 113 of 255 = 44%
B 207 of 255 = 81%

125
113
207

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

Portions of RGB colors in percentages

R + G + B =
125 + 113 + 207 = 445 (100%)
R 125 of 445 ~ 28.09%
G 113 of 445 ~ 25.39%
B 207 of 445 ~ 46.52%

%28.09
%25.39
%46.52

CMYK color model

#7D71CF color CMYK value is (40,45,0,19).

  • cyan value is 39.61%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(40,45,0,19)
C40M45Y0K19 
(40%,45%,0%,19%)
(0.40/0.45/0.00/0.19)	

CMYK percentages

%39.61
%45.41
%0
%18.82

Codes

Color #7D71CF in popluar color models

7D71CF
RGB125113207
HSL248°49.47%62.75%
HSB/HSV248°45.41%81.18%
CMYK39.61%45.41%0.00%
18.82%

Color #7D71CF in popluar number systems.

HEX7D71CF
Decimal125113207
Binary1111101111000111001111
Octal175161317

Shades and tints

Shades of #7D71CF

#7D71CF
(125,113,207)
#7267BD
(114,103,189)
#675DAB
(103,93,171)
#5C5399
(92,83,153)
#514987
(81,73,135)
#463F75
(70,63,117)
#3B3563
(59,53,99)
#302B51
(48,43,81)
#25213F
(37,33,63)
#1A172D
(26,23,45)
#0F0D1B
(15,13,27)
#000000
(0,0,0)

Tints of #7D71CF

#7D71CF
(125,113,207)
#887DD3
(136,125,211)
#9389D7
(147,137,215)
#9E95DB
(158,149,219)
#A9A1DF
(169,161,223)
#B4ADE3
(180,173,227)
#BFB9E7
(191,185,231)
#CAC5EB
(202,197,235)
#D5D1EF
(213,209,239)
#E0DDF3
(224,221,243)
#EBE9F7
(235,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D71CF; }

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

This text font color is #7D71CF.


Background Color

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

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

This div background color is #7D71CF.


Border color

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

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

This div border color is #7D71CF.


Opacity

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

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

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

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

This text has shadow with #7D71CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D71CF on black background.


Color preview on white background

This text has color #7D71CF on white background.



Black color preview on #7D71CF background

This text has black color on #7D71CF background.


White color preview on #7D71CF background

This text has white color on #7D71CF background.