COLOR #7A4171

HEX: #7A4171
RGB: (122,65,113)

Color info

#7A4171 contains red, green and blue colors in about the same proportion. Web safe color of #7A4171 is #663366 (or #636).

RGB color model

#7A4171 color RGB value is (122,65,113).

  • red value is 122;
  • green value is 65;
  • blue value is 113.
RGB:
(122,65,113)
(48%,25%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 65 of 255 = 25%
B 113 of 255 = 44%

122
65
113

R + G + B ~ 39%. #7A4171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 65 + 113 = 300 (100%)
R 122 of 300 ~ 40.67%
G 65 of 300 ~ 21.67%
B 113 of 300 ~ 37.67%

%40.67
%21.67
%37.67

CMYK color model

#7A4171 color CMYK value is (0,47,7,52).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,47,7,52)
C0M47Y7K52 
(0%,47%,7%,52%)
(0.00/0.47/0.07/0.52)	

CMYK percentages

%0
%46.72
%7.38
%52.16

Codes

Color #7A4171 in popluar color models

7A4171
RGB12265113
HSL309°30.48%36.67%
HSB/HSV309°46.72%47.84%
CMYK0.00%46.72%7.38%
52.16%

Color #7A4171 in popluar number systems.

HEX7A4171
Decimal12265113
Binary111101010000011110001
Octal172101161

Shades and tints

Shades of #7A4171

#7A4171
(122,65,113)
#6F3C67
(111,60,103)
#64375D
(100,55,93)
#593253
(89,50,83)
#4E2D49
(78,45,73)
#43283F
(67,40,63)
#382335
(56,35,53)
#2D1E2B
(45,30,43)
#221921
(34,25,33)
#171417
(23,20,23)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #7A4171

#7A4171
(122,65,113)
#86527D
(134,82,125)
#926389
(146,99,137)
#9E7495
(158,116,149)
#AA85A1
(170,133,161)
#B696AD
(182,150,173)
#C2A7B9
(194,167,185)
#CEB8C5
(206,184,197)
#DAC9D1
(218,201,209)
#E6DADD
(230,218,221)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4171 color. Also use rgb(122,65,113) instead hex code.

Text Font Color

.myTextColor { color: #7A4171; }

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

This text font color is #7A4171.


Background Color

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

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

This div background color is #7A4171.


Border color

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

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

This div border color is #7A4171.


Opacity

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

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

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

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

This text has shadow with #7A4171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4171 on black background.


Color preview on white background

This text has color #7A4171 on white background.



Black color preview on #7A4171 background

This text has black color on #7A4171 background.


White color preview on #7A4171 background

This text has white color on #7A4171 background.