COLOR #7D4892

HEX: #7D4892
RGB: (125,72,146)

Color info

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

RGB color model

#7D4892 color RGB value is (125,72,146).

  • red value is 125;
  • green value is 72;
  • blue value is 146.
RGB:
(125,72,146)
(49%,28%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 72 of 255 = 28%
B 146 of 255 = 57%

125
72
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 72 + 146 = 343 (100%)
R 125 of 343 ~ 36.44%
G 72 of 343 ~ 20.99%
B 146 of 343 ~ 42.57%

%36.44
%20.99
%42.57

CMYK color model

#7D4892 color CMYK value is (14,51,0,43).

  • cyan value is 14.38%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,51,0,43)
C14M51Y0K43 
(14%,51%,0%,43%)
(0.14/0.51/0.00/0.43)	

CMYK percentages

%14.38
%50.68
%0
%42.75

Codes

Color #7D4892 in popluar color models

7D4892
RGB12572146
HSL283°33.94%42.75%
HSB/HSV283°50.68%57.25%
CMYK14.38%50.68%0.00%
42.75%

Color #7D4892 in popluar number systems.

HEX7D4892
Decimal12572146
Binary1111101100100010010010
Octal175110222

Shades and tints

Shades of #7D4892

#7D4892
(125,72,146)
#724285
(114,66,133)
#673C78
(103,60,120)
#5C366B
(92,54,107)
#51305E
(81,48,94)
#462A51
(70,42,81)
#3B2444
(59,36,68)
#301E37
(48,30,55)
#25182A
(37,24,42)
#1A121D
(26,18,29)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #7D4892

#7D4892
(125,72,146)
#88589B
(136,88,155)
#9368A4
(147,104,164)
#9E78AD
(158,120,173)
#A988B6
(169,136,182)
#B498BF
(180,152,191)
#BFA8C8
(191,168,200)
#CAB8D1
(202,184,209)
#D5C8DA
(213,200,218)
#E0D8E3
(224,216,227)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4892 color. Also use rgb(125,72,146) instead hex code.

Text Font Color

.myTextColor { color: #7D4892; }

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

This text font color is #7D4892.


Background Color

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

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

This div background color is #7D4892.


Border color

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

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

This div border color is #7D4892.


Opacity

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

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

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

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

This text has shadow with #7D4892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4892 on black background.


Color preview on white background

This text has color #7D4892 on white background.



Black color preview on #7D4892 background

This text has black color on #7D4892 background.


White color preview on #7D4892 background

This text has white color on #7D4892 background.