COLOR #703C8C

HEX: #703C8C RGB: (112,60,140)

Color info

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

RGB color model

#703C8C color RGB value is (112,60,140).

RGB: (112,60,140) (44%, 24%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 140 of 255 = 55%

112
60
140

R + G + B ~ 41%. #703C8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 60 + 140 = 312 (100%)
R 112 of 312 ~ 35.9%
G 60 of 312 ~ 19.23%
B 140 of 312 ~ 44.87'%

%35.9
%19.23
%44.87

CMYK color model

#703C8C color CMYK value is (20,57,0,45).

  • cyan value is 20.00%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (20,57,0,45)
C20M57Y0K45 (20%, 57%, 0%, 45%)
(0.20 / 0.57 / 0.00 / 0.45)

CMYK percentages

%20
%57.14
%0
%45.1

Codes

Color #703C8C in popluar color models

70 3C 8C
RGB 112 60 140
HSL 279° 40.00% 39.22%
HSB/HSV 279° 57.14% 54.90%
CMYK 20.00% 57.14% 0.00%
45.10%

Color #703C8C in popluar number systems.

HEX 70 3C 8C
Decimal 112 60 140
Binary 1110000 111100 10001100
Octal 160 74 214

Shades and tints

Shades of #703C8C

#703C8C
(112,60,140)
#663780
(102,55,128)
#5C3274
(92,50,116)
#522D68
(82,45,104)
#48285C
(72,40,92)
#3E2350
(62,35,80)
#341E44
(52,30,68)
#2A1938
(42,25,56)
#20142C
(32,20,44)
#160F20
(22,15,32)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #703C8C

#703C8C
(112,60,140)
#7D4D96
(125,77,150)
#8A5EA0
(138,94,160)
#976FAA
(151,111,170)
#A480B4
(164,128,180)
#B191BE
(177,145,190)
#BEA2C8
(190,162,200)
#CBB3D2
(203,179,210)
#D8C4DC
(216,196,220)
#E5D5E6
(229,213,230)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703C8C color. Also use rgb(112,60,140) instead hex code.

Text Font Color

.myTextColor { color: #703C8C; }

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

This text font color is #703C8C.

Background Color

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

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

This div background color is #703C8C.

Border color

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

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

This div border color is #703C8C.

Opacity

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

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

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

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

This text has shadow with #703C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703C8C.

Preview

Color preview on black background

This text has color #703C8C on black background.


Color preview on white background

This text has color #703C8C on white background.


Black color preview on #703C8C background

This text has black color on #703C8C background.


White color preview on #703C8C background

This text has white color on #703C8C background.


Related colors

Complementary color

Complementary color for #hex is #8FC373.


I love getcolorcode.com

Triadic colors

1 #8C703C and #3C8C70 with #703C8C are triadic colors.

2 #8C3C70 and #3C708C with #703C8C are triadic colors.