COLOR #706582

HEX: #706582
RGB: (112,101,130)

Color info

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

RGB color model

#706582 color RGB value is (112,101,130).

  • red value is 112;
  • green value is 101;
  • blue value is 130.
RGB:
(112,101,130)
(44%,40%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 130 of 255 = 51%

112
101
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 130 = 343 (100%)
R 112 of 343 ~ 32.65%
G 101 of 343 ~ 29.45%
B 130 of 343 ~ 37.9%

%32.65
%29.45
%37.9

CMYK color model

#706582 color CMYK value is (14,22,0,49).

  • cyan value is 13.85%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(14,22,0,49)
C14M22Y0K49 
(14%,22%,0%,49%)
(0.14/0.22/0.00/0.49)	

CMYK percentages

%13.85
%22.31
%0
%49.02

Codes

Color #706582 in popluar color models

706582
RGB112101130
HSL263°12.55%45.29%
HSB/HSV263°22.31%50.98%
CMYK13.85%22.31%0.00%
49.02%

Color #706582 in popluar number systems.

HEX706582
Decimal112101130
Binary1110000110010110000010
Octal160145202

Shades and tints

Shades of #706582

#706582
(112,101,130)
#665C77
(102,92,119)
#5C536C
(92,83,108)
#524A61
(82,74,97)
#484156
(72,65,86)
#3E384B
(62,56,75)
#342F40
(52,47,64)
#2A2635
(42,38,53)
#201D2A
(32,29,42)
#16141F
(22,20,31)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #706582

#706582
(112,101,130)
#7D738D
(125,115,141)
#8A8198
(138,129,152)
#978FA3
(151,143,163)
#A49DAE
(164,157,174)
#B1ABB9
(177,171,185)
#BEB9C4
(190,185,196)
#CBC7CF
(203,199,207)
#D8D5DA
(216,213,218)
#E5E3E5
(229,227,229)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706582 color. Also use rgb(112,101,130) instead hex code.

Text Font Color

.myTextColor { color: #706582; }

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

This text font color is #706582.


Background Color

.myBgColor { background-color: #706582; }

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

This div background color is #706582.


Border color

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

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

This div border color is #706582.


Opacity

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

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

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

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

This text has shadow with #706582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706582 on black background.


Color preview on white background

This text has color #706582 on white background.



Black color preview on #706582 background

This text has black color on #706582 background.


White color preview on #706582 background

This text has white color on #706582 background.