COLOR #702D7E

HEX: #702D7E
RGB: (112,45,126)

Color info

#702D7E contains mainly red and blue colors. Web safe color of #702D7E is #663366 (or #636).

RGB color model

#702D7E color RGB value is (112,45,126).

  • red value is 112;
  • green value is 45;
  • blue value is 126.
RGB:
(112,45,126)
(44%,18%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 45 of 255 = 18%
B 126 of 255 = 49%

112
45
126

R + G + B ~ 37%. #702D7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 45 + 126 = 283 (100%)
R 112 of 283 ~ 39.58%
G 45 of 283 ~ 15.9%
B 126 of 283 ~ 44.52%

%39.58
%15.9
%44.52

CMYK color model

#702D7E color CMYK value is (11,64,0,51).

  • cyan value is 11.11%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,64,0,51)
C11M64Y0K51 
(11%,64%,0%,51%)
(0.11/0.64/0.00/0.51)	

CMYK percentages

%11.11
%64.29
%0
%50.59

Codes

Color #702D7E in popluar color models

702D7E
RGB11245126
HSL290°47.37%33.53%
HSB/HSV290°64.29%49.41%
CMYK11.11%64.29%0.00%
50.59%

Color #702D7E in popluar number systems.

HEX702D7E
Decimal11245126
Binary11100001011011111110
Octal16055176

Shades and tints

Shades of #702D7E

#702D7E
(112,45,126)
#662973
(102,41,115)
#5C2568
(92,37,104)
#52215D
(82,33,93)
#481D52
(72,29,82)
#3E1947
(62,25,71)
#34153C
(52,21,60)
#2A1131
(42,17,49)
#200D26
(32,13,38)
#16091B
(22,9,27)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #702D7E

#702D7E
(112,45,126)
#7D4089
(125,64,137)
#8A5394
(138,83,148)
#97669F
(151,102,159)
#A479AA
(164,121,170)
#B18CB5
(177,140,181)
#BE9FC0
(190,159,192)
#CBB2CB
(203,178,203)
#D8C5D6
(216,197,214)
#E5D8E1
(229,216,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702D7E color. Also use rgb(112,45,126) instead hex code.

Text Font Color

.myTextColor { color: #702D7E; }

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

This text font color is #702D7E.


Background Color

.myBgColor { background-color: #702D7E; }

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

This div background color is #702D7E.


Border color

.myBorderColor { border: 1px solid #702D7E; }

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

This div border color is #702D7E.


Opacity

.myOpacity80 { color: #702D7E; opacity: 0.8; }

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

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

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

This text has shadow with #702D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702D7E on black background.


Color preview on white background

This text has color #702D7E on white background.



Black color preview on #702D7E background

This text has black color on #702D7E background.


White color preview on #702D7E background

This text has white color on #702D7E background.