COLOR #7A3987

HEX: #7A3987
RGB: (122,57,135)

Color info

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

RGB color model

#7A3987 color RGB value is (122,57,135).

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

RGB channels and saturation

R 122 of 255 = 48%
G 57 of 255 = 22%
B 135 of 255 = 53%

122
57
135

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

Portions of RGB colors in percentages

R + G + B =
122 + 57 + 135 = 314 (100%)
R 122 of 314 ~ 38.85%
G 57 of 314 ~ 18.15%
B 135 of 314 ~ 42.99%

%38.85
%18.15
%42.99

CMYK color model

#7A3987 color CMYK value is (10,58,0,47).

  • cyan value is 9.63%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(10,58,0,47)
C10M58Y0K47 
(10%,58%,0%,47%)
(0.10/0.58/0.00/0.47)	

CMYK percentages

%9.63
%57.78
%0
%47.06

Codes

Color #7A3987 in popluar color models

7A3987
RGB12257135
HSL290°40.63%37.65%
HSB/HSV290°57.78%52.94%
CMYK9.63%57.78%0.00%
47.06%

Color #7A3987 in popluar number systems.

HEX7A3987
Decimal12257135
Binary111101011100110000111
Octal17271207

Shades and tints

Shades of #7A3987

#7A3987
(122,57,135)
#6F347B
(111,52,123)
#642F6F
(100,47,111)
#592A63
(89,42,99)
#4E2557
(78,37,87)
#43204B
(67,32,75)
#381B3F
(56,27,63)
#2D1633
(45,22,51)
#221127
(34,17,39)
#170C1B
(23,12,27)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #7A3987

#7A3987
(122,57,135)
#864B91
(134,75,145)
#925D9B
(146,93,155)
#9E6FA5
(158,111,165)
#AA81AF
(170,129,175)
#B693B9
(182,147,185)
#C2A5C3
(194,165,195)
#CEB7CD
(206,183,205)
#DAC9D7
(218,201,215)
#E6DBE1
(230,219,225)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3987; }

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

This text font color is #7A3987.


Background Color

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

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

This div background color is #7A3987.


Border color

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

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

This div border color is #7A3987.


Opacity

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

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

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

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

This text has shadow with #7A3987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3987 on black background.


Color preview on white background

This text has color #7A3987 on white background.



Black color preview on #7A3987 background

This text has black color on #7A3987 background.


White color preview on #7A3987 background

This text has white color on #7A3987 background.