COLOR #715DAA

HEX: #715DAA
RGB: (113,93,170)

Color info

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

RGB color model

#715DAA color RGB value is (113,93,170).

  • red value is 113;
  • green value is 93;
  • blue value is 170.
RGB:
(113,93,170)
(44%,36%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 170 of 255 = 67%

113
93
170

R + G + B ~ 49%. #715DAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 170 = 376 (100%)
R 113 of 376 ~ 30.05%
G 93 of 376 ~ 24.73%
B 170 of 376 ~ 45.21%

%30.05
%24.73
%45.21

CMYK color model

#715DAA color CMYK value is (34,45,0,33).

  • cyan value is 33.53%
  • magenta value is 45.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,45,0,33)
C34M45Y0K33 
(34%,45%,0%,33%)
(0.34/0.45/0.00/0.33)	

CMYK percentages

%33.53
%45.29
%0
%33.33

Codes

Color #715DAA in popluar color models

715DAA
RGB11393170
HSL256°31.17%51.57%
HSB/HSV256°45.29%66.67%
CMYK33.53%45.29%0.00%
33.33%

Color #715DAA in popluar number systems.

HEX715DAA
Decimal11393170
Binary1110001101110110101010
Octal161135252

Shades and tints

Shades of #715DAA

#715DAA
(113,93,170)
#67559B
(103,85,155)
#5D4D8C
(93,77,140)
#53457D
(83,69,125)
#493D6E
(73,61,110)
#3F355F
(63,53,95)
#352D50
(53,45,80)
#2B2541
(43,37,65)
#211D32
(33,29,50)
#171523
(23,21,35)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #715DAA

#715DAA
(113,93,170)
#7D6BB1
(125,107,177)
#8979B8
(137,121,184)
#9587BF
(149,135,191)
#A195C6
(161,149,198)
#ADA3CD
(173,163,205)
#B9B1D4
(185,177,212)
#C5BFDB
(197,191,219)
#D1CDE2
(209,205,226)
#DDDBE9
(221,219,233)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715DAA color. Also use rgb(113,93,170) instead hex code.

Text Font Color

.myTextColor { color: #715DAA; }

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

This text font color is #715DAA.


Background Color

.myBgColor { background-color: #715DAA; }

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

This div background color is #715DAA.


Border color

.myBorderColor { border: 1px solid #715DAA; }

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

This div border color is #715DAA.


Opacity

.myOpacity80 { color: #715DAA; opacity: 0.8; }

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

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

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

This text has shadow with #715DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715DAA on black background.


Color preview on white background

This text has color #715DAA on white background.



Black color preview on #715DAA background

This text has black color on #715DAA background.


White color preview on #715DAA background

This text has white color on #715DAA background.