COLOR #7B3D9C

HEX: #7B3D9C
RGB: (123,61,156)

Color info

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

RGB color model

#7B3D9C color RGB value is (123,61,156).

  • red value is 123;
  • green value is 61;
  • blue value is 156.
RGB:
(123,61,156)
(48%,24%,61%)

RGB channels and saturation

R 123 of 255 = 48%
G 61 of 255 = 24%
B 156 of 255 = 61%

123
61
156

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

Portions of RGB colors in percentages

R + G + B =
123 + 61 + 156 = 340 (100%)
R 123 of 340 ~ 36.18%
G 61 of 340 ~ 17.94%
B 156 of 340 ~ 45.88%

%36.18
%17.94
%45.88

CMYK color model

#7B3D9C color CMYK value is (21,61,0,39).

  • cyan value is 21.15%
  • magenta value is 60.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(21,61,0,39)
C21M61Y0K39 
(21%,61%,0%,39%)
(0.21/0.61/0.00/0.39)	

CMYK percentages

%21.15
%60.9
%0
%38.82

Codes

Color #7B3D9C in popluar color models

7B3D9C
RGB12361156
HSL279°43.78%42.55%
HSB/HSV279°60.90%61.18%
CMYK21.15%60.90%0.00%
38.82%

Color #7B3D9C in popluar number systems.

HEX7B3D9C
Decimal12361156
Binary111101111110110011100
Octal17375234

Shades and tints

Shades of #7B3D9C

#7B3D9C
(123,61,156)
#70388E
(112,56,142)
#653380
(101,51,128)
#5A2E72
(90,46,114)
#4F2964
(79,41,100)
#442456
(68,36,86)
#391F48
(57,31,72)
#2E1A3A
(46,26,58)
#23152C
(35,21,44)
#18101E
(24,16,30)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #7B3D9C

#7B3D9C
(123,61,156)
#874EA5
(135,78,165)
#935FAE
(147,95,174)
#9F70B7
(159,112,183)
#AB81C0
(171,129,192)
#B792C9
(183,146,201)
#C3A3D2
(195,163,210)
#CFB4DB
(207,180,219)
#DBC5E4
(219,197,228)
#E7D6ED
(231,214,237)
#F3E7F6
(243,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3D9C color. Also use rgb(123,61,156) instead hex code.

Text Font Color

.myTextColor { color: #7B3D9C; }

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

This text font color is #7B3D9C.


Background Color

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

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

This div background color is #7B3D9C.


Border color

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

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

This div border color is #7B3D9C.


Opacity

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

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

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

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

This text has shadow with #7B3D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3D9C on black background.


Color preview on white background

This text has color #7B3D9C on white background.



Black color preview on #7B3D9C background

This text has black color on #7B3D9C background.


White color preview on #7B3D9C background

This text has white color on #7B3D9C background.