COLOR #7A3589

HEX: #7A3589
RGB: (122,53,137)

Color info

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

RGB color model

#7A3589 color RGB value is (122,53,137).

  • red value is 122;
  • green value is 53;
  • blue value is 137.
RGB:
(122,53,137)
(48%,21%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 53 of 255 = 21%
B 137 of 255 = 54%

122
53
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 53 + 137 = 312 (100%)
R 122 of 312 ~ 39.1%
G 53 of 312 ~ 16.99%
B 137 of 312 ~ 43.91%

%39.1
%16.99
%43.91

CMYK color model

#7A3589 color CMYK value is (11,61,0,46).

  • cyan value is 10.95%
  • magenta value is 61.31%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(11,61,0,46)
C11M61Y0K46 
(11%,61%,0%,46%)
(0.11/0.61/0.00/0.46)	

CMYK percentages

%10.95
%61.31
%0
%46.27

Codes

Color #7A3589 in popluar color models

7A3589
RGB12253137
HSL289°44.21%37.25%
HSB/HSV289°61.31%53.73%
CMYK10.95%61.31%0.00%
46.27%

Color #7A3589 in popluar number systems.

HEX7A3589
Decimal12253137
Binary111101011010110001001
Octal17265211

Shades and tints

Shades of #7A3589

#7A3589
(122,53,137)
#6F317D
(111,49,125)
#642D71
(100,45,113)
#592965
(89,41,101)
#4E2559
(78,37,89)
#43214D
(67,33,77)
#381D41
(56,29,65)
#2D1935
(45,25,53)
#221529
(34,21,41)
#17111D
(23,17,29)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #7A3589

#7A3589
(122,53,137)
#864793
(134,71,147)
#92599D
(146,89,157)
#9E6BA7
(158,107,167)
#AA7DB1
(170,125,177)
#B68FBB
(182,143,187)
#C2A1C5
(194,161,197)
#CEB3CF
(206,179,207)
#DAC5D9
(218,197,217)
#E6D7E3
(230,215,227)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3589 color. Also use rgb(122,53,137) instead hex code.

Text Font Color

.myTextColor { color: #7A3589; }

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

This text font color is #7A3589.


Background Color

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

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

This div background color is #7A3589.


Border color

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

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

This div border color is #7A3589.


Opacity

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

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

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

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

This text has shadow with #7A3589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3589 on black background.


Color preview on white background

This text has color #7A3589 on white background.



Black color preview on #7A3589 background

This text has black color on #7A3589 background.


White color preview on #7A3589 background

This text has white color on #7A3589 background.