COLOR #706499

HEX: #706499
RGB: (112,100,153)

Color info

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

RGB color model

#706499 color RGB value is (112,100,153).

  • red value is 112;
  • green value is 100;
  • blue value is 153.
RGB:
(112,100,153)
(44%,39%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 153 of 255 = 60%

112
100
153

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

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 153 = 365 (100%)
R 112 of 365 ~ 30.68%
G 100 of 365 ~ 27.4%
B 153 of 365 ~ 41.92%

%30.68
%27.4
%41.92

CMYK color model

#706499 color CMYK value is (27,35,0,40).

  • cyan value is 26.80%
  • magenta value is 34.64%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,35,0,40)
C27M35Y0K40 
(27%,35%,0%,40%)
(0.27/0.35/0.00/0.40)	

CMYK percentages

%26.8
%34.64
%0
%40

Codes

Color #706499 in popluar color models

706499
RGB112100153
HSL254°20.95%49.61%
HSB/HSV254°34.64%60.00%
CMYK26.80%34.64%0.00%
40.00%

Color #706499 in popluar number systems.

HEX706499
Decimal112100153
Binary1110000110010010011001
Octal160144231

Shades and tints

Shades of #706499

#706499
(112,100,153)
#665B8C
(102,91,140)
#5C527F
(92,82,127)
#524972
(82,73,114)
#484065
(72,64,101)
#3E3758
(62,55,88)
#342E4B
(52,46,75)
#2A253E
(42,37,62)
#201C31
(32,28,49)
#161324
(22,19,36)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #706499

#706499
(112,100,153)
#7D72A2
(125,114,162)
#8A80AB
(138,128,171)
#978EB4
(151,142,180)
#A49CBD
(164,156,189)
#B1AAC6
(177,170,198)
#BEB8CF
(190,184,207)
#CBC6D8
(203,198,216)
#D8D4E1
(216,212,225)
#E5E2EA
(229,226,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706499 color. Also use rgb(112,100,153) instead hex code.

Text Font Color

.myTextColor { color: #706499; }

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

This text font color is #706499.


Background Color

.myBgColor { background-color: #706499; }

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

This div background color is #706499.


Border color

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

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

This div border color is #706499.


Opacity

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

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

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

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

This text has shadow with #706499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706499 on black background.


Color preview on white background

This text has color #706499 on white background.



Black color preview on #706499 background

This text has black color on #706499 background.


White color preview on #706499 background

This text has white color on #706499 background.