COLOR #7B3B81

HEX: #7B3B81 RGB: (123,59,129)

Color info

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

RGB color model

#7B3B81 color RGB value is (123,59,129).

RGB: (123,59,129) (48%, 23%, 51%)

RGB channels and saturation

R 123 of 255 = 48%
G 59 of 255 = 23%
B 129 of 255 = 51%

123
59
129

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

Portions of RGB colors in percentages

R + G + B = 123 + 59 + 129 = 311 (100%)
R 123 of 311 ~ 39.55%
G 59 of 311 ~ 18.97%
B 129 of 311 ~ 41.48'%

%39.55
%18.97
%41.48

CMYK color model

#7B3B81 color CMYK value is (5,54,0,49).

  • cyan value is 4.65%
  • magenta value is 54.26%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (5,54,0,49)
C5M54Y0K49 (5%, 54%, 0%, 49%)
(0.05 / 0.54 / 0.00 / 0.49)

CMYK percentages

%4.65
%54.26
%0
%49.41

Codes

Color #7B3B81 in popluar color models

7B 3B 81
RGB 123 59 129
HSL 295° 37.23% 36.86%
HSB/HSV 295° 54.26% 50.59%
CMYK 4.65% 54.26% 0.00%
49.41%

Color #7B3B81 in popluar number systems.

HEX 7B 3B 81
Decimal 123 59 129
Binary 1111011 111011 10000001
Octal 173 73 201

Shades and tints

Shades of #7B3B81

#7B3B81
(123,59,129)
#703676
(112,54,118)
#65316B
(101,49,107)
#5A2C60
(90,44,96)
#4F2755
(79,39,85)
#44224A
(68,34,74)
#391D3F
(57,29,63)
#2E1834
(46,24,52)
#231329
(35,19,41)
#180E1E
(24,14,30)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #7B3B81

#7B3B81
(123,59,129)
#874C8C
(135,76,140)
#935D97
(147,93,151)
#9F6EA2
(159,110,162)
#AB7FAD
(171,127,173)
#B790B8
(183,144,184)
#C3A1C3
(195,161,195)
#CFB2CE
(207,178,206)
#DBC3D9
(219,195,217)
#E7D4E4
(231,212,228)
#F3E5EF
(243,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3B81 color. Also use rgb(123,59,129) instead hex code.

Text Font Color

.myTextColor { color: #7B3B81; }

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

This text font color is #7B3B81.

Background Color

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

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

This div background color is #7B3B81.

Border color

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

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

This div border color is #7B3B81.

Opacity

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

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

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

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

This text has shadow with #7B3B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3B81.

Preview

Color preview on black background

This text has color #7B3B81 on black background.


Color preview on white background

This text has color #7B3B81 on white background.


Black color preview on #7B3B81 background

This text has black color on #7B3B81 background.


White color preview on #7B3B81 background

This text has white color on #7B3B81 background.


Related colors

Complementary color

Complementary color for #hex is #84C47E.


I love getcolorcode.com

Triadic colors

1 #817B3B and #3B817B with #7B3B81 are triadic colors.

2 #813B7B and #3B7B81 with #7B3B81 are triadic colors.