COLOR #701D74

HEX: #701D74
RGB: (112,29,116)

Color info

#701D74 contains mainly red and blue colors. Web safe color of #701D74 is #663366 (or #636).

RGB color model

#701D74 color RGB value is (112,29,116).

  • red value is 112;
  • green value is 29;
  • blue value is 116.
RGB:
(112,29,116)
(44%,11%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 29 of 255 = 11%
B 116 of 255 = 45%

112
29
116

R + G + B ~ 33%. #701D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 29 + 116 = 257 (100%)
R 112 of 257 ~ 43.58%
G 29 of 257 ~ 11.28%
B 116 of 257 ~ 45.14%

%43.58
%11.28
%45.14

CMYK color model

#701D74 color CMYK value is (3,75,0,55).

  • cyan value is 3.45%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,75,0,55)
C3M75Y0K55 
(3%,75%,0%,55%)
(0.03/0.75/0.00/0.55)	

CMYK percentages

%3.45
%75
%0
%54.51

Codes

Color #701D74 in popluar color models

701D74
RGB11229116
HSL297°60.00%28.43%
HSB/HSV297°75.00%45.49%
CMYK3.45%75.00%0.00%
54.51%

Color #701D74 in popluar number systems.

HEX701D74
Decimal11229116
Binary1110000111011110100
Octal16035164

Shades and tints

Shades of #701D74

#701D74
(112,29,116)
#661B6A
(102,27,106)
#5C1960
(92,25,96)
#521756
(82,23,86)
#48154C
(72,21,76)
#3E1342
(62,19,66)
#341138
(52,17,56)
#2A0F2E
(42,15,46)
#200D24
(32,13,36)
#160B1A
(22,11,26)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #701D74

#701D74
(112,29,116)
#7D3180
(125,49,128)
#8A458C
(138,69,140)
#975998
(151,89,152)
#A46DA4
(164,109,164)
#B181B0
(177,129,176)
#BE95BC
(190,149,188)
#CBA9C8
(203,169,200)
#D8BDD4
(216,189,212)
#E5D1E0
(229,209,224)
#F2E5EC
(242,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701D74 color. Also use rgb(112,29,116) instead hex code.

Text Font Color

.myTextColor { color: #701D74; }

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

This text font color is #701D74.


Background Color

.myBgColor { background-color: #701D74; }

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

This div background color is #701D74.


Border color

.myBorderColor { border: 1px solid #701D74; }

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

This div border color is #701D74.


Opacity

.myOpacity80 { color: #701D74; opacity: 0.8; }

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

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

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

This text has shadow with #701D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701D74 on black background.


Color preview on white background

This text has color #701D74 on white background.



Black color preview on #701D74 background

This text has black color on #701D74 background.


White color preview on #701D74 background

This text has white color on #701D74 background.