COLOR #7D3B92

HEX: #7D3B92
RGB: (125,59,146)

Color info

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

RGB color model

#7D3B92 color RGB value is (125,59,146).

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

RGB channels and saturation

R 125 of 255 = 49%
G 59 of 255 = 23%
B 146 of 255 = 57%

125
59
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 59 + 146 = 330 (100%)
R 125 of 330 ~ 37.88%
G 59 of 330 ~ 17.88%
B 146 of 330 ~ 44.24%

%37.88
%17.88
%44.24

CMYK color model

#7D3B92 color CMYK value is (14,60,0,43).

  • cyan value is 14.38%
  • magenta value is 59.59%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,60,0,43)
C14M60Y0K43 
(14%,60%,0%,43%)
(0.14/0.60/0.00/0.43)	

CMYK percentages

%14.38
%59.59
%0
%42.75

Codes

Color #7D3B92 in popluar color models

7D3B92
RGB12559146
HSL286°42.44%40.20%
HSB/HSV286°59.59%57.25%
CMYK14.38%59.59%0.00%
42.75%

Color #7D3B92 in popluar number systems.

HEX7D3B92
Decimal12559146
Binary111110111101110010010
Octal17573222

Shades and tints

Shades of #7D3B92

#7D3B92
(125,59,146)
#723685
(114,54,133)
#673178
(103,49,120)
#5C2C6B
(92,44,107)
#51275E
(81,39,94)
#462251
(70,34,81)
#3B1D44
(59,29,68)
#301837
(48,24,55)
#25132A
(37,19,42)
#1A0E1D
(26,14,29)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #7D3B92

#7D3B92
(125,59,146)
#884C9B
(136,76,155)
#935DA4
(147,93,164)
#9E6EAD
(158,110,173)
#A97FB6
(169,127,182)
#B490BF
(180,144,191)
#BFA1C8
(191,161,200)
#CAB2D1
(202,178,209)
#D5C3DA
(213,195,218)
#E0D4E3
(224,212,227)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3B92; }

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

This text font color is #7D3B92.


Background Color

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

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

This div background color is #7D3B92.


Border color

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

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

This div border color is #7D3B92.


Opacity

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

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

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

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

This text has shadow with #7D3B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3B92 on black background.


Color preview on white background

This text has color #7D3B92 on white background.



Black color preview on #7D3B92 background

This text has black color on #7D3B92 background.


White color preview on #7D3B92 background

This text has white color on #7D3B92 background.