COLOR #7457AA

HEX: #7457AA RGB: (116,87,170)

Color info

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

RGB color model

#7457AA color RGB value is (116,87,170).

RGB: (116,87,170) (45%, 34%, 67%)

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 170 of 255 = 67%

116
87
170

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

Portions of RGB colors in percentages

R + G + B = 116 + 87 + 170 = 373 (100%)
R 116 of 373 ~ 31.1%
G 87 of 373 ~ 23.32%
B 170 of 373 ~ 45.58'%

%31.1
%23.32
%45.58

CMYK color model

#7457AA color CMYK value is (32,49,0,33).

  • cyan value is 31.76%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (32,49,0,33) C32M49Y0K33 (32%,49%,0%,33%) (0.32/0.49/0.00/0.33) 

CMYK percentages

%31.76
%48.82
%0
%33.33

Codes

Color #7457AA in popluar color models

74 57 AA
RGB 116 87 170
HSL 261° 32.81% 50.39%
HSB/HSV 261° 48.82% 66.67%
CMYK 31.76% 48.82% 0.00%
33.33%

Color #7457AA in popluar number systems.

HEX 74 57 AA
Decimal 116 87 170
Binary 1110100 1010111 10101010
Octal 164 127 252

Shades and tints

Shades of #7457AA

#7457AA
(116,87,170)
#6A509B
(106,80,155)
#60498C
(96,73,140)
#56427D
(86,66,125)
#4C3B6E
(76,59,110)
#42345F
(66,52,95)
#382D50
(56,45,80)
#2E2641
(46,38,65)
#241F32
(36,31,50)
#1A1823
(26,24,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7457AA

#7457AA
(116,87,170)
#8066B1
(128,102,177)
#8C75B8
(140,117,184)
#9884BF
(152,132,191)
#A493C6
(164,147,198)
#B0A2CD
(176,162,205)
#BCB1D4
(188,177,212)
#C8C0DB
(200,192,219)
#D4CFE2
(212,207,226)
#E0DEE9
(224,222,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7457AA color. Also use rgb(116,87,170) instead hex code.

Text Font Color

.myTextColor { color: #7457AA; }

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

This text font color is #7457AA.

Background Color

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

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

This div background color is #7457AA.

Border color

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

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

This div border color is #7457AA.

Opacity

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

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

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

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

This text has shadow with #7457AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7457AA.

Preview

Color preview on black background

This text has color #7457AA on black background.


Color preview on white background

This text has color #7457AA on white background.


Black color preview on #7457AA background

This text has black color on #7457AA background.


White color preview on #7457AA background

This text has white color on #7457AA background.


Related colors

Complementary color

Complementary color for #hex is #8BA855.


I love getcolorcode.com

Triadic colors

1 #AA7457 and #57AA74 with #7457AA are triadic colors.

2 #AA5774 and #5774AA with #7457AA are triadic colors.