COLOR #7701AA

HEX: #7701AA RGB: (119,1,170)

Color info

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

RGB color model

#7701AA color RGB value is (119,1,170).

RGB: (119,1,170) (47%, 0%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 1 of 255 = 0%
B 170 of 255 = 67%

119
1
170

R + G + B ~ 38%. #7701AA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 1 + 170 = 290 (100%)
R 119 of 290 ~ 41.03%
G 1 of 290 ~ 0.34%
B 170 of 290 ~ 58.62'%

%41.03
%58.62

CMYK color model

#7701AA color CMYK value is (30,99,0,33).

  • cyan value is 30.00%
  • magenta value is 99.41%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (30,99,0,33)
C30M99Y0K33 (30%, 99%, 0%, 33%)
(0.30 / 0.99 / 0.00 / 0.33)

CMYK percentages

%30
%99.41
%0
%33.33

Codes

Color #7701AA in popluar color models

77 01 AA
RGB 119 1 170
HSL 282° 98.83% 33.53%
HSB/HSV 282° 99.41% 66.67%
CMYK 30.00% 99.41% 0.00%
33.33%

Color #7701AA in popluar number systems.

HEX 77 01 AA
Decimal 119 1 170
Binary 1110111 1 10101010
Octal 167 1 252

Shades and tints

Shades of #7701AA

#7701AA
(119,1,170)
#6D019B
(109,1,155)
#63018C
(99,1,140)
#59017D
(89,1,125)
#4F016E
(79,1,110)
#45015F
(69,1,95)
#3B0150
(59,1,80)
#310141
(49,1,65)
#270132
(39,1,50)
#1D0123
(29,1,35)
#130114
(19,1,20)
#000000
(0,0,0)

Tints of #7701AA

#7701AA
(119,1,170)
#8318B1
(131,24,177)
#8F2FB8
(143,47,184)
#9B46BF
(155,70,191)
#A75DC6
(167,93,198)
#B374CD
(179,116,205)
#BF8BD4
(191,139,212)
#CBA2DB
(203,162,219)
#D7B9E2
(215,185,226)
#E3D0E9
(227,208,233)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7701AA color. Also use rgb(119,1,170) instead hex code.

Text Font Color

.myTextColor { color: #7701AA; }

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

This text font color is #7701AA.

Background Color

.myBgColor { background-color: #7701AA; }

<div style="background-color:#7701AA">Inner text</div>

This div background color is #7701AA.

Border color

.myBorderColor { border: 1px solid #7701AA; }

<div style="border:3px solid #7701AA">Div</div>

This div border color is #7701AA.

Opacity

.myOpacity80 { color: #7701AA; opacity: 0.8; }

<p style="color:#7701AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7701AA color.


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

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

This text has shadow with #7701AA primary color and red secondary color.


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

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

This text has shadow with #7701AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7701AA.

Preview

Color preview on black background

This text has color #7701AA on black background.


Color preview on white background

This text has color #7701AA on white background.


Black color preview on #7701AA background

This text has black color on #7701AA background.


White color preview on #7701AA background

This text has white color on #7701AA background.


Related colors

Complementary color

Complementary color for #7701AA is #88FE55.


I love getcolorcode.com

Triadic colors

1 #AA7701 and #01AA77 with #7701AA are triadic colors.

2 #AA0177 and #0177AA with #7701AA are triadic colors.