COLOR #7A349D

HEX: #7A349D RGB: (122,52,157)

Color info

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

RGB color model

#7A349D color RGB value is (122,52,157).

RGB: (122,52,157) (48%, 20%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 52 of 255 = 20%
B 157 of 255 = 62%

122
52
157

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

Portions of RGB colors in percentages

R + G + B = 122 + 52 + 157 = 331 (100%)
R 122 of 331 ~ 36.86%
G 52 of 331 ~ 15.71%
B 157 of 331 ~ 47.43'%

%36.86
%15.71
%47.43

CMYK color model

#7A349D color CMYK value is (22,67,0,38).

  • cyan value is 22.29%
  • magenta value is 66.88%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (22,67,0,38)
C22M67Y0K38 (22%, 67%, 0%, 38%)
(0.22 / 0.67 / 0.00 / 0.38)

CMYK percentages

%22.29
%66.88
%0
%38.43

Codes

Color #7A349D in popluar color models

7A 34 9D
RGB 122 52 157
HSL 280° 50.24% 40.98%
HSB/HSV 280° 66.88% 61.57%
CMYK 22.29% 66.88% 0.00%
38.43%

Color #7A349D in popluar number systems.

HEX 7A 34 9D
Decimal 122 52 157
Binary 1111010 110100 10011101
Octal 172 64 235

Shades and tints

Shades of #7A349D

#7A349D
(122,52,157)
#6F308F
(111,48,143)
#642C81
(100,44,129)
#592873
(89,40,115)
#4E2465
(78,36,101)
#432057
(67,32,87)
#381C49
(56,28,73)
#2D183B
(45,24,59)
#22142D
(34,20,45)
#17101F
(23,16,31)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7A349D

#7A349D
(122,52,157)
#8646A5
(134,70,165)
#9258AD
(146,88,173)
#9E6AB5
(158,106,181)
#AA7CBD
(170,124,189)
#B68EC5
(182,142,197)
#C2A0CD
(194,160,205)
#CEB2D5
(206,178,213)
#DAC4DD
(218,196,221)
#E6D6E5
(230,214,229)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A349D color. Also use rgb(122,52,157) instead hex code.

Text Font Color

.myTextColor { color: #7A349D; }

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

This text font color is #7A349D.

Background Color

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

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

This div background color is #7A349D.

Border color

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

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

This div border color is #7A349D.

Opacity

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

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

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

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

This text has shadow with #7A349D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A349D.

Preview

Color preview on black background

This text has color #7A349D on black background.


Color preview on white background

This text has color #7A349D on white background.


Black color preview on #7A349D background

This text has black color on #7A349D background.


White color preview on #7A349D background

This text has white color on #7A349D background.


Related colors

Complementary color

Complementary color for #hex is #85CB62.


I love getcolorcode.com

Triadic colors

1 #9D7A34 and #349D7A with #7A349D are triadic colors.

2 #9D347A and #347A9D with #7A349D are triadic colors.