COLOR #7A50A0

HEX: #7A50A0 RGB: (122,80,160)

Color info

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

RGB color model

#7A50A0 color RGB value is (122,80,160).

RGB: (122,80,160) (48%, 31%, 63%)

RGB channels and saturation

R 122 of 255 = 48%
G 80 of 255 = 31%
B 160 of 255 = 63%

122
80
160

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

Portions of RGB colors in percentages

R + G + B = 122 + 80 + 160 = 362 (100%)
R 122 of 362 ~ 33.7%
G 80 of 362 ~ 22.1%
B 160 of 362 ~ 44.2'%

%33.7
%22.1
%44.2

CMYK color model

#7A50A0 color CMYK value is (24,50,0,37).

  • cyan value is 23.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (24,50,0,37)
C24M50Y0K37 (24%, 50%, 0%, 37%)
(0.24 / 0.50 / 0.00 / 0.37)

CMYK percentages

%23.75
%50
%0
%37.25

Codes

Color #7A50A0 in popluar color models

7A 50 A0
RGB 122 80 160
HSL 272° 33.33% 47.06%
HSB/HSV 272° 50.00% 62.75%
CMYK 23.75% 50.00% 0.00%
37.25%

Color #7A50A0 in popluar number systems.

HEX 7A 50 A0
Decimal 122 80 160
Binary 1111010 1010000 10100000
Octal 172 120 240

Shades and tints

Shades of #7A50A0

#7A50A0
(122,80,160)
#6F4992
(111,73,146)
#644284
(100,66,132)
#593B76
(89,59,118)
#4E3468
(78,52,104)
#432D5A
(67,45,90)
#38264C
(56,38,76)
#2D1F3E
(45,31,62)
#221830
(34,24,48)
#171122
(23,17,34)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #7A50A0

#7A50A0
(122,80,160)
#865FA8
(134,95,168)
#926EB0
(146,110,176)
#9E7DB8
(158,125,184)
#AA8CC0
(170,140,192)
#B69BC8
(182,155,200)
#C2AAD0
(194,170,208)
#CEB9D8
(206,185,216)
#DAC8E0
(218,200,224)
#E6D7E8
(230,215,232)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A50A0 color. Also use rgb(122,80,160) instead hex code.

Text Font Color

.myTextColor { color: #7A50A0; }

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

This text font color is #7A50A0.

Background Color

.myBgColor { background-color: #7A50A0; }

<div style="background-color:#7A50A0">Inner text</div>

This div background color is #7A50A0.

Border color

.myBorderColor { border: 1px solid #7A50A0; }

<div style="border:3px solid #7A50A0">Div</div>

This div border color is #7A50A0.

Opacity

.myOpacity80 { color: #7A50A0; opacity: 0.8; }

<p style="color:#7A50A0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A50A0 color.


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

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

This text has shadow with #7A50A0 primary color and red secondary color.


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

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

This text has shadow with #7A50A0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7A50A0.

Preview

Color preview on black background

This text has color #7A50A0 on black background.


Color preview on white background

This text has color #7A50A0 on white background.


Black color preview on #7A50A0 background

This text has black color on #7A50A0 background.


White color preview on #7A50A0 background

This text has white color on #7A50A0 background.


Related colors

Complementary color

Complementary color for #hex is #85AF5F.


I love getcolorcode.com

Triadic colors

1 #A07A50 and #50A07A with #7A50A0 are triadic colors.

2 #A0507A and #507AA0 with #7A50A0 are triadic colors.