COLOR #702B81

HEX: #702B81
RGB: (112,43,129)

Color info

#702B81 contains mainly red and blue colors. Web safe color of #702B81 is #663399 (or #639).

RGB color model

#702B81 color RGB value is (112,43,129).

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

RGB channels and saturation

R 112 of 255 = 44%
G 43 of 255 = 17%
B 129 of 255 = 51%

112
43
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 43 + 129 = 284 (100%)
R 112 of 284 ~ 39.44%
G 43 of 284 ~ 15.14%
B 129 of 284 ~ 45.42%

%39.44
%15.14
%45.42

CMYK color model

#702B81 color CMYK value is (13,67,0,49).

  • cyan value is 13.18%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(13,67,0,49)
C13M67Y0K49 
(13%,67%,0%,49%)
(0.13/0.67/0.00/0.49)	

CMYK percentages

%13.18
%66.67
%0
%49.41

Codes

Color #702B81 in popluar color models

702B81
RGB11243129
HSL288°50.00%33.73%
HSB/HSV288°66.67%50.59%
CMYK13.18%66.67%0.00%
49.41%

Color #702B81 in popluar number systems.

HEX702B81
Decimal11243129
Binary111000010101110000001
Octal16053201

Shades and tints

Shades of #702B81

#702B81
(112,43,129)
#662876
(102,40,118)
#5C256B
(92,37,107)
#522260
(82,34,96)
#481F55
(72,31,85)
#3E1C4A
(62,28,74)
#34193F
(52,25,63)
#2A1634
(42,22,52)
#201329
(32,19,41)
#16101E
(22,16,30)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #702B81

#702B81
(112,43,129)
#7D3E8C
(125,62,140)
#8A5197
(138,81,151)
#9764A2
(151,100,162)
#A477AD
(164,119,173)
#B18AB8
(177,138,184)
#BE9DC3
(190,157,195)
#CBB0CE
(203,176,206)
#D8C3D9
(216,195,217)
#E5D6E4
(229,214,228)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702B81; }

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

This text font color is #702B81.


Background Color

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

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

This div background color is #702B81.


Border color

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

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

This div border color is #702B81.


Opacity

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

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

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

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

This text has shadow with #702B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702B81 on black background.


Color preview on white background

This text has color #702B81 on white background.



Black color preview on #702B81 background

This text has black color on #702B81 background.


White color preview on #702B81 background

This text has white color on #702B81 background.