COLOR #7D6CAD

HEX: #7D6CAD
RGB: (125,108,173)

Color info

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

RGB color model

#7D6CAD color RGB value is (125,108,173).

  • red value is 125;
  • green value is 108;
  • blue value is 173.
RGB:
(125,108,173)
(49%,42%,68%)

RGB channels and saturation

R 125 of 255 = 49%
G 108 of 255 = 42%
B 173 of 255 = 68%

125
108
173

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

Portions of RGB colors in percentages

R + G + B =
125 + 108 + 173 = 406 (100%)
R 125 of 406 ~ 30.79%
G 108 of 406 ~ 26.6%
B 173 of 406 ~ 42.61%

%30.79
%26.6
%42.61

CMYK color model

#7D6CAD color CMYK value is (28,38,0,32).

  • cyan value is 27.75%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(28,38,0,32)
C28M38Y0K32 
(28%,38%,0%,32%)
(0.28/0.38/0.00/0.32)	

CMYK percentages

%27.75
%37.57
%0
%32.16

Codes

Color #7D6CAD in popluar color models

7D6CAD
RGB125108173
HSL256°28.38%55.10%
HSB/HSV256°37.57%67.84%
CMYK27.75%37.57%0.00%
32.16%

Color #7D6CAD in popluar number systems.

HEX7D6CAD
Decimal125108173
Binary1111101110110010101101
Octal175154255

Shades and tints

Shades of #7D6CAD

#7D6CAD
(125,108,173)
#72639E
(114,99,158)
#675A8F
(103,90,143)
#5C5180
(92,81,128)
#514871
(81,72,113)
#463F62
(70,63,98)
#3B3653
(59,54,83)
#302D44
(48,45,68)
#252435
(37,36,53)
#1A1B26
(26,27,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #7D6CAD

#7D6CAD
(125,108,173)
#8879B4
(136,121,180)
#9386BB
(147,134,187)
#9E93C2
(158,147,194)
#A9A0C9
(169,160,201)
#B4ADD0
(180,173,208)
#BFBAD7
(191,186,215)
#CAC7DE
(202,199,222)
#D5D4E5
(213,212,229)
#E0E1EC
(224,225,236)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6CAD; }

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

This text font color is #7D6CAD.


Background Color

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

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

This div background color is #7D6CAD.


Border color

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

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

This div border color is #7D6CAD.


Opacity

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

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

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

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

This text has shadow with #7D6CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6CAD on black background.


Color preview on white background

This text has color #7D6CAD on white background.



Black color preview on #7D6CAD background

This text has black color on #7D6CAD background.


White color preview on #7D6CAD background

This text has white color on #7D6CAD background.