COLOR #702F7B

HEX: #702F7B
RGB: (112,47,123)

Color info

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

RGB color model

#702F7B color RGB value is (112,47,123).

  • red value is 112;
  • green value is 47;
  • blue value is 123.
RGB:
(112,47,123)
(44%,18%,48%)

RGB channels and saturation

R 112 of 255 = 44%
G 47 of 255 = 18%
B 123 of 255 = 48%

112
47
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 47 + 123 = 282 (100%)
R 112 of 282 ~ 39.72%
G 47 of 282 ~ 16.67%
B 123 of 282 ~ 43.62%

%39.72
%16.67
%43.62

CMYK color model

#702F7B color CMYK value is (9,62,0,52).

  • cyan value is 8.94%
  • magenta value is 61.79%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(9,62,0,52)
C9M62Y0K52 
(9%,62%,0%,52%)
(0.09/0.62/0.00/0.52)	

CMYK percentages

%8.94
%61.79
%0
%51.76

Codes

Color #702F7B in popluar color models

702F7B
RGB11247123
HSL291°44.71%33.33%
HSB/HSV291°61.79%48.24%
CMYK8.94%61.79%0.00%
51.76%

Color #702F7B in popluar number systems.

HEX702F7B
Decimal11247123
Binary11100001011111111011
Octal16057173

Shades and tints

Shades of #702F7B

#702F7B
(112,47,123)
#662B70
(102,43,112)
#5C2765
(92,39,101)
#52235A
(82,35,90)
#481F4F
(72,31,79)
#3E1B44
(62,27,68)
#341739
(52,23,57)
#2A132E
(42,19,46)
#200F23
(32,15,35)
#160B18
(22,11,24)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #702F7B

#702F7B
(112,47,123)
#7D4187
(125,65,135)
#8A5393
(138,83,147)
#97659F
(151,101,159)
#A477AB
(164,119,171)
#B189B7
(177,137,183)
#BE9BC3
(190,155,195)
#CBADCF
(203,173,207)
#D8BFDB
(216,191,219)
#E5D1E7
(229,209,231)
#F2E3F3
(242,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702F7B color. Also use rgb(112,47,123) instead hex code.

Text Font Color

.myTextColor { color: #702F7B; }

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

This text font color is #702F7B.


Background Color

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

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

This div background color is #702F7B.


Border color

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

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

This div border color is #702F7B.


Opacity

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

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

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

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

This text has shadow with #702F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702F7B on black background.


Color preview on white background

This text has color #702F7B on white background.



Black color preview on #702F7B background

This text has black color on #702F7B background.


White color preview on #702F7B background

This text has white color on #702F7B background.