COLOR #700073

HEX: #700073
RGB: (112,0,115)

Color info

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

RGB color model

#700073 color RGB value is (112,0,115).

  • red value is 112;
  • green value is 0;
  • blue value is 115.
RGB:
(112,0,115)
(44%,0%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 0 of 255 = 0%
B 115 of 255 = 45%

112
0
115

R + G + B ~ 30%. #700073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 0 + 115 = 227 (100%)
R 112 of 227 ~ 49.34%
G 0 of 227 ~ 0%
B 115 of 227 ~ 50.66%

%49.34
%50.66

CMYK color model

#700073 color CMYK value is (3,100,0,55).

  • cyan value is 2.61%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,100,0,55)
C3M100Y0K55 
(3%,100%,0%,55%)
(0.03/1.00/0.00/0.55)	

CMYK percentages

%2.61
%100
%0
%54.9

Codes

Color #700073 in popluar color models

700073
RGB1120115
HSL298°100.00%22.55%
HSB/HSV298°100.00%45.10%
CMYK2.61%100.00%0.00%
54.90%

Color #700073 in popluar number systems.

HEX700073
Decimal1120115
Binary111000001110011
Octal1600163

Shades and tints

Shades of #700073

#700073
(112,0,115)
#660069
(102,0,105)
#5C005F
(92,0,95)
#520055
(82,0,85)
#48004B
(72,0,75)
#3E0041
(62,0,65)
#340037
(52,0,55)
#2A002D
(42,0,45)
#200023
(32,0,35)
#160019
(22,0,25)
#0C000F
(12,0,15)
#000000
(0,0,0)

Tints of #700073

#700073
(112,0,115)
#7D177F
(125,23,127)
#8A2E8B
(138,46,139)
#974597
(151,69,151)
#A45CA3
(164,92,163)
#B173AF
(177,115,175)
#BE8ABB
(190,138,187)
#CBA1C7
(203,161,199)
#D8B8D3
(216,184,211)
#E5CFDF
(229,207,223)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700073 color. Also use rgb(112,0,115) instead hex code.

Text Font Color

.myTextColor { color: #700073; }

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

This text font color is #700073.


Background Color

.myBgColor { background-color: #700073; }

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

This div background color is #700073.


Border color

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

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

This div border color is #700073.


Opacity

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

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

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

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

This text has shadow with #700073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #700073 on black background.


Color preview on white background

This text has color #700073 on white background.



Black color preview on #700073 background

This text has black color on #700073 background.


White color preview on #700073 background

This text has white color on #700073 background.