COLOR #704381

HEX: #704381
RGB: (112,67,129)

Color info

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

RGB color model

#704381 color RGB value is (112,67,129).

  • red value is 112;
  • green value is 67;
  • blue value is 129.
RGB:
(112,67,129)
(44%,26%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 67 of 255 = 26%
B 129 of 255 = 51%

112
67
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 67 + 129 = 308 (100%)
R 112 of 308 ~ 36.36%
G 67 of 308 ~ 21.75%
B 129 of 308 ~ 41.88%

%36.36
%21.75
%41.88

CMYK color model

#704381 color CMYK value is (13,48,0,49).

  • cyan value is 13.18%
  • magenta value is 48.06%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(13,48,0,49)
C13M48Y0K49 
(13%,48%,0%,49%)
(0.13/0.48/0.00/0.49)	

CMYK percentages

%13.18
%48.06
%0
%49.41

Codes

Color #704381 in popluar color models

704381
RGB11267129
HSL284°31.63%38.43%
HSB/HSV284°48.06%50.59%
CMYK13.18%48.06%0.00%
49.41%

Color #704381 in popluar number systems.

HEX704381
Decimal11267129
Binary1110000100001110000001
Octal160103201

Shades and tints

Shades of #704381

#704381
(112,67,129)
#663D76
(102,61,118)
#5C376B
(92,55,107)
#523160
(82,49,96)
#482B55
(72,43,85)
#3E254A
(62,37,74)
#341F3F
(52,31,63)
#2A1934
(42,25,52)
#201329
(32,19,41)
#160D1E
(22,13,30)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #704381

#704381
(112,67,129)
#7D548C
(125,84,140)
#8A6597
(138,101,151)
#9776A2
(151,118,162)
#A487AD
(164,135,173)
#B198B8
(177,152,184)
#BEA9C3
(190,169,195)
#CBBACE
(203,186,206)
#D8CBD9
(216,203,217)
#E5DCE4
(229,220,228)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704381 color. Also use rgb(112,67,129) instead hex code.

Text Font Color

.myTextColor { color: #704381; }

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

This text font color is #704381.


Background Color

.myBgColor { background-color: #704381; }

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

This div background color is #704381.


Border color

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

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

This div border color is #704381.


Opacity

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

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

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

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

This text has shadow with #704381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704381 on black background.


Color preview on white background

This text has color #704381 on white background.



Black color preview on #704381 background

This text has black color on #704381 background.


White color preview on #704381 background

This text has white color on #704381 background.