COLOR #701C8B

HEX: #701C8B
RGB: (112,28,139)

Color info

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

RGB color model

#701C8B color RGB value is (112,28,139).

  • red value is 112;
  • green value is 28;
  • blue value is 139.
RGB:
(112,28,139)
(44%,11%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 28 of 255 = 11%
B 139 of 255 = 55%

112
28
139

R + G + B ~ 37%. #701C8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 28 + 139 = 279 (100%)
R 112 of 279 ~ 40.14%
G 28 of 279 ~ 10.04%
B 139 of 279 ~ 49.82%

%40.14
%10.04
%49.82

CMYK color model

#701C8B color CMYK value is (19,80,0,45).

  • cyan value is 19.42%
  • magenta value is 79.86%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,80,0,45)
C19M80Y0K45 
(19%,80%,0%,45%)
(0.19/0.80/0.00/0.45)	

CMYK percentages

%19.42
%79.86
%0
%45.49

Codes

Color #701C8B in popluar color models

701C8B
RGB11228139
HSL285°66.47%32.75%
HSB/HSV285°79.86%54.51%
CMYK19.42%79.86%0.00%
45.49%

Color #701C8B in popluar number systems.

HEX701C8B
Decimal11228139
Binary11100001110010001011
Octal16034213

Shades and tints

Shades of #701C8B

#701C8B
(112,28,139)
#661A7F
(102,26,127)
#5C1873
(92,24,115)
#521667
(82,22,103)
#48145B
(72,20,91)
#3E124F
(62,18,79)
#341043
(52,16,67)
#2A0E37
(42,14,55)
#200C2B
(32,12,43)
#160A1F
(22,10,31)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #701C8B

#701C8B
(112,28,139)
#7D3095
(125,48,149)
#8A449F
(138,68,159)
#9758A9
(151,88,169)
#A46CB3
(164,108,179)
#B180BD
(177,128,189)
#BE94C7
(190,148,199)
#CBA8D1
(203,168,209)
#D8BCDB
(216,188,219)
#E5D0E5
(229,208,229)
#F2E4EF
(242,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701C8B color. Also use rgb(112,28,139) instead hex code.

Text Font Color

.myTextColor { color: #701C8B; }

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

This text font color is #701C8B.


Background Color

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

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

This div background color is #701C8B.


Border color

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

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

This div border color is #701C8B.


Opacity

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

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

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

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

This text has shadow with #701C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701C8B on black background.


Color preview on white background

This text has color #701C8B on white background.



Black color preview on #701C8B background

This text has black color on #701C8B background.


White color preview on #701C8B background

This text has white color on #701C8B background.