COLOR #715184

HEX: #715184
RGB: (113,81,132)

Color info

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

RGB color model

#715184 color RGB value is (113,81,132).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 132 of 255 = 52%

113
81
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 132 = 326 (100%)
R 113 of 326 ~ 34.66%
G 81 of 326 ~ 24.85%
B 132 of 326 ~ 40.49%

%34.66
%24.85
%40.49

CMYK color model

#715184 color CMYK value is (14,39,0,48).

  • cyan value is 14.39%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,39,0,48)
C14M39Y0K48 
(14%,39%,0%,48%)
(0.14/0.39/0.00/0.48)	

CMYK percentages

%14.39
%38.64
%0
%48.24

Codes

Color #715184 in popluar color models

715184
RGB11381132
HSL278°23.94%41.76%
HSB/HSV278°38.64%51.76%
CMYK14.39%38.64%0.00%
48.24%

Color #715184 in popluar number systems.

HEX715184
Decimal11381132
Binary1110001101000110000100
Octal161121204

Shades and tints

Shades of #715184

#715184
(113,81,132)
#674A78
(103,74,120)
#5D436C
(93,67,108)
#533C60
(83,60,96)
#493554
(73,53,84)
#3F2E48
(63,46,72)
#35273C
(53,39,60)
#2B2030
(43,32,48)
#211924
(33,25,36)
#171218
(23,18,24)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #715184

#715184
(113,81,132)
#7D608F
(125,96,143)
#896F9A
(137,111,154)
#957EA5
(149,126,165)
#A18DB0
(161,141,176)
#AD9CBB
(173,156,187)
#B9ABC6
(185,171,198)
#C5BAD1
(197,186,209)
#D1C9DC
(209,201,220)
#DDD8E7
(221,216,231)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715184; }

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

This text font color is #715184.


Background Color

.myBgColor { background-color: #715184; }

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

This div background color is #715184.


Border color

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

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

This div border color is #715184.


Opacity

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

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

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

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

This text has shadow with #715184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715184 on black background.


Color preview on white background

This text has color #715184 on white background.



Black color preview on #715184 background

This text has black color on #715184 background.


White color preview on #715184 background

This text has white color on #715184 background.