COLOR #700799

HEX: #700799
RGB: (112,7,153)

Color info

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

RGB color model

#700799 color RGB value is (112,7,153).

  • red value is 112;
  • green value is 7;
  • blue value is 153.
RGB:
(112,7,153)
(44%,3%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 7 of 255 = 3%
B 153 of 255 = 60%

112
7
153

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

Portions of RGB colors in percentages

R + G + B =
112 + 7 + 153 = 272 (100%)
R 112 of 272 ~ 41.18%
G 7 of 272 ~ 2.57%
B 153 of 272 ~ 56.25%

%41.18
%56.25

CMYK color model

#700799 color CMYK value is (27,95,0,40).

  • cyan value is 26.80%
  • magenta value is 95.42%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,95,0,40)
C27M95Y0K40 
(27%,95%,0%,40%)
(0.27/0.95/0.00/0.40)	

CMYK percentages

%26.8
%95.42
%0
%40

Codes

Color #700799 in popluar color models

700799
RGB1127153
HSL283°91.25%31.37%
HSB/HSV283°95.42%60.00%
CMYK26.80%95.42%0.00%
40.00%

Color #700799 in popluar number systems.

HEX700799
Decimal1127153
Binary111000011110011001
Octal1607231

Shades and tints

Shades of #700799

#700799
(112,7,153)
#66078C
(102,7,140)
#5C077F
(92,7,127)
#520772
(82,7,114)
#480765
(72,7,101)
#3E0758
(62,7,88)
#34074B
(52,7,75)
#2A073E
(42,7,62)
#200731
(32,7,49)
#160724
(22,7,36)
#0C0717
(12,7,23)
#000000
(0,0,0)

Tints of #700799

#700799
(112,7,153)
#7D1DA2
(125,29,162)
#8A33AB
(138,51,171)
#9749B4
(151,73,180)
#A45FBD
(164,95,189)
#B175C6
(177,117,198)
#BE8BCF
(190,139,207)
#CBA1D8
(203,161,216)
#D8B7E1
(216,183,225)
#E5CDEA
(229,205,234)
#F2E3F3
(242,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700799 color. Also use rgb(112,7,153) instead hex code.

Text Font Color

.myTextColor { color: #700799; }

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

This text font color is #700799.


Background Color

.myBgColor { background-color: #700799; }

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

This div background color is #700799.


Border color

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

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

This div border color is #700799.


Opacity

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

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

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

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

This text has shadow with #700799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700799 on black background.


Color preview on white background

This text has color #700799 on white background.



Black color preview on #700799 background

This text has black color on #700799 background.


White color preview on #700799 background

This text has white color on #700799 background.