COLOR #705B9D

HEX: #705B9D
RGB: (112,91,157)

Color info

#705B9D contains mainly red and blue colors. Web safe color of #705B9D is #666699 (or #669).

RGB color model

#705B9D color RGB value is (112,91,157).

  • red value is 112;
  • green value is 91;
  • blue value is 157.
RGB:
(112,91,157)
(44%,36%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 157 of 255 = 62%

112
91
157

R + G + B ~ 47%. #705B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 157 = 360 (100%)
R 112 of 360 ~ 31.11%
G 91 of 360 ~ 25.28%
B 157 of 360 ~ 43.61%

%31.11
%25.28
%43.61

CMYK color model

#705B9D color CMYK value is (29,42,0,38).

  • cyan value is 28.66%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(29,42,0,38)
C29M42Y0K38 
(29%,42%,0%,38%)
(0.29/0.42/0.00/0.38)	

CMYK percentages

%28.66
%42.04
%0
%38.43

Codes

Color #705B9D in popluar color models

705B9D
RGB11291157
HSL259°26.61%48.63%
HSB/HSV259°42.04%61.57%
CMYK28.66%42.04%0.00%
38.43%

Color #705B9D in popluar number systems.

HEX705B9D
Decimal11291157
Binary1110000101101110011101
Octal160133235

Shades and tints

Shades of #705B9D

#705B9D
(112,91,157)
#66538F
(102,83,143)
#5C4B81
(92,75,129)
#524373
(82,67,115)
#483B65
(72,59,101)
#3E3357
(62,51,87)
#342B49
(52,43,73)
#2A233B
(42,35,59)
#201B2D
(32,27,45)
#16131F
(22,19,31)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #705B9D

#705B9D
(112,91,157)
#7D69A5
(125,105,165)
#8A77AD
(138,119,173)
#9785B5
(151,133,181)
#A493BD
(164,147,189)
#B1A1C5
(177,161,197)
#BEAFCD
(190,175,205)
#CBBDD5
(203,189,213)
#D8CBDD
(216,203,221)
#E5D9E5
(229,217,229)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B9D color. Also use rgb(112,91,157) instead hex code.

Text Font Color

.myTextColor { color: #705B9D; }

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

This text font color is #705B9D.


Background Color

.myBgColor { background-color: #705B9D; }

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

This div background color is #705B9D.


Border color

.myBorderColor { border: 1px solid #705B9D; }

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

This div border color is #705B9D.


Opacity

.myOpacity80 { color: #705B9D; opacity: 0.8; }

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

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

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

This text has shadow with #705B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B9D on black background.


Color preview on white background

This text has color #705B9D on white background.



Black color preview on #705B9D background

This text has black color on #705B9D background.


White color preview on #705B9D background

This text has white color on #705B9D background.