COLOR #7A499E

HEX: #7A499E RGB: (122,73,158)

Color info

#7A499E contains mainly red and blue colors. Web safe color of #7A499E is #663399 (or #639).

RGB color model

#7A499E color RGB value is (122,73,158).

RGB: (122,73,158) (48%, 29%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 158 of 255 = 62%

122
73
158

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

Portions of RGB colors in percentages

R + G + B = 122 + 73 + 158 = 353 (100%)
R 122 of 353 ~ 34.56%
G 73 of 353 ~ 20.68%
B 158 of 353 ~ 44.76'%

%34.56
%20.68
%44.76

CMYK color model

#7A499E color CMYK value is (23,54,0,38).

  • cyan value is 22.78%
  • magenta value is 53.80%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (23,54,0,38)
C23M54Y0K38 (23%, 54%, 0%, 38%)
(0.23 / 0.54 / 0.00 / 0.38)

CMYK percentages

%22.78
%53.8
%0
%38.04

Codes

Color #7A499E in popluar color models

7A 49 9E
RGB 122 73 158
HSL 275° 36.80% 45.29%
HSB/HSV 275° 53.80% 61.96%
CMYK 22.78% 53.80% 0.00%
38.04%

Color #7A499E in popluar number systems.

HEX 7A 49 9E
Decimal 122 73 158
Binary 1111010 1001001 10011110
Octal 172 111 236

Shades and tints

Shades of #7A499E

#7A499E
(122,73,158)
#6F4390
(111,67,144)
#643D82
(100,61,130)
#593774
(89,55,116)
#4E3166
(78,49,102)
#432B58
(67,43,88)
#38254A
(56,37,74)
#2D1F3C
(45,31,60)
#22192E
(34,25,46)
#171320
(23,19,32)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #7A499E

#7A499E
(122,73,158)
#8659A6
(134,89,166)
#9269AE
(146,105,174)
#9E79B6
(158,121,182)
#AA89BE
(170,137,190)
#B699C6
(182,153,198)
#C2A9CE
(194,169,206)
#CEB9D6
(206,185,214)
#DAC9DE
(218,201,222)
#E6D9E6
(230,217,230)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A499E color. Also use rgb(122,73,158) instead hex code.

Text Font Color

.myTextColor { color: #7A499E; }

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

This text font color is #7A499E.

Background Color

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

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

This div background color is #7A499E.

Border color

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

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

This div border color is #7A499E.

Opacity

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

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

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

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

This text has shadow with #7A499E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A499E.

Preview

Color preview on black background

This text has color #7A499E on black background.


Color preview on white background

This text has color #7A499E on white background.


Black color preview on #7A499E background

This text has black color on #7A499E background.


White color preview on #7A499E background

This text has white color on #7A499E background.


Related colors

Complementary color

Complementary color for #hex is #85B661.


I love getcolorcode.com

Triadic colors

1 #9E7A49 and #499E7A with #7A499E are triadic colors.

2 #9E497A and #497A9E with #7A499E are triadic colors.