COLOR #7164AA

HEX: #7164AA RGB: (113,100,170)

Color info

#7164AA contains mainly red and blue colors. Web safe color of #7164AA is #666699 (or #669).

RGB color model

#7164AA color RGB value is (113,100,170).

RGB: (113,100,170) (44%, 39%, 67%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 170 of 255 = 67%

113
100
170

R + G + B ~ 50%. #7164AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 100 + 170 = 383 (100%)
R 113 of 383 ~ 29.5%
G 100 of 383 ~ 26.11%
B 170 of 383 ~ 44.39'%

%29.5
%26.11
%44.39

CMYK color model

#7164AA color CMYK value is (34,41,0,33).

  • cyan value is 33.53%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (34,41,0,33)
C34M41Y0K33 (34%, 41%, 0%, 33%)
(0.34 / 0.41 / 0.00 / 0.33)

CMYK percentages

%33.53
%41.18
%0
%33.33

Codes

Color #7164AA in popluar color models

71 64 AA
RGB 113 100 170
HSL 251° 29.17% 52.94%
HSB/HSV 251° 41.18% 66.67%
CMYK 33.53% 41.18% 0.00%
33.33%

Color #7164AA in popluar number systems.

HEX 71 64 AA
Decimal 113 100 170
Binary 1110001 1100100 10101010
Octal 161 144 252

Shades and tints

Shades of #7164AA

#7164AA
(113,100,170)
#675B9B
(103,91,155)
#5D528C
(93,82,140)
#53497D
(83,73,125)
#49406E
(73,64,110)
#3F375F
(63,55,95)
#352E50
(53,46,80)
#2B2541
(43,37,65)
#211C32
(33,28,50)
#171323
(23,19,35)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #7164AA

#7164AA
(113,100,170)
#7D72B1
(125,114,177)
#8980B8
(137,128,184)
#958EBF
(149,142,191)
#A19CC6
(161,156,198)
#ADAACD
(173,170,205)
#B9B8D4
(185,184,212)
#C5C6DB
(197,198,219)
#D1D4E2
(209,212,226)
#DDE2E9
(221,226,233)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7164AA color. Also use rgb(113,100,170) instead hex code.

Text Font Color

.myTextColor { color: #7164AA; }

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

This text font color is #7164AA.

Background Color

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

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

This div background color is #7164AA.

Border color

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

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

This div border color is #7164AA.

Opacity

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

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

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

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

This text has shadow with #7164AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7164AA.

Preview

Color preview on black background

This text has color #7164AA on black background.


Color preview on white background

This text has color #7164AA on white background.


Black color preview on #7164AA background

This text has black color on #7164AA background.


White color preview on #7164AA background

This text has white color on #7164AA background.


Related colors

Complementary color

Complementary color for #hex is #8E9B55.


I love getcolorcode.com

Triadic colors

1 #AA7164 and #64AA71 with #7164AA are triadic colors.

2 #AA6471 and #6471AA with #7164AA are triadic colors.