COLOR #71569B

HEX: #71569B
RGB: (113,86,155)

Color info

#71569B contains mainly red and blue colors. Web safe color of #71569B is #666699 (or #669).

RGB color model

#71569B color RGB value is (113,86,155).

  • red value is 113;
  • green value is 86;
  • blue value is 155.
RGB:
(113,86,155)
(44%,34%,61%)

RGB channels and saturation

R 113 of 255 = 44%
G 86 of 255 = 34%
B 155 of 255 = 61%

113
86
155

R + G + B ~ 46%. #71569B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 86 + 155 = 354 (100%)
R 113 of 354 ~ 31.92%
G 86 of 354 ~ 24.29%
B 155 of 354 ~ 43.79%

%31.92
%24.29
%43.79

CMYK color model

#71569B color CMYK value is (27,45,0,39).

  • cyan value is 27.10%
  • magenta value is 44.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(27,45,0,39)
C27M45Y0K39 
(27%,45%,0%,39%)
(0.27/0.45/0.00/0.39)	

CMYK percentages

%27.1
%44.52
%0
%39.22

Codes

Color #71569B in popluar color models

71569B
RGB11386155
HSL263°28.63%47.25%
HSB/HSV263°44.52%60.78%
CMYK27.10%44.52%0.00%
39.22%

Color #71569B in popluar number systems.

HEX71569B
Decimal11386155
Binary1110001101011010011011
Octal161126233

Shades and tints

Shades of #71569B

#71569B
(113,86,155)
#674F8D
(103,79,141)
#5D487F
(93,72,127)
#534171
(83,65,113)
#493A63
(73,58,99)
#3F3355
(63,51,85)
#352C47
(53,44,71)
#2B2539
(43,37,57)
#211E2B
(33,30,43)
#17171D
(23,23,29)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #71569B

#71569B
(113,86,155)
#7D65A4
(125,101,164)
#8974AD
(137,116,173)
#9583B6
(149,131,182)
#A192BF
(161,146,191)
#ADA1C8
(173,161,200)
#B9B0D1
(185,176,209)
#C5BFDA
(197,191,218)
#D1CEE3
(209,206,227)
#DDDDEC
(221,221,236)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71569B color. Also use rgb(113,86,155) instead hex code.

Text Font Color

.myTextColor { color: #71569B; }

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

This text font color is #71569B.


Background Color

.myBgColor { background-color: #71569B; }

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

This div background color is #71569B.


Border color

.myBorderColor { border: 1px solid #71569B; }

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

This div border color is #71569B.


Opacity

.myOpacity80 { color: #71569B; opacity: 0.8; }

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

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

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

This text has shadow with #71569B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71569B on black background.


Color preview on white background

This text has color #71569B on white background.



Black color preview on #71569B background

This text has black color on #71569B background.


White color preview on #71569B background

This text has white color on #71569B background.