COLOR #704690

HEX: #704690
RGB: (112,70,144)

Color info

#704690 contains mainly red and blue colors. Web safe color of #704690 is #663399 (or #639).

RGB color model

#704690 color RGB value is (112,70,144).

  • red value is 112;
  • green value is 70;
  • blue value is 144.
RGB:
(112,70,144)
(44%,27%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 144 of 255 = 56%

112
70
144

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

Portions of RGB colors in percentages

R + G + B =
112 + 70 + 144 = 326 (100%)
R 112 of 326 ~ 34.36%
G 70 of 326 ~ 21.47%
B 144 of 326 ~ 44.17%

%34.36
%21.47
%44.17

CMYK color model

#704690 color CMYK value is (22,51,0,44).

  • cyan value is 22.22%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,51,0,44)
C22M51Y0K44 
(22%,51%,0%,44%)
(0.22/0.51/0.00/0.44)	

CMYK percentages

%22.22
%51.39
%0
%43.53

Codes

Color #704690 in popluar color models

704690
RGB11270144
HSL274°34.58%41.96%
HSB/HSV274°51.39%56.47%
CMYK22.22%51.39%0.00%
43.53%

Color #704690 in popluar number systems.

HEX704690
Decimal11270144
Binary1110000100011010010000
Octal160106220

Shades and tints

Shades of #704690

#704690
(112,70,144)
#664083
(102,64,131)
#5C3A76
(92,58,118)
#523469
(82,52,105)
#482E5C
(72,46,92)
#3E284F
(62,40,79)
#342242
(52,34,66)
#2A1C35
(42,28,53)
#201628
(32,22,40)
#16101B
(22,16,27)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #704690

#704690
(112,70,144)
#7D569A
(125,86,154)
#8A66A4
(138,102,164)
#9776AE
(151,118,174)
#A486B8
(164,134,184)
#B196C2
(177,150,194)
#BEA6CC
(190,166,204)
#CBB6D6
(203,182,214)
#D8C6E0
(216,198,224)
#E5D6EA
(229,214,234)
#F2E6F4
(242,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704690 color. Also use rgb(112,70,144) instead hex code.

Text Font Color

.myTextColor { color: #704690; }

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

This text font color is #704690.


Background Color

.myBgColor { background-color: #704690; }

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

This div background color is #704690.


Border color

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

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

This div border color is #704690.


Opacity

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

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

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

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

This text has shadow with #704690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704690 on black background.


Color preview on white background

This text has color #704690 on white background.



Black color preview on #704690 background

This text has black color on #704690 background.


White color preview on #704690 background

This text has white color on #704690 background.