COLOR #715BAC

HEX: #715BAC
RGB: (113,91,172)

Color info

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

RGB color model

#715BAC color RGB value is (113,91,172).

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

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 172 of 255 = 67%

113
91
172

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 172 = 376 (100%)
R 113 of 376 ~ 30.05%
G 91 of 376 ~ 24.2%
B 172 of 376 ~ 45.74%

%30.05
%24.2
%45.74

CMYK color model

#715BAC color CMYK value is (34,47,0,33).

  • cyan value is 34.30%
  • magenta value is 47.09%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(34,47,0,33)
C34M47Y0K33 
(34%,47%,0%,33%)
(0.34/0.47/0.00/0.33)	

CMYK percentages

%34.3
%47.09
%0
%32.55

Codes

Color #715BAC in popluar color models

715BAC
RGB11391172
HSL256°32.79%51.57%
HSB/HSV256°47.09%67.45%
CMYK34.30%47.09%0.00%
32.55%

Color #715BAC in popluar number systems.

HEX715BAC
Decimal11391172
Binary1110001101101110101100
Octal161133254

Shades and tints

Shades of #715BAC

#715BAC
(113,91,172)
#67539D
(103,83,157)
#5D4B8E
(93,75,142)
#53437F
(83,67,127)
#493B70
(73,59,112)
#3F3361
(63,51,97)
#352B52
(53,43,82)
#2B2343
(43,35,67)
#211B34
(33,27,52)
#171325
(23,19,37)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #715BAC

#715BAC
(113,91,172)
#7D69B3
(125,105,179)
#8977BA
(137,119,186)
#9585C1
(149,133,193)
#A193C8
(161,147,200)
#ADA1CF
(173,161,207)
#B9AFD6
(185,175,214)
#C5BDDD
(197,189,221)
#D1CBE4
(209,203,228)
#DDD9EB
(221,217,235)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715BAC color. Also use rgb(113,91,172) instead hex code.

Text Font Color

.myTextColor { color: #715BAC; }

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

This text font color is #715BAC.


Background Color

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

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

This div background color is #715BAC.


Border color

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

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

This div border color is #715BAC.


Opacity

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

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

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

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

This text has shadow with #715BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715BAC on black background.


Color preview on white background

This text has color #715BAC on white background.



Black color preview on #715BAC background

This text has black color on #715BAC background.


White color preview on #715BAC background

This text has white color on #715BAC background.