COLOR #70498C

HEX: #70498C
RGB: (112,73,140)

Color info

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

RGB color model

#70498C color RGB value is (112,73,140).

  • red value is 112;
  • green value is 73;
  • blue value is 140.
RGB:
(112,73,140)
(44%,29%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 73 of 255 = 29%
B 140 of 255 = 55%

112
73
140

R + G + B ~ 43%. #70498C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 73 + 140 = 325 (100%)
R 112 of 325 ~ 34.46%
G 73 of 325 ~ 22.46%
B 140 of 325 ~ 43.08%

%34.46
%22.46
%43.08

CMYK color model

#70498C color CMYK value is (20,48,0,45).

  • cyan value is 20.00%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(20,48,0,45)
C20M48Y0K45 
(20%,48%,0%,45%)
(0.20/0.48/0.00/0.45)	

CMYK percentages

%20
%47.86
%0
%45.1

Codes

Color #70498C in popluar color models

70498C
RGB11273140
HSL275°31.46%41.76%
HSB/HSV275°47.86%54.90%
CMYK20.00%47.86%0.00%
45.10%

Color #70498C in popluar number systems.

HEX70498C
Decimal11273140
Binary1110000100100110001100
Octal160111214

Shades and tints

Shades of #70498C

#70498C
(112,73,140)
#664380
(102,67,128)
#5C3D74
(92,61,116)
#523768
(82,55,104)
#48315C
(72,49,92)
#3E2B50
(62,43,80)
#342544
(52,37,68)
#2A1F38
(42,31,56)
#20192C
(32,25,44)
#161320
(22,19,32)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #70498C

#70498C
(112,73,140)
#7D5996
(125,89,150)
#8A69A0
(138,105,160)
#9779AA
(151,121,170)
#A489B4
(164,137,180)
#B199BE
(177,153,190)
#BEA9C8
(190,169,200)
#CBB9D2
(203,185,210)
#D8C9DC
(216,201,220)
#E5D9E6
(229,217,230)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70498C color. Also use rgb(112,73,140) instead hex code.

Text Font Color

.myTextColor { color: #70498C; }

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

This text font color is #70498C.


Background Color

.myBgColor { background-color: #70498C; }

<div style="background-color:#70498C">Inner text</div>

This div background color is #70498C.


Border color

.myBorderColor { border: 1px solid #70498C; }

<div style="border:3px solid #70498C">Div</div>

This div border color is #70498C.


Opacity

.myOpacity80 { color: #70498C; opacity: 0.8; }

<p style="color:#70498C;opacity:0.8;">80%</p>

Text with #70498C 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 #70498C;}

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

This text has shadow with #70498C color.

.textShadow {text-shadow: 3px 3px 1px #70498C, 3px 3px 1px red;}

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

This text has shadow with #70498C primary color and red secondary color.


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

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

This text has shadow with #70498C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70498C on black background.


Color preview on white background

This text has color #70498C on white background.



Black color preview on #70498C background

This text has black color on #70498C background.


White color preview on #70498C background

This text has white color on #70498C background.