COLOR #71568F

HEX: #71568F RGB: (113,86,143)

Color info

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

RGB color model

#71568F color RGB value is (113,86,143).

RGB: (113,86,143) (44%, 34%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 143 of 255 = 56%

113
86
143

R + G + B ~ 45%. #71568F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 86 + 143 = 342 (100%)
R 113 of 342 ~ 33.04%
G 86 of 342 ~ 25.15%
B 143 of 342 ~ 41.81'%

%33.04
%25.15
%41.81

CMYK color model

#71568F color CMYK value is (21,40,0,44).

  • cyan value is 20.98%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (21,40,0,44)
C21M40Y0K44 (21%, 40%, 0%, 44%)
(0.21 / 0.40 / 0.00 / 0.44)

CMYK percentages

%20.98
%39.86
%0
%43.92

Codes

Color #71568F in popluar color models

71 56 8F
RGB 113 86 143
HSL 268° 24.89% 44.90%
HSB/HSV 268° 39.86% 56.08%
CMYK 20.98% 39.86% 0.00%
43.92%

Color #71568F in popluar number systems.

HEX 71 56 8F
Decimal 113 86 143
Binary 1110001 1010110 10001111
Octal 161 126 217

Shades and tints

Shades of #71568F

#71568F
(113,86,143)
#674F82
(103,79,130)
#5D4875
(93,72,117)
#534168
(83,65,104)
#493A5B
(73,58,91)
#3F334E
(63,51,78)
#352C41
(53,44,65)
#2B2534
(43,37,52)
#211E27
(33,30,39)
#17171A
(23,23,26)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #71568F

#71568F
(113,86,143)
#7D6599
(125,101,153)
#8974A3
(137,116,163)
#9583AD
(149,131,173)
#A192B7
(161,146,183)
#ADA1C1
(173,161,193)
#B9B0CB
(185,176,203)
#C5BFD5
(197,191,213)
#D1CEDF
(209,206,223)
#DDDDE9
(221,221,233)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71568F color. Also use rgb(113,86,143) instead hex code.

Text Font Color

.myTextColor { color: #71568F; }

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

This text font color is #71568F.

Background Color

.myBgColor { background-color: #71568F; }

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

This div background color is #71568F.

Border color

.myBorderColor { border: 1px solid #71568F; }

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

This div border color is #71568F.

Opacity

.myOpacity80 { color: #71568F; opacity: 0.8; }

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

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

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

This text has shadow with #71568F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71568F.

Preview

Color preview on black background

This text has color #71568F on black background.


Color preview on white background

This text has color #71568F on white background.


Black color preview on #71568F background

This text has black color on #71568F background.


White color preview on #71568F background

This text has white color on #71568F background.


Related colors

Complementary color

Complementary color for #hex is #8EA970.


I love getcolorcode.com

Triadic colors

1 #8F7156 and #568F71 with #71568F are triadic colors.

2 #8F5671 and #56718F with #71568F are triadic colors.