COLOR #7D4F90

HEX: #7D4F90 RGB: (125,79,144)

Color info

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

RGB color model

#7D4F90 color RGB value is (125,79,144).

RGB: (125,79,144) (49%, 31%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 79 of 255 = 31%
B 144 of 255 = 56%

125
79
144

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

Portions of RGB colors in percentages

R + G + B = 125 + 79 + 144 = 348 (100%)
R 125 of 348 ~ 35.92%
G 79 of 348 ~ 22.7%
B 144 of 348 ~ 41.38'%

%35.92
%22.7
%41.38

CMYK color model

#7D4F90 color CMYK value is (13,45,0,44).

  • cyan value is 13.19%
  • magenta value is 45.14%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (13,45,0,44)
C13M45Y0K44 (13%, 45%, 0%, 44%)
(0.13 / 0.45 / 0.00 / 0.44)

CMYK percentages

%13.19
%45.14
%0
%43.53

Codes

Color #7D4F90 in popluar color models

7D 4F 90
RGB 125 79 144
HSL 282° 29.15% 43.73%
HSB/HSV 282° 45.14% 56.47%
CMYK 13.19% 45.14% 0.00%
43.53%

Color #7D4F90 in popluar number systems.

HEX 7D 4F 90
Decimal 125 79 144
Binary 1111101 1001111 10010000
Octal 175 117 220

Shades and tints

Shades of #7D4F90

#7D4F90
(125,79,144)
#724883
(114,72,131)
#674176
(103,65,118)
#5C3A69
(92,58,105)
#51335C
(81,51,92)
#462C4F
(70,44,79)
#3B2542
(59,37,66)
#301E35
(48,30,53)
#251728
(37,23,40)
#1A101B
(26,16,27)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #7D4F90

#7D4F90
(125,79,144)
#885F9A
(136,95,154)
#936FA4
(147,111,164)
#9E7FAE
(158,127,174)
#A98FB8
(169,143,184)
#B49FC2
(180,159,194)
#BFAFCC
(191,175,204)
#CABFD6
(202,191,214)
#D5CFE0
(213,207,224)
#E0DFEA
(224,223,234)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4F90 color. Also use rgb(125,79,144) instead hex code.

Text Font Color

.myTextColor { color: #7D4F90; }

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

This text font color is #7D4F90.

Background Color

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

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

This div background color is #7D4F90.

Border color

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

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

This div border color is #7D4F90.

Opacity

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

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

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

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

This text has shadow with #7D4F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D4F90.

Preview

Color preview on black background

This text has color #7D4F90 on black background.


Color preview on white background

This text has color #7D4F90 on white background.


Black color preview on #7D4F90 background

This text has black color on #7D4F90 background.


White color preview on #7D4F90 background

This text has white color on #7D4F90 background.


Related colors

Complementary color

Complementary color for #hex is #82B06F.


I love getcolorcode.com

Triadic colors

1 #907D4F and #4F907D with #7D4F90 are triadic colors.

2 #904F7D and #4F7D90 with #7D4F90 are triadic colors.