COLOR #715182

HEX: #715182
RGB: (113,81,130)

Color info

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

RGB color model

#715182 color RGB value is (113,81,130).

  • red value is 113;
  • green value is 81;
  • blue value is 130.
RGB:
(113,81,130)
(44%,32%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 130 of 255 = 51%

113
81
130

R + G + B ~ 42%. #715182 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 130 = 324 (100%)
R 113 of 324 ~ 34.88%
G 81 of 324 ~ 25%
B 130 of 324 ~ 40.12%

%34.88
%25
%40.12

CMYK color model

#715182 color CMYK value is (13,38,0,49).

  • cyan value is 13.08%
  • magenta value is 37.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(13,38,0,49)
C13M38Y0K49 
(13%,38%,0%,49%)
(0.13/0.38/0.00/0.49)	

CMYK percentages

%13.08
%37.69
%0
%49.02

Codes

Color #715182 in popluar color models

715182
RGB11381130
HSL279°23.22%41.37%
HSB/HSV279°37.69%50.98%
CMYK13.08%37.69%0.00%
49.02%

Color #715182 in popluar number systems.

HEX715182
Decimal11381130
Binary1110001101000110000010
Octal161121202

Shades and tints

Shades of #715182

#715182
(113,81,130)
#674A77
(103,74,119)
#5D436C
(93,67,108)
#533C61
(83,60,97)
#493556
(73,53,86)
#3F2E4B
(63,46,75)
#352740
(53,39,64)
#2B2035
(43,32,53)
#21192A
(33,25,42)
#17121F
(23,18,31)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #715182

#715182
(113,81,130)
#7D608D
(125,96,141)
#896F98
(137,111,152)
#957EA3
(149,126,163)
#A18DAE
(161,141,174)
#AD9CB9
(173,156,185)
#B9ABC4
(185,171,196)
#C5BACF
(197,186,207)
#D1C9DA
(209,201,218)
#DDD8E5
(221,216,229)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715182 color. Also use rgb(113,81,130) instead hex code.

Text Font Color

.myTextColor { color: #715182; }

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

This text font color is #715182.


Background Color

.myBgColor { background-color: #715182; }

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

This div background color is #715182.


Border color

.myBorderColor { border: 1px solid #715182; }

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

This div border color is #715182.


Opacity

.myOpacity80 { color: #715182; opacity: 0.8; }

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

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

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

This text has shadow with #715182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715182 on black background.


Color preview on white background

This text has color #715182 on white background.



Black color preview on #715182 background

This text has black color on #715182 background.


White color preview on #715182 background

This text has white color on #715182 background.