COLOR #7D5FAD

HEX: #7D5FAD RGB: (125,95,173)

Color info

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

RGB color model

#7D5FAD color RGB value is (125,95,173).

RGB: (125,95,173) (49%, 37%, 68%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 173 of 255 = 68%

125
95
173

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

Portions of RGB colors in percentages

R + G + B = 125 + 95 + 173 = 393 (100%)
R 125 of 393 ~ 31.81%
G 95 of 393 ~ 24.17%
B 173 of 393 ~ 44.02'%

%31.81
%24.17
%44.02

CMYK color model

#7D5FAD color CMYK value is (28,45,0,32).

  • cyan value is 27.75%
  • magenta value is 45.09%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (28,45,0,32)
C28M45Y0K32 (28%, 45%, 0%, 32%)
(0.28 / 0.45 / 0.00 / 0.32)

CMYK percentages

%27.75
%45.09
%0
%32.16

Codes

Color #7D5FAD in popluar color models

7D 5F AD
RGB 125 95 173
HSL 263° 32.23% 52.55%
HSB/HSV 263° 45.09% 67.84%
CMYK 27.75% 45.09% 0.00%
32.16%

Color #7D5FAD in popluar number systems.

HEX 7D 5F AD
Decimal 125 95 173
Binary 1111101 1011111 10101101
Octal 175 137 255

Shades and tints

Shades of #7D5FAD

#7D5FAD
(125,95,173)
#72579E
(114,87,158)
#674F8F
(103,79,143)
#5C4780
(92,71,128)
#513F71
(81,63,113)
#463762
(70,55,98)
#3B2F53
(59,47,83)
#302744
(48,39,68)
#251F35
(37,31,53)
#1A1726
(26,23,38)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #7D5FAD

#7D5FAD
(125,95,173)
#886DB4
(136,109,180)
#937BBB
(147,123,187)
#9E89C2
(158,137,194)
#A997C9
(169,151,201)
#B4A5D0
(180,165,208)
#BFB3D7
(191,179,215)
#CAC1DE
(202,193,222)
#D5CFE5
(213,207,229)
#E0DDEC
(224,221,236)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5FAD color. Also use rgb(125,95,173) instead hex code.

Text Font Color

.myTextColor { color: #7D5FAD; }

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

This text font color is #7D5FAD.

Background Color

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

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

This div background color is #7D5FAD.

Border color

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

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

This div border color is #7D5FAD.

Opacity

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

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

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

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

This text has shadow with #7D5FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5FAD.

Preview

Color preview on black background

This text has color #7D5FAD on black background.


Color preview on white background

This text has color #7D5FAD on white background.


Black color preview on #7D5FAD background

This text has black color on #7D5FAD background.


White color preview on #7D5FAD background

This text has white color on #7D5FAD background.


Related colors

Complementary color

Complementary color for #hex is #82A052.


I love getcolorcode.com

Triadic colors

1 #AD7D5F and #5FAD7D with #7D5FAD are triadic colors.

2 #AD5F7D and #5F7DAD with #7D5FAD are triadic colors.