COLOR #7D5A9A

HEX: #7D5A9A
RGB: (125,90,154)

Color info

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

RGB color model

#7D5A9A color RGB value is (125,90,154).

  • red value is 125;
  • green value is 90;
  • blue value is 154.
RGB:
(125,90,154)
(49%,35%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 154 of 255 = 60%

125
90
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 90 + 154 = 369 (100%)
R 125 of 369 ~ 33.88%
G 90 of 369 ~ 24.39%
B 154 of 369 ~ 41.73%

%33.88
%24.39
%41.73

CMYK color model

#7D5A9A color CMYK value is (19,42,0,40).

  • cyan value is 18.83%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,42,0,40)
C19M42Y0K40 
(19%,42%,0%,40%)
(0.19/0.42/0.00/0.40)	

CMYK percentages

%18.83
%41.56
%0
%39.61

Codes

Color #7D5A9A in popluar color models

7D5A9A
RGB12590154
HSL273°26.23%47.84%
HSB/HSV273°41.56%60.39%
CMYK18.83%41.56%0.00%
39.61%

Color #7D5A9A in popluar number systems.

HEX7D5A9A
Decimal12590154
Binary1111101101101010011010
Octal175132232

Shades and tints

Shades of #7D5A9A

#7D5A9A
(125,90,154)
#72528C
(114,82,140)
#674A7E
(103,74,126)
#5C4270
(92,66,112)
#513A62
(81,58,98)
#463254
(70,50,84)
#3B2A46
(59,42,70)
#302238
(48,34,56)
#251A2A
(37,26,42)
#1A121C
(26,18,28)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #7D5A9A

#7D5A9A
(125,90,154)
#8869A3
(136,105,163)
#9378AC
(147,120,172)
#9E87B5
(158,135,181)
#A996BE
(169,150,190)
#B4A5C7
(180,165,199)
#BFB4D0
(191,180,208)
#CAC3D9
(202,195,217)
#D5D2E2
(213,210,226)
#E0E1EB
(224,225,235)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5A9A; }

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

This text font color is #7D5A9A.


Background Color

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

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

This div background color is #7D5A9A.


Border color

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

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

This div border color is #7D5A9A.


Opacity

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

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

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

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

This text has shadow with #7D5A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5A9A on black background.


Color preview on white background

This text has color #7D5A9A on white background.



Black color preview on #7D5A9A background

This text has black color on #7D5A9A background.


White color preview on #7D5A9A background

This text has white color on #7D5A9A background.