COLOR #7059A0

HEX: #7059A0
RGB: (112,89,160)

Color info

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

RGB color model

#7059A0 color RGB value is (112,89,160).

  • red value is 112;
  • green value is 89;
  • blue value is 160.
RGB:
(112,89,160)
(44%,35%,63%)

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 160 of 255 = 63%

112
89
160

R + G + B ~ 47%. #7059A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 89 + 160 = 361 (100%)
R 112 of 361 ~ 31.02%
G 89 of 361 ~ 24.65%
B 160 of 361 ~ 44.32%

%31.02
%24.65
%44.32

CMYK color model

#7059A0 color CMYK value is (30,44,0,37).

  • cyan value is 30.00%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(30,44,0,37)
C30M44Y0K37 
(30%,44%,0%,37%)
(0.30/0.44/0.00/0.37)	

CMYK percentages

%30
%44.38
%0
%37.25

Codes

Color #7059A0 in popluar color models

7059A0
RGB11289160
HSL259°28.51%48.82%
HSB/HSV259°44.38%62.75%
CMYK30.00%44.38%0.00%
37.25%

Color #7059A0 in popluar number systems.

HEX7059A0
Decimal11289160
Binary1110000101100110100000
Octal160131240

Shades and tints

Shades of #7059A0

#7059A0
(112,89,160)
#665192
(102,81,146)
#5C4984
(92,73,132)
#524176
(82,65,118)
#483968
(72,57,104)
#3E315A
(62,49,90)
#34294C
(52,41,76)
#2A213E
(42,33,62)
#201930
(32,25,48)
#161122
(22,17,34)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #7059A0

#7059A0
(112,89,160)
#7D68A8
(125,104,168)
#8A77B0
(138,119,176)
#9786B8
(151,134,184)
#A495C0
(164,149,192)
#B1A4C8
(177,164,200)
#BEB3D0
(190,179,208)
#CBC2D8
(203,194,216)
#D8D1E0
(216,209,224)
#E5E0E8
(229,224,232)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7059A0 color. Also use rgb(112,89,160) instead hex code.

Text Font Color

.myTextColor { color: #7059A0; }

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

This text font color is #7059A0.


Background Color

.myBgColor { background-color: #7059A0; }

<div style="background-color:#7059A0">Inner text</div>

This div background color is #7059A0.


Border color

.myBorderColor { border: 1px solid #7059A0; }

<div style="border:3px solid #7059A0">Div</div>

This div border color is #7059A0.


Opacity

.myOpacity80 { color: #7059A0; opacity: 0.8; }

<p style="color:#7059A0;opacity:0.8;">80%</p>

Text with #7059A0 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 #7059A0;}

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

This text has shadow with #7059A0 color.

.textShadow {text-shadow: 3px 3px 1px #7059A0, 3px 3px 1px red;}

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

This text has shadow with #7059A0 primary color and red secondary color.


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

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

This text has shadow with #7059A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7059A0 on black background.


Color preview on white background

This text has color #7059A0 on white background.



Black color preview on #7059A0 background

This text has black color on #7059A0 background.


White color preview on #7059A0 background

This text has white color on #7059A0 background.