COLOR #7741AF

HEX: #7741AF
RGB: (119,65,175)

Color info

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

RGB color model

#7741AF color RGB value is (119,65,175).

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

RGB channels and saturation

R 119 of 255 = 47%
G 65 of 255 = 25%
B 175 of 255 = 69%

119
65
175

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

Portions of RGB colors in percentages

R + G + B =
119 + 65 + 175 = 359 (100%)
R 119 of 359 ~ 33.15%
G 65 of 359 ~ 18.11%
B 175 of 359 ~ 48.75%

%33.15
%18.11
%48.75

CMYK color model

#7741AF color CMYK value is (32,63,0,31).

  • cyan value is 32.00%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(32,63,0,31)
C32M63Y0K31 
(32%,63%,0%,31%)
(0.32/0.63/0.00/0.31)	

CMYK percentages

%32
%62.86
%0
%31.37

Codes

Color #7741AF in popluar color models

7741AF
RGB11965175
HSL269°45.83%47.06%
HSB/HSV269°62.86%68.63%
CMYK32.00%62.86%0.00%
31.37%

Color #7741AF in popluar number systems.

HEX7741AF
Decimal11965175
Binary1110111100000110101111
Octal167101257

Shades and tints

Shades of #7741AF

#7741AF
(119,65,175)
#6D3CA0
(109,60,160)
#633791
(99,55,145)
#593282
(89,50,130)
#4F2D73
(79,45,115)
#452864
(69,40,100)
#3B2355
(59,35,85)
#311E46
(49,30,70)
#271937
(39,25,55)
#1D1428
(29,20,40)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #7741AF

#7741AF
(119,65,175)
#8352B6
(131,82,182)
#8F63BD
(143,99,189)
#9B74C4
(155,116,196)
#A785CB
(167,133,203)
#B396D2
(179,150,210)
#BFA7D9
(191,167,217)
#CBB8E0
(203,184,224)
#D7C9E7
(215,201,231)
#E3DAEE
(227,218,238)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7741AF; }

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

This text font color is #7741AF.


Background Color

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

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

This div background color is #7741AF.


Border color

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

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

This div border color is #7741AF.


Opacity

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

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

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

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

This text has shadow with #7741AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7741AF on black background.


Color preview on white background

This text has color #7741AF on white background.



Black color preview on #7741AF background

This text has black color on #7741AF background.


White color preview on #7741AF background

This text has white color on #7741AF background.