COLOR #705797

HEX: #705797
RGB: (112,87,151)

Color info

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

RGB color model

#705797 color RGB value is (112,87,151).

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

RGB channels and saturation

R 112 of 255 = 44%
G 87 of 255 = 34%
B 151 of 255 = 59%

112
87
151

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

Portions of RGB colors in percentages

R + G + B =
112 + 87 + 151 = 350 (100%)
R 112 of 350 ~ 32%
G 87 of 350 ~ 24.86%
B 151 of 350 ~ 43.14%

%32
%24.86
%43.14

CMYK color model

#705797 color CMYK value is (26,42,0,41).

  • cyan value is 25.83%
  • magenta value is 42.38%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(26,42,0,41)
C26M42Y0K41 
(26%,42%,0%,41%)
(0.26/0.42/0.00/0.41)	

CMYK percentages

%25.83
%42.38
%0
%40.78

Codes

Color #705797 in popluar color models

705797
RGB11287151
HSL263°26.89%46.67%
HSB/HSV263°42.38%59.22%
CMYK25.83%42.38%0.00%
40.78%

Color #705797 in popluar number systems.

HEX705797
Decimal11287151
Binary1110000101011110010111
Octal160127227

Shades and tints

Shades of #705797

#705797
(112,87,151)
#66508A
(102,80,138)
#5C497D
(92,73,125)
#524270
(82,66,112)
#483B63
(72,59,99)
#3E3456
(62,52,86)
#342D49
(52,45,73)
#2A263C
(42,38,60)
#201F2F
(32,31,47)
#161822
(22,24,34)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #705797

#705797
(112,87,151)
#7D66A0
(125,102,160)
#8A75A9
(138,117,169)
#9784B2
(151,132,178)
#A493BB
(164,147,187)
#B1A2C4
(177,162,196)
#BEB1CD
(190,177,205)
#CBC0D6
(203,192,214)
#D8CFDF
(216,207,223)
#E5DEE8
(229,222,232)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705797; }

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

This text font color is #705797.


Background Color

.myBgColor { background-color: #705797; }

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

This div background color is #705797.


Border color

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

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

This div border color is #705797.


Opacity

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

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

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

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

This text has shadow with #705797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705797 on black background.


Color preview on white background

This text has color #705797 on white background.



Black color preview on #705797 background

This text has black color on #705797 background.


White color preview on #705797 background

This text has white color on #705797 background.