COLOR #7B3980

HEX: #7B3980
RGB: (123,57,128)

Color info

#7B3980 contains mainly red and blue colors. Web safe color of #7B3980 is #663366 (or #636).

RGB color model

#7B3980 color RGB value is (123,57,128).

  • red value is 123;
  • green value is 57;
  • blue value is 128.
RGB:
(123,57,128)
(48%,22%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 57 of 255 = 22%
B 128 of 255 = 50%

123
57
128

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

Portions of RGB colors in percentages

R + G + B =
123 + 57 + 128 = 308 (100%)
R 123 of 308 ~ 39.94%
G 57 of 308 ~ 18.51%
B 128 of 308 ~ 41.56%

%39.94
%18.51
%41.56

CMYK color model

#7B3980 color CMYK value is (4,55,0,50).

  • cyan value is 3.91%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(4,55,0,50)
C4M55Y0K50 
(4%,55%,0%,50%)
(0.04/0.55/0.00/0.50)	

CMYK percentages

%3.91
%55.47
%0
%49.8

Codes

Color #7B3980 in popluar color models

7B3980
RGB12357128
HSL296°38.38%36.27%
HSB/HSV296°55.47%50.20%
CMYK3.91%55.47%0.00%
49.80%

Color #7B3980 in popluar number systems.

HEX7B3980
Decimal12357128
Binary111101111100110000000
Octal17371200

Shades and tints

Shades of #7B3980

#7B3980
(123,57,128)
#703475
(112,52,117)
#652F6A
(101,47,106)
#5A2A5F
(90,42,95)
#4F2554
(79,37,84)
#442049
(68,32,73)
#391B3E
(57,27,62)
#2E1633
(46,22,51)
#231128
(35,17,40)
#180C1D
(24,12,29)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #7B3980

#7B3980
(123,57,128)
#874B8B
(135,75,139)
#935D96
(147,93,150)
#9F6FA1
(159,111,161)
#AB81AC
(171,129,172)
#B793B7
(183,147,183)
#C3A5C2
(195,165,194)
#CFB7CD
(207,183,205)
#DBC9D8
(219,201,216)
#E7DBE3
(231,219,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3980 color. Also use rgb(123,57,128) instead hex code.

Text Font Color

.myTextColor { color: #7B3980; }

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

This text font color is #7B3980.


Background Color

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

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

This div background color is #7B3980.


Border color

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

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

This div border color is #7B3980.


Opacity

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

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

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

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

This text has shadow with #7B3980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3980 on black background.


Color preview on white background

This text has color #7B3980 on white background.



Black color preview on #7B3980 background

This text has black color on #7B3980 background.


White color preview on #7B3980 background

This text has white color on #7B3980 background.