COLOR #7D60AA

HEX: #7D60AA RGB: (125,96,170)

Color info

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

RGB color model

#7D60AA color RGB value is (125,96,170).

RGB: (125,96,170) (49%, 38%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 170 of 255 = 67%

125
96
170

R + G + B ~ 51%. #7D60AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 96 + 170 = 391 (100%)
R 125 of 391 ~ 31.97%
G 96 of 391 ~ 24.55%
B 170 of 391 ~ 43.48'%

%31.97
%24.55
%43.48

CMYK color model

#7D60AA color CMYK value is (26,44,0,33).

  • cyan value is 26.47%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (26,44,0,33)
C26M44Y0K33 (26%, 44%, 0%, 33%)
(0.26 / 0.44 / 0.00 / 0.33)

CMYK percentages

%26.47
%43.53
%0
%33.33

Codes

Color #7D60AA in popluar color models

7D 60 AA
RGB 125 96 170
HSL 264° 30.33% 52.16%
HSB/HSV 264° 43.53% 66.67%
CMYK 26.47% 43.53% 0.00%
33.33%

Color #7D60AA in popluar number systems.

HEX 7D 60 AA
Decimal 125 96 170
Binary 1111101 1100000 10101010
Octal 175 140 252

Shades and tints

Shades of #7D60AA

#7D60AA
(125,96,170)
#72589B
(114,88,155)
#67508C
(103,80,140)
#5C487D
(92,72,125)
#51406E
(81,64,110)
#46385F
(70,56,95)
#3B3050
(59,48,80)
#302841
(48,40,65)
#252032
(37,32,50)
#1A1823
(26,24,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D60AA

#7D60AA
(125,96,170)
#886EB1
(136,110,177)
#937CB8
(147,124,184)
#9E8ABF
(158,138,191)
#A998C6
(169,152,198)
#B4A6CD
(180,166,205)
#BFB4D4
(191,180,212)
#CAC2DB
(202,194,219)
#D5D0E2
(213,208,226)
#E0DEE9
(224,222,233)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D60AA color. Also use rgb(125,96,170) instead hex code.

Text Font Color

.myTextColor { color: #7D60AA; }

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

This text font color is #7D60AA.

Background Color

.myBgColor { background-color: #7D60AA; }

<div style="background-color:#7D60AA">Inner text</div>

This div background color is #7D60AA.

Border color

.myBorderColor { border: 1px solid #7D60AA; }

<div style="border:3px solid #7D60AA">Div</div>

This div border color is #7D60AA.

Opacity

.myOpacity80 { color: #7D60AA; opacity: 0.8; }

<p style="color:#7D60AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D60AA color.


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

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

This text has shadow with #7D60AA primary color and red secondary color.


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

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

This text has shadow with #7D60AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7D60AA.

Preview

Color preview on black background

This text has color #7D60AA on black background.


Color preview on white background

This text has color #7D60AA on white background.


Black color preview on #7D60AA background

This text has black color on #7D60AA background.


White color preview on #7D60AA background

This text has white color on #7D60AA background.


Related colors

Complementary color

Complementary color for #hex is #829F55.


I love getcolorcode.com

Triadic colors

1 #AA7D60 and #60AA7D with #7D60AA are triadic colors.

2 #AA607D and #607DAA with #7D60AA are triadic colors.