COLOR #713B81

HEX: #713B81 RGB: (113,59,129)

Color info

#713B81 contains mainly red and blue colors. Web safe color of #713B81 is #663399 (or #639).

RGB color model

#713B81 color RGB value is (113,59,129).

RGB: (113,59,129) (44%, 23%, 51%)

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 129 of 255 = 51%

113
59
129

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

Portions of RGB colors in percentages

R + G + B = 113 + 59 + 129 = 301 (100%)
R 113 of 301 ~ 37.54%
G 59 of 301 ~ 19.6%
B 129 of 301 ~ 42.86'%

%37.54
%19.6
%42.86

CMYK color model

#713B81 color CMYK value is (12,54,0,49).

  • cyan value is 12.40%
  • magenta value is 54.26%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (12,54,0,49)
C12M54Y0K49 (12%, 54%, 0%, 49%)
(0.12 / 0.54 / 0.00 / 0.49)

CMYK percentages

%12.4
%54.26
%0
%49.41

Codes

Color #713B81 in popluar color models

71 3B 81
RGB 113 59 129
HSL 286° 37.23% 36.86%
HSB/HSV 286° 54.26% 50.59%
CMYK 12.40% 54.26% 0.00%
49.41%

Color #713B81 in popluar number systems.

HEX 71 3B 81
Decimal 113 59 129
Binary 1110001 111011 10000001
Octal 161 73 201

Shades and tints

Shades of #713B81

#713B81
(113,59,129)
#673676
(103,54,118)
#5D316B
(93,49,107)
#532C60
(83,44,96)
#492755
(73,39,85)
#3F224A
(63,34,74)
#351D3F
(53,29,63)
#2B1834
(43,24,52)
#211329
(33,19,41)
#170E1E
(23,14,30)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #713B81

#713B81
(113,59,129)
#7D4C8C
(125,76,140)
#895D97
(137,93,151)
#956EA2
(149,110,162)
#A17FAD
(161,127,173)
#AD90B8
(173,144,184)
#B9A1C3
(185,161,195)
#C5B2CE
(197,178,206)
#D1C3D9
(209,195,217)
#DDD4E4
(221,212,228)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B81 color. Also use rgb(113,59,129) instead hex code.

Text Font Color

.myTextColor { color: #713B81; }

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

This text font color is #713B81.

Background Color

.myBgColor { background-color: #713B81; }

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

This div background color is #713B81.

Border color

.myBorderColor { border: 1px solid #713B81; }

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

This div border color is #713B81.

Opacity

.myOpacity80 { color: #713B81; opacity: 0.8; }

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

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

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

This text has shadow with #713B81 color.


.textShadow {text-shadow: 3px 3px 1px #713B81', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #713B81; -webkit-box-shadow: 1px 1px 3px 2px #713B81; box-shadow:1px 1px 3px 2px #713B81;">
Div content here
</div>

This div box has shadow with color #713B81.

Preview

Color preview on black background

This text has color #713B81 on black background.


Color preview on white background

This text has color #713B81 on white background.


Black color preview on #713B81 background

This text has black color on #713B81 background.


White color preview on #713B81 background

This text has white color on #713B81 background.


Related colors

Complementary color

Complementary color for #hex is #8EC47E.


I love getcolorcode.com

Triadic colors

1 #81713B and #3B8171 with #713B81 are triadic colors.

2 #813B71 and #3B7181 with #713B81 are triadic colors.