COLOR #7B4992

HEX: #7B4992
RGB: (123,73,146)

Color info

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

RGB color model

#7B4992 color RGB value is (123,73,146).

  • red value is 123;
  • green value is 73;
  • blue value is 146.
RGB:
(123,73,146)
(48%,29%,57%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 146 of 255 = 57%

123
73
146

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

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 146 = 342 (100%)
R 123 of 342 ~ 35.96%
G 73 of 342 ~ 21.35%
B 146 of 342 ~ 42.69%

%35.96
%21.35
%42.69

CMYK color model

#7B4992 color CMYK value is (16,50,0,43).

  • cyan value is 15.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,50,0,43)
C16M50Y0K43 
(16%,50%,0%,43%)
(0.16/0.50/0.00/0.43)	

CMYK percentages

%15.75
%50
%0
%42.75

Codes

Color #7B4992 in popluar color models

7B4992
RGB12373146
HSL281°33.33%42.94%
HSB/HSV281°50.00%57.25%
CMYK15.75%50.00%0.00%
42.75%

Color #7B4992 in popluar number systems.

HEX7B4992
Decimal12373146
Binary1111011100100110010010
Octal173111222

Shades and tints

Shades of #7B4992

#7B4992
(123,73,146)
#704385
(112,67,133)
#653D78
(101,61,120)
#5A376B
(90,55,107)
#4F315E
(79,49,94)
#442B51
(68,43,81)
#392544
(57,37,68)
#2E1F37
(46,31,55)
#23192A
(35,25,42)
#18131D
(24,19,29)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #7B4992

#7B4992
(123,73,146)
#87599B
(135,89,155)
#9369A4
(147,105,164)
#9F79AD
(159,121,173)
#AB89B6
(171,137,182)
#B799BF
(183,153,191)
#C3A9C8
(195,169,200)
#CFB9D1
(207,185,209)
#DBC9DA
(219,201,218)
#E7D9E3
(231,217,227)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4992 color. Also use rgb(123,73,146) instead hex code.

Text Font Color

.myTextColor { color: #7B4992; }

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

This text font color is #7B4992.


Background Color

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

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

This div background color is #7B4992.


Border color

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

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

This div border color is #7B4992.


Opacity

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

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

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

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

This text has shadow with #7B4992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4992 on black background.


Color preview on white background

This text has color #7B4992 on white background.



Black color preview on #7B4992 background

This text has black color on #7B4992 background.


White color preview on #7B4992 background

This text has white color on #7B4992 background.