COLOR #7059A6

HEX: #7059A6 RGB: (112,89,166)

Color info

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

RGB color model

#7059A6 color RGB value is (112,89,166).

RGB: (112,89,166) (44%, 35%, 65%)

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 166 of 255 = 65%

112
89
166

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

Portions of RGB colors in percentages

R + G + B = 112 + 89 + 166 = 367 (100%)
R 112 of 367 ~ 30.52%
G 89 of 367 ~ 24.25%
B 166 of 367 ~ 45.23'%

%30.52
%24.25
%45.23

CMYK color model

#7059A6 color CMYK value is (33,46,0,35).

  • cyan value is 32.53%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (33,46,0,35)
C33M46Y0K35 (33%, 46%, 0%, 35%)
(0.33 / 0.46 / 0.00 / 0.35)

CMYK percentages

%32.53
%46.39
%0
%34.9

Codes

Color #7059A6 in popluar color models

70 59 A6
RGB 112 89 166
HSL 258° 30.20% 50.00%
HSB/HSV 258° 46.39% 65.10%
CMYK 32.53% 46.39% 0.00%
34.90%

Color #7059A6 in popluar number systems.

HEX 70 59 A6
Decimal 112 89 166
Binary 1110000 1011001 10100110
Octal 160 131 246

Shades and tints

Shades of #7059A6

#7059A6
(112,89,166)
#665197
(102,81,151)
#5C4988
(92,73,136)
#524179
(82,65,121)
#48396A
(72,57,106)
#3E315B
(62,49,91)
#34294C
(52,41,76)
#2A213D
(42,33,61)
#20192E
(32,25,46)
#16111F
(22,17,31)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #7059A6

#7059A6
(112,89,166)
#7D68AE
(125,104,174)
#8A77B6
(138,119,182)
#9786BE
(151,134,190)
#A495C6
(164,149,198)
#B1A4CE
(177,164,206)
#BEB3D6
(190,179,214)
#CBC2DE
(203,194,222)
#D8D1E6
(216,209,230)
#E5E0EE
(229,224,238)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7059A6; }

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

This text font color is #7059A6.

Background Color

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

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

This div background color is #7059A6.

Border color

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

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

This div border color is #7059A6.

Opacity

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

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

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

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

This text has shadow with #7059A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7059A6.

Preview

Color preview on black background

This text has color #7059A6 on black background.


Color preview on white background

This text has color #7059A6 on white background.


Black color preview on #7059A6 background

This text has black color on #7059A6 background.


White color preview on #7059A6 background

This text has white color on #7059A6 background.


Related colors

Complementary color

Complementary color for #hex is #8FA659.


I love getcolorcode.com

Triadic colors

1 #A67059 and #59A670 with #7059A6 are triadic colors.

2 #A65970 and #5970A6 with #7059A6 are triadic colors.