COLOR #705790

HEX: #705790
RGB: (112,87,144)

Color info

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

RGB color model

#705790 color RGB value is (112,87,144).

  • red value is 112;
  • green value is 87;
  • blue value is 144.
RGB:
(112,87,144)
(44%,34%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 87 of 255 = 34%
B 144 of 255 = 56%

112
87
144

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

Portions of RGB colors in percentages

R + G + B =
112 + 87 + 144 = 343 (100%)
R 112 of 343 ~ 32.65%
G 87 of 343 ~ 25.36%
B 144 of 343 ~ 41.98%

%32.65
%25.36
%41.98

CMYK color model

#705790 color CMYK value is (22,40,0,44).

  • cyan value is 22.22%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,40,0,44)
C22M40Y0K44 
(22%,40%,0%,44%)
(0.22/0.40/0.00/0.44)	

CMYK percentages

%22.22
%39.58
%0
%43.53

Codes

Color #705790 in popluar color models

705790
RGB11287144
HSL266°24.68%45.29%
HSB/HSV266°39.58%56.47%
CMYK22.22%39.58%0.00%
43.53%

Color #705790 in popluar number systems.

HEX705790
Decimal11287144
Binary1110000101011110010000
Octal160127220

Shades and tints

Shades of #705790

#705790
(112,87,144)
#665083
(102,80,131)
#5C4976
(92,73,118)
#524269
(82,66,105)
#483B5C
(72,59,92)
#3E344F
(62,52,79)
#342D42
(52,45,66)
#2A2635
(42,38,53)
#201F28
(32,31,40)
#16181B
(22,24,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #705790

#705790
(112,87,144)
#7D669A
(125,102,154)
#8A75A4
(138,117,164)
#9784AE
(151,132,174)
#A493B8
(164,147,184)
#B1A2C2
(177,162,194)
#BEB1CC
(190,177,204)
#CBC0D6
(203,192,214)
#D8CFE0
(216,207,224)
#E5DEEA
(229,222,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705790 color. Also use rgb(112,87,144) instead hex code.

Text Font Color

.myTextColor { color: #705790; }

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

This text font color is #705790.


Background Color

.myBgColor { background-color: #705790; }

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

This div background color is #705790.


Border color

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

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

This div border color is #705790.


Opacity

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

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

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

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

This text has shadow with #705790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705790 on black background.


Color preview on white background

This text has color #705790 on white background.



Black color preview on #705790 background

This text has black color on #705790 background.


White color preview on #705790 background

This text has white color on #705790 background.