COLOR #7941AB

HEX: #7941AB RGB: (121,65,171)

Color info

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

RGB color model

#7941AB color RGB value is (121,65,171).

RGB: (121,65,171) (47%, 25%, 67%)

RGB channels and saturation

R 121 of 255 = 47%
G 65 of 255 = 25%
B 171 of 255 = 67%

121
65
171

R + G + B ~ 46%. #7941AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 65 + 171 = 357 (100%)
R 121 of 357 ~ 33.89%
G 65 of 357 ~ 18.21%
B 171 of 357 ~ 47.9'%

%33.89
%18.21
%47.9

CMYK color model

#7941AB color CMYK value is (29,62,0,33).

  • cyan value is 29.24%
  • magenta value is 61.99%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (29,62,0,33)
C29M62Y0K33 (29%, 62%, 0%, 33%)
(0.29 / 0.62 / 0.00 / 0.33)

CMYK percentages

%29.24
%61.99
%0
%32.94

Codes

Color #7941AB in popluar color models

79 41 AB
RGB 121 65 171
HSL 272° 44.92% 46.27%
HSB/HSV 272° 61.99% 67.06%
CMYK 29.24% 61.99% 0.00%
32.94%

Color #7941AB in popluar number systems.

HEX 79 41 AB
Decimal 121 65 171
Binary 1111001 1000001 10101011
Octal 171 101 253

Shades and tints

Shades of #7941AB

#7941AB
(121,65,171)
#6E3C9C
(110,60,156)
#63378D
(99,55,141)
#58327E
(88,50,126)
#4D2D6F
(77,45,111)
#422860
(66,40,96)
#372351
(55,35,81)
#2C1E42
(44,30,66)
#211933
(33,25,51)
#161424
(22,20,36)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #7941AB

#7941AB
(121,65,171)
#8552B2
(133,82,178)
#9163B9
(145,99,185)
#9D74C0
(157,116,192)
#A985C7
(169,133,199)
#B596CE
(181,150,206)
#C1A7D5
(193,167,213)
#CDB8DC
(205,184,220)
#D9C9E3
(217,201,227)
#E5DAEA
(229,218,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7941AB color. Also use rgb(121,65,171) instead hex code.

Text Font Color

.myTextColor { color: #7941AB; }

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

This text font color is #7941AB.

Background Color

.myBgColor { background-color: #7941AB; }

<div style="background-color:#7941AB">Inner text</div>

This div background color is #7941AB.

Border color

.myBorderColor { border: 1px solid #7941AB; }

<div style="border:3px solid #7941AB">Div</div>

This div border color is #7941AB.

Opacity

.myOpacity80 { color: #7941AB; opacity: 0.8; }

<p style="color:#7941AB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7941AB color.


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

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

This text has shadow with #7941AB primary color and red secondary color.


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

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

This text has shadow with #7941AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7941AB.

Preview

Color preview on black background

This text has color #7941AB on black background.


Color preview on white background

This text has color #7941AB on white background.


Black color preview on #7941AB background

This text has black color on #7941AB background.


White color preview on #7941AB background

This text has white color on #7941AB background.


Related colors

Complementary color

Complementary color for #hex is #86BE54.


I love getcolorcode.com

Triadic colors

1 #AB7941 and #41AB79 with #7941AB are triadic colors.

2 #AB4179 and #4179AB with #7941AB are triadic colors.