COLOR #7B3D81

HEX: #7B3D81
RGB: (123,61,129)

Color info

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

RGB color model

#7B3D81 color RGB value is (123,61,129).

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

RGB channels and saturation

R 123 of 255 = 48%
G 61 of 255 = 24%
B 129 of 255 = 51%

123
61
129

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

Portions of RGB colors in percentages

R + G + B =
123 + 61 + 129 = 313 (100%)
R 123 of 313 ~ 39.3%
G 61 of 313 ~ 19.49%
B 129 of 313 ~ 41.21%

%39.3
%19.49
%41.21

CMYK color model

#7B3D81 color CMYK value is (5,53,0,49).

  • cyan value is 4.65%
  • magenta value is 52.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(5,53,0,49)
C5M53Y0K49 
(5%,53%,0%,49%)
(0.05/0.53/0.00/0.49)	

CMYK percentages

%4.65
%52.71
%0
%49.41

Codes

Color #7B3D81 in popluar color models

7B3D81
RGB12361129
HSL295°35.79%37.25%
HSB/HSV295°52.71%50.59%
CMYK4.65%52.71%0.00%
49.41%

Color #7B3D81 in popluar number systems.

HEX7B3D81
Decimal12361129
Binary111101111110110000001
Octal17375201

Shades and tints

Shades of #7B3D81

#7B3D81
(123,61,129)
#703876
(112,56,118)
#65336B
(101,51,107)
#5A2E60
(90,46,96)
#4F2955
(79,41,85)
#44244A
(68,36,74)
#391F3F
(57,31,63)
#2E1A34
(46,26,52)
#231529
(35,21,41)
#18101E
(24,16,30)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B3D81

#7B3D81
(123,61,129)
#874E8C
(135,78,140)
#935F97
(147,95,151)
#9F70A2
(159,112,162)
#AB81AD
(171,129,173)
#B792B8
(183,146,184)
#C3A3C3
(195,163,195)
#CFB4CE
(207,180,206)
#DBC5D9
(219,197,217)
#E7D6E4
(231,214,228)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3D81; }

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

This text font color is #7B3D81.


Background Color

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

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

This div background color is #7B3D81.


Border color

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

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

This div border color is #7B3D81.


Opacity

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

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

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

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

This text has shadow with #7B3D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3D81 on black background.


Color preview on white background

This text has color #7B3D81 on white background.



Black color preview on #7B3D81 background

This text has black color on #7B3D81 background.


White color preview on #7B3D81 background

This text has white color on #7B3D81 background.