COLOR #7D45AA

HEX: #7D45AA RGB: (125,69,170)

Color info

#7D45AA contains mainly red and blue colors. Web safe color of #7D45AA is #663399 (or #639).

RGB color model

#7D45AA color RGB value is (125,69,170).

RGB: (125,69,170) (49%, 27%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 170 of 255 = 67%

125
69
170

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

Portions of RGB colors in percentages

R + G + B = 125 + 69 + 170 = 364 (100%)
R 125 of 364 ~ 34.34%
G 69 of 364 ~ 18.96%
B 170 of 364 ~ 46.7'%

%34.34
%18.96
%46.7

CMYK color model

#7D45AA color CMYK value is (26,59,0,33).

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

CMYK: (26,59,0,33)
C26M59Y0K33 (26%, 59%, 0%, 33%)
(0.26 / 0.59 / 0.00 / 0.33)

CMYK percentages

%26.47
%59.41
%0
%33.33

Codes

Color #7D45AA in popluar color models

7D 45 AA
RGB 125 69 170
HSL 273° 42.26% 46.86%
HSB/HSV 273° 59.41% 66.67%
CMYK 26.47% 59.41% 0.00%
33.33%

Color #7D45AA in popluar number systems.

HEX 7D 45 AA
Decimal 125 69 170
Binary 1111101 1000101 10101010
Octal 175 105 252

Shades and tints

Shades of #7D45AA

#7D45AA
(125,69,170)
#723F9B
(114,63,155)
#67398C
(103,57,140)
#5C337D
(92,51,125)
#512D6E
(81,45,110)
#46275F
(70,39,95)
#3B2150
(59,33,80)
#301B41
(48,27,65)
#251532
(37,21,50)
#1A0F23
(26,15,35)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #7D45AA

#7D45AA
(125,69,170)
#8855B1
(136,85,177)
#9365B8
(147,101,184)
#9E75BF
(158,117,191)
#A985C6
(169,133,198)
#B495CD
(180,149,205)
#BFA5D4
(191,165,212)
#CAB5DB
(202,181,219)
#D5C5E2
(213,197,226)
#E0D5E9
(224,213,233)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D45AA; }

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

This text font color is #7D45AA.

Background Color

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

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

This div background color is #7D45AA.

Border color

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

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

This div border color is #7D45AA.

Opacity

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

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

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

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

This text has shadow with #7D45AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D45AA.

Preview

Color preview on black background

This text has color #7D45AA on black background.


Color preview on white background

This text has color #7D45AA on white background.


Black color preview on #7D45AA background

This text has black color on #7D45AA background.


White color preview on #7D45AA background

This text has white color on #7D45AA background.


Related colors

Complementary color

Complementary color for #hex is #82BA55.


I love getcolorcode.com

Triadic colors

1 #AA7D45 and #45AA7D with #7D45AA are triadic colors.

2 #AA457D and #457DAA with #7D45AA are triadic colors.