COLOR #703F73

HEX: #703F73 RGB: (112,63,115)

Color info

#703F73 contains red, green and blue colors in about the same proportion. Web safe color of #703F73 is #663366 (or #636).

RGB color model

#703F73 color RGB value is (112,63,115).

RGB: (112,63,115) (44%, 25%, 45%)

RGB channels and saturation

R 112 of 255 = 44%
G 63 of 255 = 25%
B 115 of 255 = 45%

112
63
115

R + G + B ~ 38%. #703F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 63 + 115 = 290 (100%)
R 112 of 290 ~ 38.62%
G 63 of 290 ~ 21.72%
B 115 of 290 ~ 39.66'%

%38.62
%21.72
%39.66

CMYK color model

#703F73 color CMYK value is (3,45,0,55).

  • cyan value is 2.61%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (3,45,0,55)
C3M45Y0K55 (3%, 45%, 0%, 55%)
(0.03 / 0.45 / 0.00 / 0.55)

CMYK percentages

%2.61
%45.22
%0
%54.9

Codes

Color #703F73 in popluar color models

70 3F 73
RGB 112 63 115
HSL 297° 29.21% 34.90%
HSB/HSV 297° 45.22% 45.10%
CMYK 2.61% 45.22% 0.00%
54.90%

Color #703F73 in popluar number systems.

HEX 70 3F 73
Decimal 112 63 115
Binary 1110000 111111 1110011
Octal 160 77 163

Shades and tints

Shades of #703F73

#703F73
(112,63,115)
#663A69
(102,58,105)
#5C355F
(92,53,95)
#523055
(82,48,85)
#482B4B
(72,43,75)
#3E2641
(62,38,65)
#342137
(52,33,55)
#2A1C2D
(42,28,45)
#201723
(32,23,35)
#161219
(22,18,25)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #703F73

#703F73
(112,63,115)
#7D507F
(125,80,127)
#8A618B
(138,97,139)
#977297
(151,114,151)
#A483A3
(164,131,163)
#B194AF
(177,148,175)
#BEA5BB
(190,165,187)
#CBB6C7
(203,182,199)
#D8C7D3
(216,199,211)
#E5D8DF
(229,216,223)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #703F73; }

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

This text font color is #703F73.

Background Color

.myBgColor { background-color: #703F73; }

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

This div background color is #703F73.

Border color

.myBorderColor { border: 1px solid #703F73; }

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

This div border color is #703F73.

Opacity

.myOpacity80 { color: #703F73; opacity: 0.8; }

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

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

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

This text has shadow with #703F73 color.


.textShadow {text-shadow: 3px 3px 1px #703F73', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #703F73; -webkit-box-shadow: 1px 1px 3px 2px #703F73; box-shadow:1px 1px 3px 2px #703F73;">
Div content here
</div>

This div box has shadow with color #703F73.

Preview

Color preview on black background

This text has color #703F73 on black background.


Color preview on white background

This text has color #703F73 on white background.


Black color preview on #703F73 background

This text has black color on #703F73 background.


White color preview on #703F73 background

This text has white color on #703F73 background.


Related colors

Complementary color

Complementary color for #hex is #8FC08C.


I love getcolorcode.com

Triadic colors

1 #73703F and #3F7370 with #703F73 are triadic colors.

2 #733F70 and #3F7073 with #703F73 are triadic colors.