COLOR #715178

HEX: #715178
RGB: (113,81,120)

Color info

#715178 contains red, green and blue colors in about the same proportion. Web safe color of #715178 is #666666 (or #666).

RGB color model

#715178 color RGB value is (113,81,120).

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

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 120 of 255 = 47%

113
81
120

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 120 = 314 (100%)
R 113 of 314 ~ 35.99%
G 81 of 314 ~ 25.8%
B 120 of 314 ~ 38.22%

%35.99
%25.8
%38.22

CMYK color model

#715178 color CMYK value is (6,33,0,53).

  • cyan value is 5.83%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(6,33,0,53)
C6M33Y0K53 
(6%,33%,0%,53%)
(0.06/0.33/0.00/0.53)	

CMYK percentages

%5.83
%32.5
%0
%52.94

Codes

Color #715178 in popluar color models

715178
RGB11381120
HSL289°19.40%39.41%
HSB/HSV289°32.50%47.06%
CMYK5.83%32.50%0.00%
52.94%

Color #715178 in popluar number systems.

HEX715178
Decimal11381120
Binary111000110100011111000
Octal161121170

Shades and tints

Shades of #715178

#715178
(113,81,120)
#674A6E
(103,74,110)
#5D4364
(93,67,100)
#533C5A
(83,60,90)
#493550
(73,53,80)
#3F2E46
(63,46,70)
#35273C
(53,39,60)
#2B2032
(43,32,50)
#211928
(33,25,40)
#17121E
(23,18,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #715178

#715178
(113,81,120)
#7D6084
(125,96,132)
#896F90
(137,111,144)
#957E9C
(149,126,156)
#A18DA8
(161,141,168)
#AD9CB4
(173,156,180)
#B9ABC0
(185,171,192)
#C5BACC
(197,186,204)
#D1C9D8
(209,201,216)
#DDD8E4
(221,216,228)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715178; }

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

This text font color is #715178.


Background Color

.myBgColor { background-color: #715178; }

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

This div background color is #715178.


Border color

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

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

This div border color is #715178.


Opacity

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

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

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

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

This text has shadow with #715178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715178 on black background.


Color preview on white background

This text has color #715178 on white background.



Black color preview on #715178 background

This text has black color on #715178 background.


White color preview on #715178 background

This text has white color on #715178 background.