COLOR #714771

HEX: #714771
RGB: (113,71,113)

Color info

#714771 contains red, green and blue colors in about the same proportion. Web safe color of #714771 is #663366 (or #636).

RGB color model

#714771 color RGB value is (113,71,113).

  • red value is 113;
  • green value is 71;
  • blue value is 113.
RGB:
(113,71,113)
(44%,28%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 71 of 255 = 28%
B 113 of 255 = 44%

113
71
113

R + G + B ~ 39%. #714771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 71 + 113 = 297 (100%)
R 113 of 297 ~ 38.05%
G 71 of 297 ~ 23.91%
B 113 of 297 ~ 38.05%

%38.05
%23.91
%38.05

CMYK color model

#714771 color CMYK value is (0,37,0,56).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(0,37,0,56)
C0M37Y0K56 
(0%,37%,0%,56%)
(0.00/0.37/0.00/0.56)	

CMYK percentages

%0
%37.17
%0
%55.69

Codes

Color #714771 in popluar color models

714771
RGB11371113
HSL300°22.83%36.08%
HSB/HSV300°37.17%44.31%
CMYK0.00%37.17%0.00%
55.69%

Color #714771 in popluar number systems.

HEX714771
Decimal11371113
Binary111000110001111110001
Octal161107161

Shades and tints

Shades of #714771

#714771
(113,71,113)
#674167
(103,65,103)
#5D3B5D
(93,59,93)
#533553
(83,53,83)
#492F49
(73,47,73)
#3F293F
(63,41,63)
#352335
(53,35,53)
#2B1D2B
(43,29,43)
#211721
(33,23,33)
#171117
(23,17,23)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #714771

#714771
(113,71,113)
#7D577D
(125,87,125)
#896789
(137,103,137)
#957795
(149,119,149)
#A187A1
(161,135,161)
#AD97AD
(173,151,173)
#B9A7B9
(185,167,185)
#C5B7C5
(197,183,197)
#D1C7D1
(209,199,209)
#DDD7DD
(221,215,221)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714771 color. Also use rgb(113,71,113) instead hex code.

Text Font Color

.myTextColor { color: #714771; }

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

This text font color is #714771.


Background Color

.myBgColor { background-color: #714771; }

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

This div background color is #714771.


Border color

.myBorderColor { border: 1px solid #714771; }

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

This div border color is #714771.


Opacity

.myOpacity80 { color: #714771; opacity: 0.8; }

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

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

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

This text has shadow with #714771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714771 on black background.


Color preview on white background

This text has color #714771 on white background.



Black color preview on #714771 background

This text has black color on #714771 background.


White color preview on #714771 background

This text has white color on #714771 background.