COLOR #701A87

HEX: #701A87
RGB: (112,26,135)

Color info

#701A87 contains mainly red and blue colors. Web safe color of #701A87 is #660099 (or #609).

RGB color model

#701A87 color RGB value is (112,26,135).

  • red value is 112;
  • green value is 26;
  • blue value is 135.
RGB:
(112,26,135)
(44%,10%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 26 of 255 = 10%
B 135 of 255 = 53%

112
26
135

R + G + B ~ 36%. #701A87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 26 + 135 = 273 (100%)
R 112 of 273 ~ 41.03%
G 26 of 273 ~ 9.52%
B 135 of 273 ~ 49.45%

%41.03
%9.52
%49.45

CMYK color model

#701A87 color CMYK value is (17,81,0,47).

  • cyan value is 17.04%
  • magenta value is 80.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(17,81,0,47)
C17M81Y0K47 
(17%,81%,0%,47%)
(0.17/0.81/0.00/0.47)	

CMYK percentages

%17.04
%80.74
%0
%47.06

Codes

Color #701A87 in popluar color models

701A87
RGB11226135
HSL287°67.70%31.57%
HSB/HSV287°80.74%52.94%
CMYK17.04%80.74%0.00%
47.06%

Color #701A87 in popluar number systems.

HEX701A87
Decimal11226135
Binary11100001101010000111
Octal16032207

Shades and tints

Shades of #701A87

#701A87
(112,26,135)
#66187B
(102,24,123)
#5C166F
(92,22,111)
#521463
(82,20,99)
#481257
(72,18,87)
#3E104B
(62,16,75)
#340E3F
(52,14,63)
#2A0C33
(42,12,51)
#200A27
(32,10,39)
#16081B
(22,8,27)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #701A87

#701A87
(112,26,135)
#7D2E91
(125,46,145)
#8A429B
(138,66,155)
#9756A5
(151,86,165)
#A46AAF
(164,106,175)
#B17EB9
(177,126,185)
#BE92C3
(190,146,195)
#CBA6CD
(203,166,205)
#D8BAD7
(216,186,215)
#E5CEE1
(229,206,225)
#F2E2EB
(242,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701A87 color. Also use rgb(112,26,135) instead hex code.

Text Font Color

.myTextColor { color: #701A87; }

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

This text font color is #701A87.


Background Color

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

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

This div background color is #701A87.


Border color

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

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

This div border color is #701A87.


Opacity

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

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

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

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

This text has shadow with #701A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701A87 on black background.


Color preview on white background

This text has color #701A87 on white background.



Black color preview on #701A87 background

This text has black color on #701A87 background.


White color preview on #701A87 background

This text has white color on #701A87 background.