COLOR #704071

HEX: #704071
RGB: (112,64,113)

Color info

#704071 contains red, green and blue colors in about the same proportion. Web safe color of #704071 is #663366 (or #636).

RGB color model

#704071 color RGB value is (112,64,113).

  • red value is 112;
  • green value is 64;
  • blue value is 113.
RGB:
(112,64,113)
(44%,25%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 64 of 255 = 25%
B 113 of 255 = 44%

112
64
113

R + G + B ~ 38%. #704071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 64 + 113 = 289 (100%)
R 112 of 289 ~ 38.75%
G 64 of 289 ~ 22.15%
B 113 of 289 ~ 39.1%

%38.75
%22.15
%39.1

CMYK color model

#704071 color CMYK value is (1,43,0,56).

  • cyan value is 0.88%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(1,43,0,56)
C1M43Y0K56 
(1%,43%,0%,56%)
(0.01/0.43/0.00/0.56)	

CMYK percentages

%0.88
%43.36
%0
%55.69

Codes

Color #704071 in popluar color models

704071
RGB11264113
HSL299°27.68%34.71%
HSB/HSV299°43.36%44.31%
CMYK0.88%43.36%0.00%
55.69%

Color #704071 in popluar number systems.

HEX704071
Decimal11264113
Binary111000010000001110001
Octal160100161

Shades and tints

Shades of #704071

#704071
(112,64,113)
#663B67
(102,59,103)
#5C365D
(92,54,93)
#523153
(82,49,83)
#482C49
(72,44,73)
#3E273F
(62,39,63)
#342235
(52,34,53)
#2A1D2B
(42,29,43)
#201821
(32,24,33)
#161317
(22,19,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #704071

#704071
(112,64,113)
#7D517D
(125,81,125)
#8A6289
(138,98,137)
#977395
(151,115,149)
#A484A1
(164,132,161)
#B195AD
(177,149,173)
#BEA6B9
(190,166,185)
#CBB7C5
(203,183,197)
#D8C8D1
(216,200,209)
#E5D9DD
(229,217,221)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704071 color. Also use rgb(112,64,113) instead hex code.

Text Font Color

.myTextColor { color: #704071; }

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

This text font color is #704071.


Background Color

.myBgColor { background-color: #704071; }

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

This div background color is #704071.


Border color

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

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

This div border color is #704071.


Opacity

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

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

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

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

This text has shadow with #704071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704071 on black background.


Color preview on white background

This text has color #704071 on white background.



Black color preview on #704071 background

This text has black color on #704071 background.


White color preview on #704071 background

This text has white color on #704071 background.