COLOR #7A4FA0

HEX: #7A4FA0 RGB: (122,79,160)

Color info

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

RGB color model

#7A4FA0 color RGB value is (122,79,160).

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

RGB channels and saturation

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

122
79
160

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

Portions of RGB colors in percentages

R + G + B = 122 + 79 + 160 = 361 (100%)
R 122 of 361 ~ 33.8%
G 79 of 361 ~ 21.88%
B 160 of 361 ~ 44.32'%

%33.8
%21.88
%44.32

CMYK color model

#7A4FA0 color CMYK value is (24,51,0,37).

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

CMYK: (24,51,0,37)
C24M51Y0K37 (24%, 51%, 0%, 37%)
(0.24 / 0.51 / 0.00 / 0.37)

CMYK percentages

%23.75
%50.63
%0
%37.25

Codes

Color #7A4FA0 in popluar color models

7A 4F A0
RGB 122 79 160
HSL 272° 33.89% 46.86%
HSB/HSV 272° 50.63% 62.75%
CMYK 23.75% 50.63% 0.00%
37.25%

Color #7A4FA0 in popluar number systems.

HEX 7A 4F A0
Decimal 122 79 160
Binary 1111010 1001111 10100000
Octal 172 117 240

Shades and tints

Shades of #7A4FA0

#7A4FA0
(122,79,160)
#6F4892
(111,72,146)
#644184
(100,65,132)
#593A76
(89,58,118)
#4E3368
(78,51,104)
#432C5A
(67,44,90)
#38254C
(56,37,76)
#2D1E3E
(45,30,62)
#221730
(34,23,48)
#171022
(23,16,34)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #7A4FA0

#7A4FA0
(122,79,160)
#865FA8
(134,95,168)
#926FB0
(146,111,176)
#9E7FB8
(158,127,184)
#AA8FC0
(170,143,192)
#B69FC8
(182,159,200)
#C2AFD0
(194,175,208)
#CEBFD8
(206,191,216)
#DACFE0
(218,207,224)
#E6DFE8
(230,223,232)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4FA0; }

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

This text font color is #7A4FA0.

Background Color

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

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

This div background color is #7A4FA0.

Border color

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

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

This div border color is #7A4FA0.

Opacity

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

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

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

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

This text has shadow with #7A4FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4FA0.

Preview

Color preview on black background

This text has color #7A4FA0 on black background.


Color preview on white background

This text has color #7A4FA0 on white background.


Black color preview on #7A4FA0 background

This text has black color on #7A4FA0 background.


White color preview on #7A4FA0 background

This text has white color on #7A4FA0 background.


Related colors

Complementary color

Complementary color for #hex is #85B05F.


I love getcolorcode.com

Triadic colors

1 #A07A4F and #4FA07A with #7A4FA0 are triadic colors.

2 #A04F7A and #4F7AA0 with #7A4FA0 are triadic colors.