COLOR #70509F

HEX: #70509F
RGB: (112,80,159)

Color info

#70509F contains mainly red and blue colors. Web safe color of #70509F is #666699 (or #669).

RGB color model

#70509F color RGB value is (112,80,159).

  • red value is 112;
  • green value is 80;
  • blue value is 159.
RGB:
(112,80,159)
(44%,31%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 159 of 255 = 62%

112
80
159

R + G + B ~ 46%. #70509F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 159 = 351 (100%)
R 112 of 351 ~ 31.91%
G 80 of 351 ~ 22.79%
B 159 of 351 ~ 45.3%

%31.91
%22.79
%45.3

CMYK color model

#70509F color CMYK value is (30,50,0,38).

  • cyan value is 29.56%
  • magenta value is 49.69%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(30,50,0,38)
C30M50Y0K38 
(30%,50%,0%,38%)
(0.30/0.50/0.00/0.38)	

CMYK percentages

%29.56
%49.69
%0
%37.65

Codes

Color #70509F in popluar color models

70509F
RGB11280159
HSL264°33.05%46.86%
HSB/HSV264°49.69%62.35%
CMYK29.56%49.69%0.00%
37.65%

Color #70509F in popluar number systems.

HEX70509F
Decimal11280159
Binary1110000101000010011111
Octal160120237

Shades and tints

Shades of #70509F

#70509F
(112,80,159)
#664991
(102,73,145)
#5C4283
(92,66,131)
#523B75
(82,59,117)
#483467
(72,52,103)
#3E2D59
(62,45,89)
#34264B
(52,38,75)
#2A1F3D
(42,31,61)
#20182F
(32,24,47)
#161121
(22,17,33)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #70509F

#70509F
(112,80,159)
#7D5FA7
(125,95,167)
#8A6EAF
(138,110,175)
#977DB7
(151,125,183)
#A48CBF
(164,140,191)
#B19BC7
(177,155,199)
#BEAACF
(190,170,207)
#CBB9D7
(203,185,215)
#D8C8DF
(216,200,223)
#E5D7E7
(229,215,231)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70509F color. Also use rgb(112,80,159) instead hex code.

Text Font Color

.myTextColor { color: #70509F; }

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

This text font color is #70509F.


Background Color

.myBgColor { background-color: #70509F; }

<div style="background-color:#70509F">Inner text</div>

This div background color is #70509F.


Border color

.myBorderColor { border: 1px solid #70509F; }

<div style="border:3px solid #70509F">Div</div>

This div border color is #70509F.


Opacity

.myOpacity80 { color: #70509F; opacity: 0.8; }

<p style="color:#70509F;opacity:0.8;">80%</p>

Text with #70509F 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 #70509F;}

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

This text has shadow with #70509F color.

.textShadow {text-shadow: 3px 3px 1px #70509F, 3px 3px 1px red;}

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

This text has shadow with #70509F primary color and red secondary color.


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

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

This text has shadow with #70509F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70509F on black background.


Color preview on white background

This text has color #70509F on white background.



Black color preview on #70509F background

This text has black color on #70509F background.


White color preview on #70509F background

This text has white color on #70509F background.