COLOR #7D458E

HEX: #7D458E
RGB: (125,69,142)

Color info

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

RGB color model

#7D458E color RGB value is (125,69,142).

  • red value is 125;
  • green value is 69;
  • blue value is 142.
RGB:
(125,69,142)
(49%,27%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 142 of 255 = 56%

125
69
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 69 + 142 = 336 (100%)
R 125 of 336 ~ 37.2%
G 69 of 336 ~ 20.54%
B 142 of 336 ~ 42.26%

%37.2
%20.54
%42.26

CMYK color model

#7D458E color CMYK value is (12,51,0,44).

  • cyan value is 11.97%
  • magenta value is 51.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(12,51,0,44)
C12M51Y0K44 
(12%,51%,0%,44%)
(0.12/0.51/0.00/0.44)	

CMYK percentages

%11.97
%51.41
%0
%44.31

Codes

Color #7D458E in popluar color models

7D458E
RGB12569142
HSL286°34.60%41.37%
HSB/HSV286°51.41%55.69%
CMYK11.97%51.41%0.00%
44.31%

Color #7D458E in popluar number systems.

HEX7D458E
Decimal12569142
Binary1111101100010110001110
Octal175105216

Shades and tints

Shades of #7D458E

#7D458E
(125,69,142)
#723F82
(114,63,130)
#673976
(103,57,118)
#5C336A
(92,51,106)
#512D5E
(81,45,94)
#462752
(70,39,82)
#3B2146
(59,33,70)
#301B3A
(48,27,58)
#25152E
(37,21,46)
#1A0F22
(26,15,34)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #7D458E

#7D458E
(125,69,142)
#885598
(136,85,152)
#9365A2
(147,101,162)
#9E75AC
(158,117,172)
#A985B6
(169,133,182)
#B495C0
(180,149,192)
#BFA5CA
(191,165,202)
#CAB5D4
(202,181,212)
#D5C5DE
(213,197,222)
#E0D5E8
(224,213,232)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D458E color. Also use rgb(125,69,142) instead hex code.

Text Font Color

.myTextColor { color: #7D458E; }

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

This text font color is #7D458E.


Background Color

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

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

This div background color is #7D458E.


Border color

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

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

This div border color is #7D458E.


Opacity

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

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

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

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

This text has shadow with #7D458E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D458E on black background.


Color preview on white background

This text has color #7D458E on white background.



Black color preview on #7D458E background

This text has black color on #7D458E background.


White color preview on #7D458E background

This text has white color on #7D458E background.