COLOR #71539F

HEX: #71539F
RGB: (113,83,159)

Color info

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

RGB color model

#71539F color RGB value is (113,83,159).

  • red value is 113;
  • green value is 83;
  • blue value is 159.
RGB:
(113,83,159)
(44%,33%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 159 of 255 = 62%

113
83
159

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

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 159 = 355 (100%)
R 113 of 355 ~ 31.83%
G 83 of 355 ~ 23.38%
B 159 of 355 ~ 44.79%

%31.83
%23.38
%44.79

CMYK color model

#71539F color CMYK value is (29,48,0,38).

  • cyan value is 28.93%
  • magenta value is 47.80%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(29,48,0,38)
C29M48Y0K38 
(29%,48%,0%,38%)
(0.29/0.48/0.00/0.38)	

CMYK percentages

%28.93
%47.8
%0
%37.65

Codes

Color #71539F in popluar color models

71539F
RGB11383159
HSL264°31.40%47.45%
HSB/HSV264°47.80%62.35%
CMYK28.93%47.80%0.00%
37.65%

Color #71539F in popluar number systems.

HEX71539F
Decimal11383159
Binary1110001101001110011111
Octal161123237

Shades and tints

Shades of #71539F

#71539F
(113,83,159)
#674C91
(103,76,145)
#5D4583
(93,69,131)
#533E75
(83,62,117)
#493767
(73,55,103)
#3F3059
(63,48,89)
#35294B
(53,41,75)
#2B223D
(43,34,61)
#211B2F
(33,27,47)
#171421
(23,20,33)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #71539F

#71539F
(113,83,159)
#7D62A7
(125,98,167)
#8971AF
(137,113,175)
#9580B7
(149,128,183)
#A18FBF
(161,143,191)
#AD9EC7
(173,158,199)
#B9ADCF
(185,173,207)
#C5BCD7
(197,188,215)
#D1CBDF
(209,203,223)
#DDDAE7
(221,218,231)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71539F color. Also use rgb(113,83,159) instead hex code.

Text Font Color

.myTextColor { color: #71539F; }

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

This text font color is #71539F.


Background Color

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

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

This div background color is #71539F.


Border color

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

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

This div border color is #71539F.


Opacity

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

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

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

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

This text has shadow with #71539F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71539F on black background.


Color preview on white background

This text has color #71539F on white background.



Black color preview on #71539F background

This text has black color on #71539F background.


White color preview on #71539F background

This text has white color on #71539F background.