COLOR #701E77

HEX: #701E77
RGB: (112,30,119)

Color info

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

RGB color model

#701E77 color RGB value is (112,30,119).

  • red value is 112;
  • green value is 30;
  • blue value is 119.
RGB:
(112,30,119)
(44%,12%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 30 of 255 = 12%
B 119 of 255 = 47%

112
30
119

R + G + B ~ 34%. #701E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 30 + 119 = 261 (100%)
R 112 of 261 ~ 42.91%
G 30 of 261 ~ 11.49%
B 119 of 261 ~ 45.59%

%42.91
%11.49
%45.59

CMYK color model

#701E77 color CMYK value is (6,75,0,53).

  • cyan value is 5.88%
  • magenta value is 74.79%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(6,75,0,53)
C6M75Y0K53 
(6%,75%,0%,53%)
(0.06/0.75/0.00/0.53)	

CMYK percentages

%5.88
%74.79
%0
%53.33

Codes

Color #701E77 in popluar color models

701E77
RGB11230119
HSL295°59.73%29.22%
HSB/HSV295°74.79%46.67%
CMYK5.88%74.79%0.00%
53.33%

Color #701E77 in popluar number systems.

HEX701E77
Decimal11230119
Binary1110000111101110111
Octal16036167

Shades and tints

Shades of #701E77

#701E77
(112,30,119)
#661C6D
(102,28,109)
#5C1A63
(92,26,99)
#521859
(82,24,89)
#48164F
(72,22,79)
#3E1445
(62,20,69)
#34123B
(52,18,59)
#2A1031
(42,16,49)
#200E27
(32,14,39)
#160C1D
(22,12,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #701E77

#701E77
(112,30,119)
#7D3283
(125,50,131)
#8A468F
(138,70,143)
#975A9B
(151,90,155)
#A46EA7
(164,110,167)
#B182B3
(177,130,179)
#BE96BF
(190,150,191)
#CBAACB
(203,170,203)
#D8BED7
(216,190,215)
#E5D2E3
(229,210,227)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701E77 color. Also use rgb(112,30,119) instead hex code.

Text Font Color

.myTextColor { color: #701E77; }

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

This text font color is #701E77.


Background Color

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

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

This div background color is #701E77.


Border color

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

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

This div border color is #701E77.


Opacity

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

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

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

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

This text has shadow with #701E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701E77 on black background.


Color preview on white background

This text has color #701E77 on white background.



Black color preview on #701E77 background

This text has black color on #701E77 background.


White color preview on #701E77 background

This text has white color on #701E77 background.