COLOR #701855

HEX: #701855
RGB: (112,24,85)

Color info

#701855 contains mainly red and blue colors. Web safe color of #701855 is #660066 (or #606).

RGB color model

#701855 color RGB value is (112,24,85).

  • red value is 112;
  • green value is 24;
  • blue value is 85.
RGB:
(112,24,85)
(44%,9%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 24 of 255 = 9%
B 85 of 255 = 33%

112
24
85

R + G + B ~ 29%. #701855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 24 + 85 = 221 (100%)
R 112 of 221 ~ 50.68%
G 24 of 221 ~ 10.86%
B 85 of 221 ~ 38.46%

%50.68
%10.86
%38.46

CMYK color model

#701855 color CMYK value is (0,79,24,56).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 24.11%
  • key color value is 56.08%
CMYK:
(0,79,24,56)
C0M79Y24K56 
(0%,79%,24%,56%)
(0.00/0.79/0.24/0.56)	

CMYK percentages

%0
%78.57
%24.11
%56.08

Codes

Color #701855 in popluar color models

701855
RGB1122485
HSL318°64.71%26.67%
HSB/HSV318°78.57%43.92%
CMYK0.00%78.57%24.11%
56.08%

Color #701855 in popluar number systems.

HEX701855
Decimal1122485
Binary1110000110001010101
Octal16030125

Shades and tints

Shades of #701855

#701855
(112,24,85)
#66164E
(102,22,78)
#5C1447
(92,20,71)
#521240
(82,18,64)
#481039
(72,16,57)
#3E0E32
(62,14,50)
#340C2B
(52,12,43)
#2A0A24
(42,10,36)
#20081D
(32,8,29)
#160616
(22,6,22)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #701855

#701855
(112,24,85)
#7D2D64
(125,45,100)
#8A4273
(138,66,115)
#975782
(151,87,130)
#A46C91
(164,108,145)
#B181A0
(177,129,160)
#BE96AF
(190,150,175)
#CBABBE
(203,171,190)
#D8C0CD
(216,192,205)
#E5D5DC
(229,213,220)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701855 color. Also use rgb(112,24,85) instead hex code.

Text Font Color

.myTextColor { color: #701855; }

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

This text font color is #701855.


Background Color

.myBgColor { background-color: #701855; }

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

This div background color is #701855.


Border color

.myBorderColor { border: 1px solid #701855; }

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

This div border color is #701855.


Opacity

.myOpacity80 { color: #701855; opacity: 0.8; }

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

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

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

This text has shadow with #701855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701855 on black background.


Color preview on white background

This text has color #701855 on white background.



Black color preview on #701855 background

This text has black color on #701855 background.


White color preview on #701855 background

This text has white color on #701855 background.