COLOR #70518A

HEX: #70518A
RGB: (112,81,138)

Color info

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

RGB color model

#70518A color RGB value is (112,81,138).

  • red value is 112;
  • green value is 81;
  • blue value is 138.
RGB:
(112,81,138)
(44%,32%,54%)

RGB channels and saturation

R 112 of 255 = 44%
G 81 of 255 = 32%
B 138 of 255 = 54%

112
81
138

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

Portions of RGB colors in percentages

R + G + B =
112 + 81 + 138 = 331 (100%)
R 112 of 331 ~ 33.84%
G 81 of 331 ~ 24.47%
B 138 of 331 ~ 41.69%

%33.84
%24.47
%41.69

CMYK color model

#70518A color CMYK value is (19,41,0,46).

  • cyan value is 18.84%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(19,41,0,46)
C19M41Y0K46 
(19%,41%,0%,46%)
(0.19/0.41/0.00/0.46)	

CMYK percentages

%18.84
%41.3
%0
%45.88

Codes

Color #70518A in popluar color models

70518A
RGB11281138
HSL273°26.03%42.94%
HSB/HSV273°41.30%54.12%
CMYK18.84%41.30%0.00%
45.88%

Color #70518A in popluar number systems.

HEX70518A
Decimal11281138
Binary1110000101000110001010
Octal160121212

Shades and tints

Shades of #70518A

#70518A
(112,81,138)
#664A7E
(102,74,126)
#5C4372
(92,67,114)
#523C66
(82,60,102)
#48355A
(72,53,90)
#3E2E4E
(62,46,78)
#342742
(52,39,66)
#2A2036
(42,32,54)
#20192A
(32,25,42)
#16121E
(22,18,30)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #70518A

#70518A
(112,81,138)
#7D6094
(125,96,148)
#8A6F9E
(138,111,158)
#977EA8
(151,126,168)
#A48DB2
(164,141,178)
#B19CBC
(177,156,188)
#BEABC6
(190,171,198)
#CBBAD0
(203,186,208)
#D8C9DA
(216,201,218)
#E5D8E4
(229,216,228)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70518A color. Also use rgb(112,81,138) instead hex code.

Text Font Color

.myTextColor { color: #70518A; }

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

This text font color is #70518A.


Background Color

.myBgColor { background-color: #70518A; }

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

This div background color is #70518A.


Border color

.myBorderColor { border: 1px solid #70518A; }

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

This div border color is #70518A.


Opacity

.myOpacity80 { color: #70518A; opacity: 0.8; }

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

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

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

This text has shadow with #70518A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70518A on black background.


Color preview on white background

This text has color #70518A on white background.



Black color preview on #70518A background

This text has black color on #70518A background.


White color preview on #70518A background

This text has white color on #70518A background.