COLOR #7B4391

HEX: #7B4391
RGB: (123,67,145)

Color info

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

RGB color model

#7B4391 color RGB value is (123,67,145).

  • red value is 123;
  • green value is 67;
  • blue value is 145.
RGB:
(123,67,145)
(48%,26%,57%)

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 145 of 255 = 57%

123
67
145

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

Portions of RGB colors in percentages

R + G + B =
123 + 67 + 145 = 335 (100%)
R 123 of 335 ~ 36.72%
G 67 of 335 ~ 20%
B 145 of 335 ~ 43.28%

%36.72
%20
%43.28

CMYK color model

#7B4391 color CMYK value is (15,54,0,43).

  • cyan value is 15.17%
  • magenta value is 53.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(15,54,0,43)
C15M54Y0K43 
(15%,54%,0%,43%)
(0.15/0.54/0.00/0.43)	

CMYK percentages

%15.17
%53.79
%0
%43.14

Codes

Color #7B4391 in popluar color models

7B4391
RGB12367145
HSL283°36.79%41.57%
HSB/HSV283°53.79%56.86%
CMYK15.17%53.79%0.00%
43.14%

Color #7B4391 in popluar number systems.

HEX7B4391
Decimal12367145
Binary1111011100001110010001
Octal173103221

Shades and tints

Shades of #7B4391

#7B4391
(123,67,145)
#703D84
(112,61,132)
#653777
(101,55,119)
#5A316A
(90,49,106)
#4F2B5D
(79,43,93)
#442550
(68,37,80)
#391F43
(57,31,67)
#2E1936
(46,25,54)
#231329
(35,19,41)
#180D1C
(24,13,28)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #7B4391

#7B4391
(123,67,145)
#87549B
(135,84,155)
#9365A5
(147,101,165)
#9F76AF
(159,118,175)
#AB87B9
(171,135,185)
#B798C3
(183,152,195)
#C3A9CD
(195,169,205)
#CFBAD7
(207,186,215)
#DBCBE1
(219,203,225)
#E7DCEB
(231,220,235)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4391 color. Also use rgb(123,67,145) instead hex code.

Text Font Color

.myTextColor { color: #7B4391; }

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

This text font color is #7B4391.


Background Color

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

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

This div background color is #7B4391.


Border color

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

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

This div border color is #7B4391.


Opacity

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

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

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

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

This text has shadow with #7B4391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4391 on black background.


Color preview on white background

This text has color #7B4391 on white background.



Black color preview on #7B4391 background

This text has black color on #7B4391 background.


White color preview on #7B4391 background

This text has white color on #7B4391 background.