COLOR #7A579C

HEX: #7A579C
RGB: (122,87,156)

Color info

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

RGB color model

#7A579C color RGB value is (122,87,156).

  • red value is 122;
  • green value is 87;
  • blue value is 156.
RGB:
(122,87,156)
(48%,34%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 156 of 255 = 61%

122
87
156

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

Portions of RGB colors in percentages

R + G + B =
122 + 87 + 156 = 365 (100%)
R 122 of 365 ~ 33.42%
G 87 of 365 ~ 23.84%
B 156 of 365 ~ 42.74%

%33.42
%23.84
%42.74

CMYK color model

#7A579C color CMYK value is (22,44,0,39).

  • cyan value is 21.79%
  • magenta value is 44.23%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,44,0,39)
C22M44Y0K39 
(22%,44%,0%,39%)
(0.22/0.44/0.00/0.39)	

CMYK percentages

%21.79
%44.23
%0
%38.82

Codes

Color #7A579C in popluar color models

7A579C
RGB12287156
HSL270°28.40%47.65%
HSB/HSV270°44.23%61.18%
CMYK21.79%44.23%0.00%
38.82%

Color #7A579C in popluar number systems.

HEX7A579C
Decimal12287156
Binary1111010101011110011100
Octal172127234

Shades and tints

Shades of #7A579C

#7A579C
(122,87,156)
#6F508E
(111,80,142)
#644980
(100,73,128)
#594272
(89,66,114)
#4E3B64
(78,59,100)
#433456
(67,52,86)
#382D48
(56,45,72)
#2D263A
(45,38,58)
#221F2C
(34,31,44)
#17181E
(23,24,30)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #7A579C

#7A579C
(122,87,156)
#8666A5
(134,102,165)
#9275AE
(146,117,174)
#9E84B7
(158,132,183)
#AA93C0
(170,147,192)
#B6A2C9
(182,162,201)
#C2B1D2
(194,177,210)
#CEC0DB
(206,192,219)
#DACFE4
(218,207,228)
#E6DEED
(230,222,237)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A579C color. Also use rgb(122,87,156) instead hex code.

Text Font Color

.myTextColor { color: #7A579C; }

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

This text font color is #7A579C.


Background Color

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

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

This div background color is #7A579C.


Border color

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

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

This div border color is #7A579C.


Opacity

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

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

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

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

This text has shadow with #7A579C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A579C on black background.


Color preview on white background

This text has color #7A579C on white background.



Black color preview on #7A579C background

This text has black color on #7A579C background.


White color preview on #7A579C background

This text has white color on #7A579C background.