COLOR #7A3988

HEX: #7A3988
RGB: (122,57,136)

Color info

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

RGB color model

#7A3988 color RGB value is (122,57,136).

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

RGB channels and saturation

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

122
57
136

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

Portions of RGB colors in percentages

R + G + B =
122 + 57 + 136 = 315 (100%)
R 122 of 315 ~ 38.73%
G 57 of 315 ~ 18.1%
B 136 of 315 ~ 43.17%

%38.73
%18.1
%43.17

CMYK color model

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

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

CMYK percentages

%10.29
%58.09
%0
%46.67

Codes

Color #7A3988 in popluar color models

7A3988
RGB12257136
HSL289°40.93%37.84%
HSB/HSV289°58.09%53.33%
CMYK10.29%58.09%0.00%
46.67%

Color #7A3988 in popluar number systems.

HEX7A3988
Decimal12257136
Binary111101011100110001000
Octal17271210

Shades and tints

Shades of #7A3988

#7A3988
(122,57,136)
#6F347C
(111,52,124)
#642F70
(100,47,112)
#592A64
(89,42,100)
#4E2558
(78,37,88)
#43204C
(67,32,76)
#381B40
(56,27,64)
#2D1634
(45,22,52)
#221128
(34,17,40)
#170C1C
(23,12,28)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #7A3988

#7A3988
(122,57,136)
#864B92
(134,75,146)
#925D9C
(146,93,156)
#9E6FA6
(158,111,166)
#AA81B0
(170,129,176)
#B693BA
(182,147,186)
#C2A5C4
(194,165,196)
#CEB7CE
(206,183,206)
#DAC9D8
(218,201,216)
#E6DBE2
(230,219,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3988; }

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

This text font color is #7A3988.


Background Color

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

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

This div background color is #7A3988.


Border color

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

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

This div border color is #7A3988.


Opacity

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

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

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

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

This text has shadow with #7A3988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3988 on black background.


Color preview on white background

This text has color #7A3988 on white background.



Black color preview on #7A3988 background

This text has black color on #7A3988 background.


White color preview on #7A3988 background

This text has white color on #7A3988 background.