COLOR #704294

HEX: #704294
RGB: (112,66,148)

Color info

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

RGB color model

#704294 color RGB value is (112,66,148).

  • red value is 112;
  • green value is 66;
  • blue value is 148.
RGB:
(112,66,148)
(44%,26%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 66 of 255 = 26%
B 148 of 255 = 58%

112
66
148

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

Portions of RGB colors in percentages

R + G + B =
112 + 66 + 148 = 326 (100%)
R 112 of 326 ~ 34.36%
G 66 of 326 ~ 20.25%
B 148 of 326 ~ 45.4%

%34.36
%20.25
%45.4

CMYK color model

#704294 color CMYK value is (24,55,0,42).

  • cyan value is 24.32%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,55,0,42)
C24M55Y0K42 
(24%,55%,0%,42%)
(0.24/0.55/0.00/0.42)	

CMYK percentages

%24.32
%55.41
%0
%41.96

Codes

Color #704294 in popluar color models

704294
RGB11266148
HSL274°38.32%41.96%
HSB/HSV274°55.41%58.04%
CMYK24.32%55.41%0.00%
41.96%

Color #704294 in popluar number systems.

HEX704294
Decimal11266148
Binary1110000100001010010100
Octal160102224

Shades and tints

Shades of #704294

#704294
(112,66,148)
#663C87
(102,60,135)
#5C367A
(92,54,122)
#52306D
(82,48,109)
#482A60
(72,42,96)
#3E2453
(62,36,83)
#341E46
(52,30,70)
#2A1839
(42,24,57)
#20122C
(32,18,44)
#160C1F
(22,12,31)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #704294

#704294
(112,66,148)
#7D539D
(125,83,157)
#8A64A6
(138,100,166)
#9775AF
(151,117,175)
#A486B8
(164,134,184)
#B197C1
(177,151,193)
#BEA8CA
(190,168,202)
#CBB9D3
(203,185,211)
#D8CADC
(216,202,220)
#E5DBE5
(229,219,229)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704294 color. Also use rgb(112,66,148) instead hex code.

Text Font Color

.myTextColor { color: #704294; }

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

This text font color is #704294.


Background Color

.myBgColor { background-color: #704294; }

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

This div background color is #704294.


Border color

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

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

This div border color is #704294.


Opacity

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

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

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

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

This text has shadow with #704294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704294 on black background.


Color preview on white background

This text has color #704294 on white background.



Black color preview on #704294 background

This text has black color on #704294 background.


White color preview on #704294 background

This text has white color on #704294 background.