COLOR #7A4D9C

HEX: #7A4D9C
RGB: (122,77,156)

Color info

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

RGB color model

#7A4D9C color RGB value is (122,77,156).

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

RGB channels and saturation

R 122 of 255 = 48%
G 77 of 255 = 30%
B 156 of 255 = 61%

122
77
156

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

Portions of RGB colors in percentages

R + G + B =
122 + 77 + 156 = 355 (100%)
R 122 of 355 ~ 34.37%
G 77 of 355 ~ 21.69%
B 156 of 355 ~ 43.94%

%34.37
%21.69
%43.94

CMYK color model

#7A4D9C color CMYK value is (22,51,0,39).

  • cyan value is 21.79%
  • magenta value is 50.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,51,0,39)
C22M51Y0K39 
(22%,51%,0%,39%)
(0.22/0.51/0.00/0.39)	

CMYK percentages

%21.79
%50.64
%0
%38.82

Codes

Color #7A4D9C in popluar color models

7A4D9C
RGB12277156
HSL274°33.91%45.69%
HSB/HSV274°50.64%61.18%
CMYK21.79%50.64%0.00%
38.82%

Color #7A4D9C in popluar number systems.

HEX7A4D9C
Decimal12277156
Binary1111010100110110011100
Octal172115234

Shades and tints

Shades of #7A4D9C

#7A4D9C
(122,77,156)
#6F468E
(111,70,142)
#643F80
(100,63,128)
#593872
(89,56,114)
#4E3164
(78,49,100)
#432A56
(67,42,86)
#382348
(56,35,72)
#2D1C3A
(45,28,58)
#22152C
(34,21,44)
#170E1E
(23,14,30)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #7A4D9C

#7A4D9C
(122,77,156)
#865DA5
(134,93,165)
#926DAE
(146,109,174)
#9E7DB7
(158,125,183)
#AA8DC0
(170,141,192)
#B69DC9
(182,157,201)
#C2ADD2
(194,173,210)
#CEBDDB
(206,189,219)
#DACDE4
(218,205,228)
#E6DDED
(230,221,237)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4D9C; }

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

This text font color is #7A4D9C.


Background Color

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

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

This div background color is #7A4D9C.


Border color

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

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

This div border color is #7A4D9C.


Opacity

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

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

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

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

This text has shadow with #7A4D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4D9C on black background.


Color preview on white background

This text has color #7A4D9C on white background.



Black color preview on #7A4D9C background

This text has black color on #7A4D9C background.


White color preview on #7A4D9C background

This text has white color on #7A4D9C background.