COLOR #7B3D7D

HEX: #7B3D7D RGB: (123,61,125)

Color info

#7B3D7D contains mainly red and blue colors. Web safe color of #7B3D7D is #663366 (or #636).

RGB color model

#7B3D7D color RGB value is (123,61,125).

RGB: (123,61,125) (48%, 24%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 61 of 255 = 24%
B 125 of 255 = 49%

123
61
125

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

Portions of RGB colors in percentages

R + G + B = 123 + 61 + 125 = 309 (100%)
R 123 of 309 ~ 39.81%
G 61 of 309 ~ 19.74%
B 125 of 309 ~ 40.45'%

%39.81
%19.74
%40.45

CMYK color model

#7B3D7D color CMYK value is (2,51,0,51).

  • cyan value is 1.60%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (2,51,0,51)
C2M51Y0K51 (2%, 51%, 0%, 51%)
(0.02 / 0.51 / 0.00 / 0.51)

CMYK percentages

%1.6
%51.2
%0
%50.98

Codes

Color #7B3D7D in popluar color models

7B 3D 7D
RGB 123 61 125
HSL 298° 34.41% 36.47%
HSB/HSV 298° 51.20% 49.02%
CMYK 1.60% 51.20% 0.00%
50.98%

Color #7B3D7D in popluar number systems.

HEX 7B 3D 7D
Decimal 123 61 125
Binary 1111011 111101 1111101
Octal 173 75 175

Shades and tints

Shades of #7B3D7D

#7B3D7D
(123,61,125)
#703872
(112,56,114)
#653367
(101,51,103)
#5A2E5C
(90,46,92)
#4F2951
(79,41,81)
#442446
(68,36,70)
#391F3B
(57,31,59)
#2E1A30
(46,26,48)
#231525
(35,21,37)
#18101A
(24,16,26)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B3D7D

#7B3D7D
(123,61,125)
#874E88
(135,78,136)
#935F93
(147,95,147)
#9F709E
(159,112,158)
#AB81A9
(171,129,169)
#B792B4
(183,146,180)
#C3A3BF
(195,163,191)
#CFB4CA
(207,180,202)
#DBC5D5
(219,197,213)
#E7D6E0
(231,214,224)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3D7D; }

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

This text font color is #7B3D7D.

Background Color

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

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

This div background color is #7B3D7D.

Border color

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

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

This div border color is #7B3D7D.

Opacity

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

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

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

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

This text has shadow with #7B3D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3D7D.

Preview

Color preview on black background

This text has color #7B3D7D on black background.


Color preview on white background

This text has color #7B3D7D on white background.


Black color preview on #7B3D7D background

This text has black color on #7B3D7D background.


White color preview on #7B3D7D background

This text has white color on #7B3D7D background.


Related colors

Complementary color

Complementary color for #hex is #84C282.


I love getcolorcode.com

Triadic colors

1 #7D7B3D and #3D7D7B with #7B3D7D are triadic colors.

2 #7D3D7B and #3D7B7D with #7B3D7D are triadic colors.