COLOR #7B4398

HEX: #7B4398
RGB: (123,67,152)

Color info

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

RGB color model

#7B4398 color RGB value is (123,67,152).

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

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 152 of 255 = 60%

123
67
152

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

Portions of RGB colors in percentages

R + G + B =
123 + 67 + 152 = 342 (100%)
R 123 of 342 ~ 35.96%
G 67 of 342 ~ 19.59%
B 152 of 342 ~ 44.44%

%35.96
%19.59
%44.44

CMYK color model

#7B4398 color CMYK value is (19,56,0,40).

  • cyan value is 19.08%
  • magenta value is 55.92%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(19,56,0,40)
C19M56Y0K40 
(19%,56%,0%,40%)
(0.19/0.56/0.00/0.40)	

CMYK percentages

%19.08
%55.92
%0
%40.39

Codes

Color #7B4398 in popluar color models

7B4398
RGB12367152
HSL280°38.81%42.94%
HSB/HSV280°55.92%59.61%
CMYK19.08%55.92%0.00%
40.39%

Color #7B4398 in popluar number systems.

HEX7B4398
Decimal12367152
Binary1111011100001110011000
Octal173103230

Shades and tints

Shades of #7B4398

#7B4398
(123,67,152)
#703D8B
(112,61,139)
#65377E
(101,55,126)
#5A3171
(90,49,113)
#4F2B64
(79,43,100)
#442557
(68,37,87)
#391F4A
(57,31,74)
#2E193D
(46,25,61)
#231330
(35,19,48)
#180D23
(24,13,35)
#0D0716
(13,7,22)
#000000
(0,0,0)

Tints of #7B4398

#7B4398
(123,67,152)
#8754A1
(135,84,161)
#9365AA
(147,101,170)
#9F76B3
(159,118,179)
#AB87BC
(171,135,188)
#B798C5
(183,152,197)
#C3A9CE
(195,169,206)
#CFBAD7
(207,186,215)
#DBCBE0
(219,203,224)
#E7DCE9
(231,220,233)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4398; }

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

This text font color is #7B4398.


Background Color

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

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

This div background color is #7B4398.


Border color

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

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

This div border color is #7B4398.


Opacity

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

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

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

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

This text has shadow with #7B4398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4398 on black background.


Color preview on white background

This text has color #7B4398 on white background.



Black color preview on #7B4398 background

This text has black color on #7B4398 background.


White color preview on #7B4398 background

This text has white color on #7B4398 background.