COLOR #7D388E

HEX: #7D388E
RGB: (125,56,142)

Color info

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

RGB color model

#7D388E color RGB value is (125,56,142).

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

RGB channels and saturation

R 125 of 255 = 49%
G 56 of 255 = 22%
B 142 of 255 = 56%

125
56
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 56 + 142 = 323 (100%)
R 125 of 323 ~ 38.7%
G 56 of 323 ~ 17.34%
B 142 of 323 ~ 43.96%

%38.7
%17.34
%43.96

CMYK color model

#7D388E color CMYK value is (12,61,0,44).

  • cyan value is 11.97%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(12,61,0,44)
C12M61Y0K44 
(12%,61%,0%,44%)
(0.12/0.61/0.00/0.44)	

CMYK percentages

%11.97
%60.56
%0
%44.31

Codes

Color #7D388E in popluar color models

7D388E
RGB12556142
HSL288°43.43%38.82%
HSB/HSV288°60.56%55.69%
CMYK11.97%60.56%0.00%
44.31%

Color #7D388E in popluar number systems.

HEX7D388E
Decimal12556142
Binary111110111100010001110
Octal17570216

Shades and tints

Shades of #7D388E

#7D388E
(125,56,142)
#723382
(114,51,130)
#672E76
(103,46,118)
#5C296A
(92,41,106)
#51245E
(81,36,94)
#461F52
(70,31,82)
#3B1A46
(59,26,70)
#30153A
(48,21,58)
#25102E
(37,16,46)
#1A0B22
(26,11,34)
#0F0616
(15,6,22)
#000000
(0,0,0)

Tints of #7D388E

#7D388E
(125,56,142)
#884A98
(136,74,152)
#935CA2
(147,92,162)
#9E6EAC
(158,110,172)
#A980B6
(169,128,182)
#B492C0
(180,146,192)
#BFA4CA
(191,164,202)
#CAB6D4
(202,182,212)
#D5C8DE
(213,200,222)
#E0DAE8
(224,218,232)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D388E; }

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

This text font color is #7D388E.


Background Color

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

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

This div background color is #7D388E.


Border color

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

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

This div border color is #7D388E.


Opacity

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

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

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

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

This text has shadow with #7D388E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D388E on black background.


Color preview on white background

This text has color #7D388E on white background.



Black color preview on #7D388E background

This text has black color on #7D388E background.


White color preview on #7D388E background

This text has white color on #7D388E background.