COLOR #715DA4

HEX: #715DA4
RGB: (113,93,164)

Color info

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

RGB color model

#715DA4 color RGB value is (113,93,164).

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

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 164 of 255 = 64%

113
93
164

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

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 164 = 370 (100%)
R 113 of 370 ~ 30.54%
G 93 of 370 ~ 25.14%
B 164 of 370 ~ 44.32%

%30.54
%25.14
%44.32

CMYK color model

#715DA4 color CMYK value is (31,43,0,36).

  • cyan value is 31.10%
  • magenta value is 43.29%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(31,43,0,36)
C31M43Y0K36 
(31%,43%,0%,36%)
(0.31/0.43/0.00/0.36)	

CMYK percentages

%31.1
%43.29
%0
%35.69

Codes

Color #715DA4 in popluar color models

715DA4
RGB11393164
HSL257°28.06%50.39%
HSB/HSV257°43.29%64.31%
CMYK31.10%43.29%0.00%
35.69%

Color #715DA4 in popluar number systems.

HEX715DA4
Decimal11393164
Binary1110001101110110100100
Octal161135244

Shades and tints

Shades of #715DA4

#715DA4
(113,93,164)
#675596
(103,85,150)
#5D4D88
(93,77,136)
#53457A
(83,69,122)
#493D6C
(73,61,108)
#3F355E
(63,53,94)
#352D50
(53,45,80)
#2B2542
(43,37,66)
#211D34
(33,29,52)
#171526
(23,21,38)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #715DA4

#715DA4
(113,93,164)
#7D6BAC
(125,107,172)
#8979B4
(137,121,180)
#9587BC
(149,135,188)
#A195C4
(161,149,196)
#ADA3CC
(173,163,204)
#B9B1D4
(185,177,212)
#C5BFDC
(197,191,220)
#D1CDE4
(209,205,228)
#DDDBEC
(221,219,236)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715DA4; }

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

This text font color is #715DA4.


Background Color

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

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

This div background color is #715DA4.


Border color

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

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

This div border color is #715DA4.


Opacity

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

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

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

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

This text has shadow with #715DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715DA4 on black background.


Color preview on white background

This text has color #715DA4 on white background.



Black color preview on #715DA4 background

This text has black color on #715DA4 background.


White color preview on #715DA4 background

This text has white color on #715DA4 background.