COLOR #713171

HEX: #713171
RGB: (113,49,113)

Color info

#713171 contains mainly red and blue colors. Web safe color of #713171 is #663366 (or #636).

RGB color model

#713171 color RGB value is (113,49,113).

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

RGB channels and saturation

R 113 of 255 = 44%
G 49 of 255 = 19%
B 113 of 255 = 44%

113
49
113

R + G + B ~ 36%. #713171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 49 + 113 = 275 (100%)
R 113 of 275 ~ 41.09%
G 49 of 275 ~ 17.82%
B 113 of 275 ~ 41.09%

%41.09
%17.82
%41.09

CMYK color model

#713171 color CMYK value is (0,57,0,56).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(0,57,0,56)
C0M57Y0K56 
(0%,57%,0%,56%)
(0.00/0.57/0.00/0.56)	

CMYK percentages

%0
%56.64
%0
%55.69

Codes

Color #713171 in popluar color models

713171
RGB11349113
HSL300°39.51%31.76%
HSB/HSV300°56.64%44.31%
CMYK0.00%56.64%0.00%
55.69%

Color #713171 in popluar number systems.

HEX713171
Decimal11349113
Binary11100011100011110001
Octal16161161

Shades and tints

Shades of #713171

#713171
(113,49,113)
#672D67
(103,45,103)
#5D295D
(93,41,93)
#532553
(83,37,83)
#492149
(73,33,73)
#3F1D3F
(63,29,63)
#351935
(53,25,53)
#2B152B
(43,21,43)
#211121
(33,17,33)
#170D17
(23,13,23)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #713171

#713171
(113,49,113)
#7D437D
(125,67,125)
#895589
(137,85,137)
#956795
(149,103,149)
#A179A1
(161,121,161)
#AD8BAD
(173,139,173)
#B99DB9
(185,157,185)
#C5AFC5
(197,175,197)
#D1C1D1
(209,193,209)
#DDD3DD
(221,211,221)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713171; }

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

This text font color is #713171.


Background Color

.myBgColor { background-color: #713171; }

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

This div background color is #713171.


Border color

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

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

This div border color is #713171.


Opacity

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

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

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

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

This text has shadow with #713171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713171 on black background.


Color preview on white background

This text has color #713171 on white background.



Black color preview on #713171 background

This text has black color on #713171 background.


White color preview on #713171 background

This text has white color on #713171 background.