COLOR #7D49AE

HEX: #7D49AE
RGB: (125,73,174)

Color info

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

RGB color model

#7D49AE color RGB value is (125,73,174).

  • red value is 125;
  • green value is 73;
  • blue value is 174.
RGB:
(125,73,174)
(49%,29%,68%)

RGB channels and saturation

R 125 of 255 = 49%
G 73 of 255 = 29%
B 174 of 255 = 68%

125
73
174

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

Portions of RGB colors in percentages

R + G + B =
125 + 73 + 174 = 372 (100%)
R 125 of 372 ~ 33.6%
G 73 of 372 ~ 19.62%
B 174 of 372 ~ 46.77%

%33.6
%19.62
%46.77

CMYK color model

#7D49AE color CMYK value is (28,58,0,32).

  • cyan value is 28.16%
  • magenta value is 58.05%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(28,58,0,32)
C28M58Y0K32 
(28%,58%,0%,32%)
(0.28/0.58/0.00/0.32)	

CMYK percentages

%28.16
%58.05
%0
%31.76

Codes

Color #7D49AE in popluar color models

7D49AE
RGB12573174
HSL271°40.89%48.43%
HSB/HSV271°58.05%68.24%
CMYK28.16%58.05%0.00%
31.76%

Color #7D49AE in popluar number systems.

HEX7D49AE
Decimal12573174
Binary1111101100100110101110
Octal175111256

Shades and tints

Shades of #7D49AE

#7D49AE
(125,73,174)
#72439F
(114,67,159)
#673D90
(103,61,144)
#5C3781
(92,55,129)
#513172
(81,49,114)
#462B63
(70,43,99)
#3B2554
(59,37,84)
#301F45
(48,31,69)
#251936
(37,25,54)
#1A1327
(26,19,39)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #7D49AE

#7D49AE
(125,73,174)
#8859B5
(136,89,181)
#9369BC
(147,105,188)
#9E79C3
(158,121,195)
#A989CA
(169,137,202)
#B499D1
(180,153,209)
#BFA9D8
(191,169,216)
#CAB9DF
(202,185,223)
#D5C9E6
(213,201,230)
#E0D9ED
(224,217,237)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D49AE color. Also use rgb(125,73,174) instead hex code.

Text Font Color

.myTextColor { color: #7D49AE; }

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

This text font color is #7D49AE.


Background Color

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

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

This div background color is #7D49AE.


Border color

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

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

This div border color is #7D49AE.


Opacity

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

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

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

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

This text has shadow with #7D49AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D49AE on black background.


Color preview on white background

This text has color #7D49AE on white background.



Black color preview on #7D49AE background

This text has black color on #7D49AE background.


White color preview on #7D49AE background

This text has white color on #7D49AE background.