COLOR #702B6E

HEX: #702B6E
RGB: (112,43,110)

Color info

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

RGB color model

#702B6E color RGB value is (112,43,110).

  • red value is 112;
  • green value is 43;
  • blue value is 110.
RGB:
(112,43,110)
(44%,17%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 43 of 255 = 17%
B 110 of 255 = 43%

112
43
110

R + G + B ~ 35%. #702B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 43 + 110 = 265 (100%)
R 112 of 265 ~ 42.26%
G 43 of 265 ~ 16.23%
B 110 of 265 ~ 41.51%

%42.26
%16.23
%41.51

CMYK color model

#702B6E color CMYK value is (0,62,2,56).

  • cyan value is 0.00%
  • magenta value is 61.61%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(0,62,2,56)
C0M62Y2K56 
(0%,62%,2%,56%)
(0.00/0.62/0.02/0.56)	

CMYK percentages

%0
%61.61
%1.79
%56.08

Codes

Color #702B6E in popluar color models

702B6E
RGB11243110
HSL302°44.52%30.39%
HSB/HSV302°61.61%43.92%
CMYK0.00%61.61%1.79%
56.08%

Color #702B6E in popluar number systems.

HEX702B6E
Decimal11243110
Binary11100001010111101110
Octal16053156

Shades and tints

Shades of #702B6E

#702B6E
(112,43,110)
#662864
(102,40,100)
#5C255A
(92,37,90)
#522250
(82,34,80)
#481F46
(72,31,70)
#3E1C3C
(62,28,60)
#341932
(52,25,50)
#2A1628
(42,22,40)
#20131E
(32,19,30)
#161014
(22,16,20)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #702B6E

#702B6E
(112,43,110)
#7D3E7B
(125,62,123)
#8A5188
(138,81,136)
#976495
(151,100,149)
#A477A2
(164,119,162)
#B18AAF
(177,138,175)
#BE9DBC
(190,157,188)
#CBB0C9
(203,176,201)
#D8C3D6
(216,195,214)
#E5D6E3
(229,214,227)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702B6E color. Also use rgb(112,43,110) instead hex code.

Text Font Color

.myTextColor { color: #702B6E; }

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

This text font color is #702B6E.


Background Color

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

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

This div background color is #702B6E.


Border color

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

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

This div border color is #702B6E.


Opacity

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

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

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

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

This text has shadow with #702B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702B6E on black background.


Color preview on white background

This text has color #702B6E on white background.



Black color preview on #702B6E background

This text has black color on #702B6E background.


White color preview on #702B6E background

This text has white color on #702B6E background.