COLOR #706293

HEX: #706293
RGB: (112,98,147)

Color info

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

RGB color model

#706293 color RGB value is (112,98,147).

  • red value is 112;
  • green value is 98;
  • blue value is 147.
RGB:
(112,98,147)
(44%,38%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 147 of 255 = 58%

112
98
147

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

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 147 = 357 (100%)
R 112 of 357 ~ 31.37%
G 98 of 357 ~ 27.45%
B 147 of 357 ~ 41.18%

%31.37
%27.45
%41.18

CMYK color model

#706293 color CMYK value is (24,33,0,42).

  • cyan value is 23.81%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,33,0,42)
C24M33Y0K42 
(24%,33%,0%,42%)
(0.24/0.33/0.00/0.42)	

CMYK percentages

%23.81
%33.33
%0
%42.35

Codes

Color #706293 in popluar color models

706293
RGB11298147
HSL257°20.00%48.04%
HSB/HSV257°33.33%57.65%
CMYK23.81%33.33%0.00%
42.35%

Color #706293 in popluar number systems.

HEX706293
Decimal11298147
Binary1110000110001010010011
Octal160142223

Shades and tints

Shades of #706293

#706293
(112,98,147)
#665A86
(102,90,134)
#5C5279
(92,82,121)
#524A6C
(82,74,108)
#48425F
(72,66,95)
#3E3A52
(62,58,82)
#343245
(52,50,69)
#2A2A38
(42,42,56)
#20222B
(32,34,43)
#161A1E
(22,26,30)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #706293

#706293
(112,98,147)
#7D709C
(125,112,156)
#8A7EA5
(138,126,165)
#978CAE
(151,140,174)
#A49AB7
(164,154,183)
#B1A8C0
(177,168,192)
#BEB6C9
(190,182,201)
#CBC4D2
(203,196,210)
#D8D2DB
(216,210,219)
#E5E0E4
(229,224,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706293 color. Also use rgb(112,98,147) instead hex code.

Text Font Color

.myTextColor { color: #706293; }

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

This text font color is #706293.


Background Color

.myBgColor { background-color: #706293; }

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

This div background color is #706293.


Border color

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

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

This div border color is #706293.


Opacity

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

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

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

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

This text has shadow with #706293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706293 on black background.


Color preview on white background

This text has color #706293 on white background.



Black color preview on #706293 background

This text has black color on #706293 background.


White color preview on #706293 background

This text has white color on #706293 background.