COLOR #7741AB

HEX: #7741AB
RGB: (119,65,171)

Color info

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

RGB color model

#7741AB color RGB value is (119,65,171).

  • red value is 119;
  • green value is 65;
  • blue value is 171.
RGB:
(119,65,171)
(47%,25%,67%)

RGB channels and saturation

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

119
65
171

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

Portions of RGB colors in percentages

R + G + B =
119 + 65 + 171 = 355 (100%)
R 119 of 355 ~ 33.52%
G 65 of 355 ~ 18.31%
B 171 of 355 ~ 48.17%

%33.52
%18.31
%48.17

CMYK color model

#7741AB color CMYK value is (30,62,0,33).

  • cyan value is 30.41%
  • magenta value is 61.99%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(30,62,0,33)
C30M62Y0K33 
(30%,62%,0%,33%)
(0.30/0.62/0.00/0.33)	

CMYK percentages

%30.41
%61.99
%0
%32.94

Codes

Color #7741AB in popluar color models

7741AB
RGB11965171
HSL271°44.92%46.27%
HSB/HSV271°61.99%67.06%
CMYK30.41%61.99%0.00%
32.94%

Color #7741AB in popluar number systems.

HEX7741AB
Decimal11965171
Binary1110111100000110101011
Octal167101253

Shades and tints

Shades of #7741AB

#7741AB
(119,65,171)
#6D3C9C
(109,60,156)
#63378D
(99,55,141)
#59327E
(89,50,126)
#4F2D6F
(79,45,111)
#452860
(69,40,96)
#3B2351
(59,35,81)
#311E42
(49,30,66)
#271933
(39,25,51)
#1D1424
(29,20,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #7741AB

#7741AB
(119,65,171)
#8352B2
(131,82,178)
#8F63B9
(143,99,185)
#9B74C0
(155,116,192)
#A785C7
(167,133,199)
#B396CE
(179,150,206)
#BFA7D5
(191,167,213)
#CBB8DC
(203,184,220)
#D7C9E3
(215,201,227)
#E3DAEA
(227,218,234)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7741AB; }

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

This text font color is #7741AB.


Background Color

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

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

This div background color is #7741AB.


Border color

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

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

This div border color is #7741AB.


Opacity

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

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

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

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

This text has shadow with #7741AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7741AB on black background.


Color preview on white background

This text has color #7741AB on white background.



Black color preview on #7741AB background

This text has black color on #7741AB background.


White color preview on #7741AB background

This text has white color on #7741AB background.