COLOR #7050B2

HEX: #7050B2 RGB: (112,80,178)

Color info

#7050B2 contains mainly blue color. Web safe color of #7050B2 is #666699 (or #669).

RGB color model

#7050B2 color RGB value is (112,80,178).

RGB: (112,80,178) (44%, 31%, 70%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 178 of 255 = 70%

112
80
178

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

Portions of RGB colors in percentages

R + G + B = 112 + 80 + 178 = 370 (100%)
R 112 of 370 ~ 30.27%
G 80 of 370 ~ 21.62%
B 178 of 370 ~ 48.11'%

%30.27
%21.62
%48.11

CMYK color model

#7050B2 color CMYK value is (37,55,0,30).

  • cyan value is 37.08%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (37,55,0,30) C37M55Y0K30 (37%,55%,0%,30%) (0.37/0.55/0.00/0.30) 

CMYK percentages

%37.08
%55.06
%0
%30.2

Codes

Color #7050B2 in popluar color models

70 50 B2
RGB 112 80 178
HSL 260° 38.89% 50.59%
HSB/HSV 260° 55.06% 69.80%
CMYK 37.08% 55.06% 0.00%
30.20%

Color #7050B2 in popluar number systems.

HEX 70 50 B2
Decimal 112 80 178
Binary 1110000 1010000 10110010
Octal 160 120 262

Shades and tints

Shades of #7050B2

#7050B2
(112,80,178)
#6649A2
(102,73,162)
#5C4292
(92,66,146)
#523B82
(82,59,130)
#483472
(72,52,114)
#3E2D62
(62,45,98)
#342652
(52,38,82)
#2A1F42
(42,31,66)
#201832
(32,24,50)
#161122
(22,17,34)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #7050B2

#7050B2
(112,80,178)
#7D5FB9
(125,95,185)
#8A6EC0
(138,110,192)
#977DC7
(151,125,199)
#A48CCE
(164,140,206)
#B19BD5
(177,155,213)
#BEAADC
(190,170,220)
#CBB9E3
(203,185,227)
#D8C8EA
(216,200,234)
#E5D7F1
(229,215,241)
#F2E6F8
(242,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7050B2; }

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

This text font color is #7050B2.

Background Color

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

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

This div background color is #7050B2.

Border color

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

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

This div border color is #7050B2.

Opacity

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

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

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

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

This text has shadow with #7050B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7050B2.

Preview

Color preview on black background

This text has color #7050B2 on black background.


Color preview on white background

This text has color #7050B2 on white background.


Black color preview on #7050B2 background

This text has black color on #7050B2 background.


White color preview on #7050B2 background

This text has white color on #7050B2 background.


Related colors

Complementary color

Complementary color for #hex is #8FAF4D.


I love getcolorcode.com

Triadic colors

1 #B27050 and #50B270 with #7050B2 are triadic colors.

2 #B25070 and #5070B2 with #7050B2 are triadic colors.