COLOR #7050A5

HEX: #7050A5
RGB: (112,80,165)

Color info

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

RGB color model

#7050A5 color RGB value is (112,80,165).

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

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 165 of 255 = 65%

112
80
165

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

Portions of RGB colors in percentages

R + G + B =
112 + 80 + 165 = 357 (100%)
R 112 of 357 ~ 31.37%
G 80 of 357 ~ 22.41%
B 165 of 357 ~ 46.22%

%31.37
%22.41
%46.22

CMYK color model

#7050A5 color CMYK value is (32,52,0,35).

  • cyan value is 32.12%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,52,0,35)
C32M52Y0K35 
(32%,52%,0%,35%)
(0.32/0.52/0.00/0.35)	

CMYK percentages

%32.12
%51.52
%0
%35.29

Codes

Color #7050A5 in popluar color models

7050A5
RGB11280165
HSL263°34.69%48.04%
HSB/HSV263°51.52%64.71%
CMYK32.12%51.52%0.00%
35.29%

Color #7050A5 in popluar number systems.

HEX7050A5
Decimal11280165
Binary1110000101000010100101
Octal160120245

Shades and tints

Shades of #7050A5

#7050A5
(112,80,165)
#664996
(102,73,150)
#5C4287
(92,66,135)
#523B78
(82,59,120)
#483469
(72,52,105)
#3E2D5A
(62,45,90)
#34264B
(52,38,75)
#2A1F3C
(42,31,60)
#20182D
(32,24,45)
#16111E
(22,17,30)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #7050A5

#7050A5
(112,80,165)
#7D5FAD
(125,95,173)
#8A6EB5
(138,110,181)
#977DBD
(151,125,189)
#A48CC5
(164,140,197)
#B19BCD
(177,155,205)
#BEAAD5
(190,170,213)
#CBB9DD
(203,185,221)
#D8C8E5
(216,200,229)
#E5D7ED
(229,215,237)
#F2E6F5
(242,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7050A5 color. Also use rgb(112,80,165) instead hex code.

Text Font Color

.myTextColor { color: #7050A5; }

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

This text font color is #7050A5.


Background Color

.myBgColor { background-color: #7050A5; }

<div style="background-color:#7050A5">Inner text</div>

This div background color is #7050A5.


Border color

.myBorderColor { border: 1px solid #7050A5; }

<div style="border:3px solid #7050A5">Div</div>

This div border color is #7050A5.


Opacity

.myOpacity80 { color: #7050A5; opacity: 0.8; }

<p style="color:#7050A5;opacity:0.8;">80%</p>

Text with #7050A5 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 #7050A5;}

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

This text has shadow with #7050A5 color.

.textShadow {text-shadow: 3px 3px 1px #7050A5, 3px 3px 1px red;}

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

This text has shadow with #7050A5 primary color and red secondary color.


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

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

This text has shadow with #7050A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7050A5 on black background.


Color preview on white background

This text has color #7050A5 on white background.



Black color preview on #7050A5 background

This text has black color on #7050A5 background.


White color preview on #7050A5 background

This text has white color on #7050A5 background.