COLOR #770AAD

HEX: #770AAD
RGB: (119,10,173)

Color info

#770AAD contains mainly red and blue colors. Web safe color of #770AAD is #660099 (or #609).

RGB color model

#770AAD color RGB value is (119,10,173).

  • red value is 119;
  • green value is 10;
  • blue value is 173.
RGB:
(119,10,173)
(47%,4%,68%)

RGB channels and saturation

R 119 of 255 = 47%
G 10 of 255 = 4%
B 173 of 255 = 68%

119
10
173

R + G + B ~ 40%. #770AAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 10 + 173 = 302 (100%)
R 119 of 302 ~ 39.4%
G 10 of 302 ~ 3.31%
B 173 of 302 ~ 57.28%

%39.4
%57.28

CMYK color model

#770AAD color CMYK value is (31,94,0,32).

  • cyan value is 31.21%
  • magenta value is 94.22%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(31,94,0,32)
C31M94Y0K32 
(31%,94%,0%,32%)
(0.31/0.94/0.00/0.32)	

CMYK percentages

%31.21
%94.22
%0
%32.16

Codes

Color #770AAD in popluar color models

770AAD
RGB11910173
HSL280°89.07%35.88%
HSB/HSV280°94.22%67.84%
CMYK31.21%94.22%0.00%
32.16%

Color #770AAD in popluar number systems.

HEX770AAD
Decimal11910173
Binary1110111101010101101
Octal16712255

Shades and tints

Shades of #770AAD

#770AAD
(119,10,173)
#6D0A9E
(109,10,158)
#630A8F
(99,10,143)
#590A80
(89,10,128)
#4F0A71
(79,10,113)
#450A62
(69,10,98)
#3B0A53
(59,10,83)
#310A44
(49,10,68)
#270A35
(39,10,53)
#1D0A26
(29,10,38)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #770AAD

#770AAD
(119,10,173)
#8320B4
(131,32,180)
#8F36BB
(143,54,187)
#9B4CC2
(155,76,194)
#A762C9
(167,98,201)
#B378D0
(179,120,208)
#BF8ED7
(191,142,215)
#CBA4DE
(203,164,222)
#D7BAE5
(215,186,229)
#E3D0EC
(227,208,236)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770AAD color. Also use rgb(119,10,173) instead hex code.

Text Font Color

.myTextColor { color: #770AAD; }

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

This text font color is #770AAD.


Background Color

.myBgColor { background-color: #770AAD; }

<div style="background-color:#770AAD">Inner text</div>

This div background color is #770AAD.


Border color

.myBorderColor { border: 1px solid #770AAD; }

<div style="border:3px solid #770AAD">Div</div>

This div border color is #770AAD.


Opacity

.myOpacity80 { color: #770AAD; opacity: 0.8; }

<p style="color:#770AAD;opacity:0.8;">80%</p>

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

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

This text has shadow with #770AAD color.

.textShadow {text-shadow: 3px 3px 1px #770AAD, 3px 3px 1px red;}

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

This text has shadow with #770AAD primary color and red secondary color.


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

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

This text has shadow with #770AAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770AAD on black background.


Color preview on white background

This text has color #770AAD on white background.



Black color preview on #770AAD background

This text has black color on #770AAD background.


White color preview on #770AAD background

This text has white color on #770AAD background.