COLOR #715A93

HEX: #715A93 RGB: (113,90,147)

Color info

#715A93 contains red, green and blue colors in about the same proportion. Web safe color of #715A93 is #666699 (or #669).

RGB color model

#715A93 color RGB value is (113,90,147).

RGB: (113,90,147) (44%, 35%, 58%)

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 147 of 255 = 58%

113
90
147

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

Portions of RGB colors in percentages

R + G + B = 113 + 90 + 147 = 350 (100%)
R 113 of 350 ~ 32.29%
G 90 of 350 ~ 25.71%
B 147 of 350 ~ 42'%

%32.29
%25.71
%42

CMYK color model

#715A93 color CMYK value is (23,39,0,42).

  • cyan value is 23.13%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (23,39,0,42)
C23M39Y0K42 (23%, 39%, 0%, 42%)
(0.23 / 0.39 / 0.00 / 0.42)

CMYK percentages

%23.13
%38.78
%0
%42.35

Codes

Color #715A93 in popluar color models

71 5A 93
RGB 113 90 147
HSL 264° 24.05% 46.47%
HSB/HSV 264° 38.78% 57.65%
CMYK 23.13% 38.78% 0.00%
42.35%

Color #715A93 in popluar number systems.

HEX 71 5A 93
Decimal 113 90 147
Binary 1110001 1011010 10010011
Octal 161 132 223

Shades and tints

Shades of #715A93

#715A93
(113,90,147)
#675286
(103,82,134)
#5D4A79
(93,74,121)
#53426C
(83,66,108)
#493A5F
(73,58,95)
#3F3252
(63,50,82)
#352A45
(53,42,69)
#2B2238
(43,34,56)
#211A2B
(33,26,43)
#17121E
(23,18,30)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #715A93

#715A93
(113,90,147)
#7D699C
(125,105,156)
#8978A5
(137,120,165)
#9587AE
(149,135,174)
#A196B7
(161,150,183)
#ADA5C0
(173,165,192)
#B9B4C9
(185,180,201)
#C5C3D2
(197,195,210)
#D1D2DB
(209,210,219)
#DDE1E4
(221,225,228)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715A93 color. Also use rgb(113,90,147) instead hex code.

Text Font Color

.myTextColor { color: #715A93; }

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

This text font color is #715A93.

Background Color

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

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

This div background color is #715A93.

Border color

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

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

This div border color is #715A93.

Opacity

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

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

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

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

This text has shadow with #715A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715A93.

Preview

Color preview on black background

This text has color #715A93 on black background.


Color preview on white background

This text has color #715A93 on white background.


Black color preview on #715A93 background

This text has black color on #715A93 background.


White color preview on #715A93 background

This text has white color on #715A93 background.


Related colors

Complementary color

Complementary color for #hex is #8EA56C.


I love getcolorcode.com

Triadic colors

1 #93715A and #5A9371 with #715A93 are triadic colors.

2 #935A71 and #5A7193 with #715A93 are triadic colors.