COLOR #7D5AD6

HEX: #7D5AD6 RGB: (125,90,214)

Color info

#7D5AD6 contains mainly blue color. Web safe color of #7D5AD6 is #6666CC (or #66C).

RGB color model

#7D5AD6 color RGB value is (125,90,214).

RGB: (125,90,214) (49%, 35%, 84%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 214 of 255 = 84%

125
90
214

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

Portions of RGB colors in percentages

R + G + B = 125 + 90 + 214 = 429 (100%)
R 125 of 429 ~ 29.14%
G 90 of 429 ~ 20.98%
B 214 of 429 ~ 49.88'%

%29.14
%20.98
%49.88

CMYK color model

#7D5AD6 color CMYK value is (42,58,0,16).

  • cyan value is 41.59%
  • magenta value is 57.94%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (42,58,0,16)
C42M58Y0K16 (42%, 58%, 0%, 16%)
(0.42 / 0.58 / 0.00 / 0.16)

CMYK percentages

%41.59
%57.94
%0
%16.08

Codes

Color #7D5AD6 in popluar color models

7D 5A D6
RGB 125 90 214
HSL 257° 60.19% 59.61%
HSB/HSV 257° 57.94% 83.92%
CMYK 41.59% 57.94% 0.00%
16.08%

Color #7D5AD6 in popluar number systems.

HEX 7D 5A D6
Decimal 125 90 214
Binary 1111101 1011010 11010110
Octal 175 132 326

Shades and tints

Shades of #7D5AD6

#7D5AD6
(125,90,214)
#7252C3
(114,82,195)
#674AB0
(103,74,176)
#5C429D
(92,66,157)
#513A8A
(81,58,138)
#463277
(70,50,119)
#3B2A64
(59,42,100)
#302251
(48,34,81)
#251A3E
(37,26,62)
#1A122B
(26,18,43)
#0F0A18
(15,10,24)
#000000
(0,0,0)

Tints of #7D5AD6

#7D5AD6
(125,90,214)
#8869D9
(136,105,217)
#9378DC
(147,120,220)
#9E87DF
(158,135,223)
#A996E2
(169,150,226)
#B4A5E5
(180,165,229)
#BFB4E8
(191,180,232)
#CAC3EB
(202,195,235)
#D5D2EE
(213,210,238)
#E0E1F1
(224,225,241)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5AD6 color. Also use rgb(125,90,214) instead hex code.

Text Font Color

.myTextColor { color: #7D5AD6; }

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

This text font color is #7D5AD6.

Background Color

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

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

This div background color is #7D5AD6.

Border color

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

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

This div border color is #7D5AD6.

Opacity

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

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

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

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

This text has shadow with #7D5AD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5AD6.

Preview

Color preview on black background

This text has color #7D5AD6 on black background.


Color preview on white background

This text has color #7D5AD6 on white background.


Black color preview on #7D5AD6 background

This text has black color on #7D5AD6 background.


White color preview on #7D5AD6 background

This text has white color on #7D5AD6 background.


Related colors

Complementary color

Complementary color for #hex is #82A529.


I love getcolorcode.com

Triadic colors

1 #D67D5A and #5AD67D with #7D5AD6 are triadic colors.

2 #D65A7D and #5A7DD6 with #7D5AD6 are triadic colors.