COLOR #7A3177

HEX: #7A3177
RGB: (122,49,119)

Color info

#7A3177 contains mainly red and blue colors. Web safe color of #7A3177 is #663366 (or #636).

RGB color model

#7A3177 color RGB value is (122,49,119).

  • red value is 122;
  • green value is 49;
  • blue value is 119.
RGB:
(122,49,119)
(48%,19%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 49 of 255 = 19%
B 119 of 255 = 47%

122
49
119

R + G + B ~ 38%. #7A3177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 49 + 119 = 290 (100%)
R 122 of 290 ~ 42.07%
G 49 of 290 ~ 16.9%
B 119 of 290 ~ 41.03%

%42.07
%16.9
%41.03

CMYK color model

#7A3177 color CMYK value is (0,60,2,52).

  • cyan value is 0.00%
  • magenta value is 59.84%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(0,60,2,52)
C0M60Y2K52 
(0%,60%,2%,52%)
(0.00/0.60/0.02/0.52)	

CMYK percentages

%0
%59.84
%2.46
%52.16

Codes

Color #7A3177 in popluar color models

7A3177
RGB12249119
HSL302°42.69%33.53%
HSB/HSV302°59.84%47.84%
CMYK0.00%59.84%2.46%
52.16%

Color #7A3177 in popluar number systems.

HEX7A3177
Decimal12249119
Binary11110101100011110111
Octal17261167

Shades and tints

Shades of #7A3177

#7A3177
(122,49,119)
#6F2D6D
(111,45,109)
#642963
(100,41,99)
#592559
(89,37,89)
#4E214F
(78,33,79)
#431D45
(67,29,69)
#38193B
(56,25,59)
#2D1531
(45,21,49)
#221127
(34,17,39)
#170D1D
(23,13,29)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #7A3177

#7A3177
(122,49,119)
#864383
(134,67,131)
#92558F
(146,85,143)
#9E679B
(158,103,155)
#AA79A7
(170,121,167)
#B68BB3
(182,139,179)
#C29DBF
(194,157,191)
#CEAFCB
(206,175,203)
#DAC1D7
(218,193,215)
#E6D3E3
(230,211,227)
#F2E5EF
(242,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3177 color. Also use rgb(122,49,119) instead hex code.

Text Font Color

.myTextColor { color: #7A3177; }

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

This text font color is #7A3177.


Background Color

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

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

This div background color is #7A3177.


Border color

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

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

This div border color is #7A3177.


Opacity

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

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

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

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

This text has shadow with #7A3177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3177 on black background.


Color preview on white background

This text has color #7A3177 on white background.



Black color preview on #7A3177 background

This text has black color on #7A3177 background.


White color preview on #7A3177 background

This text has white color on #7A3177 background.