COLOR #7A4E87

HEX: #7A4E87
RGB: (122,78,135)

Color info

#7A4E87 contains red, green and blue colors in about the same proportion. Web safe color of #7A4E87 is #666699 (or #669).

RGB color model

#7A4E87 color RGB value is (122,78,135).

  • red value is 122;
  • green value is 78;
  • blue value is 135.
RGB:
(122,78,135)
(48%,31%,53%)

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 135 of 255 = 53%

122
78
135

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

Portions of RGB colors in percentages

R + G + B =
122 + 78 + 135 = 335 (100%)
R 122 of 335 ~ 36.42%
G 78 of 335 ~ 23.28%
B 135 of 335 ~ 40.3%

%36.42
%23.28
%40.3

CMYK color model

#7A4E87 color CMYK value is (10,42,0,47).

  • cyan value is 9.63%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(10,42,0,47)
C10M42Y0K47 
(10%,42%,0%,47%)
(0.10/0.42/0.00/0.47)	

CMYK percentages

%9.63
%42.22
%0
%47.06

Codes

Color #7A4E87 in popluar color models

7A4E87
RGB12278135
HSL286°26.76%41.76%
HSB/HSV286°42.22%52.94%
CMYK9.63%42.22%0.00%
47.06%

Color #7A4E87 in popluar number systems.

HEX7A4E87
Decimal12278135
Binary1111010100111010000111
Octal172116207

Shades and tints

Shades of #7A4E87

#7A4E87
(122,78,135)
#6F477B
(111,71,123)
#64406F
(100,64,111)
#593963
(89,57,99)
#4E3257
(78,50,87)
#432B4B
(67,43,75)
#38243F
(56,36,63)
#2D1D33
(45,29,51)
#221627
(34,22,39)
#170F1B
(23,15,27)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #7A4E87

#7A4E87
(122,78,135)
#865E91
(134,94,145)
#926E9B
(146,110,155)
#9E7EA5
(158,126,165)
#AA8EAF
(170,142,175)
#B69EB9
(182,158,185)
#C2AEC3
(194,174,195)
#CEBECD
(206,190,205)
#DACED7
(218,206,215)
#E6DEE1
(230,222,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4E87 color. Also use rgb(122,78,135) instead hex code.

Text Font Color

.myTextColor { color: #7A4E87; }

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

This text font color is #7A4E87.


Background Color

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

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

This div background color is #7A4E87.


Border color

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

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

This div border color is #7A4E87.


Opacity

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

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

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

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

This text has shadow with #7A4E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4E87 on black background.


Color preview on white background

This text has color #7A4E87 on white background.



Black color preview on #7A4E87 background

This text has black color on #7A4E87 background.


White color preview on #7A4E87 background

This text has white color on #7A4E87 background.