COLOR #701B8B

HEX: #701B8B
RGB: (112,27,139)

Color info

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

RGB color model

#701B8B color RGB value is (112,27,139).

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

RGB channels and saturation

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

112
27
139

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

Portions of RGB colors in percentages

R + G + B =
112 + 27 + 139 = 278 (100%)
R 112 of 278 ~ 40.29%
G 27 of 278 ~ 9.71%
B 139 of 278 ~ 50%

%40.29
%9.71
%50

CMYK color model

#701B8B color CMYK value is (19,81,0,45).

  • cyan value is 19.42%
  • magenta value is 80.58%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,81,0,45)
C19M81Y0K45 
(19%,81%,0%,45%)
(0.19/0.81/0.00/0.45)	

CMYK percentages

%19.42
%80.58
%0
%45.49

Codes

Color #701B8B in popluar color models

701B8B
RGB11227139
HSL286°67.47%32.55%
HSB/HSV286°80.58%54.51%
CMYK19.42%80.58%0.00%
45.49%

Color #701B8B in popluar number systems.

HEX701B8B
Decimal11227139
Binary11100001101110001011
Octal16033213

Shades and tints

Shades of #701B8B

#701B8B
(112,27,139)
#66197F
(102,25,127)
#5C1773
(92,23,115)
#521567
(82,21,103)
#48135B
(72,19,91)
#3E114F
(62,17,79)
#340F43
(52,15,67)
#2A0D37
(42,13,55)
#200B2B
(32,11,43)
#16091F
(22,9,31)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #701B8B

#701B8B
(112,27,139)
#7D2F95
(125,47,149)
#8A439F
(138,67,159)
#9757A9
(151,87,169)
#A46BB3
(164,107,179)
#B17FBD
(177,127,189)
#BE93C7
(190,147,199)
#CBA7D1
(203,167,209)
#D8BBDB
(216,187,219)
#E5CFE5
(229,207,229)
#F2E3EF
(242,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701B8B; }

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

This text font color is #701B8B.


Background Color

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

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

This div background color is #701B8B.


Border color

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

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

This div border color is #701B8B.


Opacity

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

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

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

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

This text has shadow with #701B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701B8B on black background.


Color preview on white background

This text has color #701B8B on white background.



Black color preview on #701B8B background

This text has black color on #701B8B background.


White color preview on #701B8B background

This text has white color on #701B8B background.