COLOR #7B347F

HEX: #7B347F
RGB: (123,52,127)

Color info

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

RGB color model

#7B347F color RGB value is (123,52,127).

  • red value is 123;
  • green value is 52;
  • blue value is 127.
RGB:
(123,52,127)
(48%,20%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 52 of 255 = 20%
B 127 of 255 = 50%

123
52
127

R + G + B ~ 39%. #7B347F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 52 + 127 = 302 (100%)
R 123 of 302 ~ 40.73%
G 52 of 302 ~ 17.22%
B 127 of 302 ~ 42.05%

%40.73
%17.22
%42.05

CMYK color model

#7B347F color CMYK value is (3,59,0,50).

  • cyan value is 3.15%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(3,59,0,50)
C3M59Y0K50 
(3%,59%,0%,50%)
(0.03/0.59/0.00/0.50)	

CMYK percentages

%3.15
%59.06
%0
%50.2

Codes

Color #7B347F in popluar color models

7B347F
RGB12352127
HSL297°41.90%35.10%
HSB/HSV297°59.06%49.80%
CMYK3.15%59.06%0.00%
50.20%

Color #7B347F in popluar number systems.

HEX7B347F
Decimal12352127
Binary11110111101001111111
Octal17364177

Shades and tints

Shades of #7B347F

#7B347F
(123,52,127)
#703074
(112,48,116)
#652C69
(101,44,105)
#5A285E
(90,40,94)
#4F2453
(79,36,83)
#442048
(68,32,72)
#391C3D
(57,28,61)
#2E1832
(46,24,50)
#231427
(35,20,39)
#18101C
(24,16,28)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B347F

#7B347F
(123,52,127)
#87468A
(135,70,138)
#935895
(147,88,149)
#9F6AA0
(159,106,160)
#AB7CAB
(171,124,171)
#B78EB6
(183,142,182)
#C3A0C1
(195,160,193)
#CFB2CC
(207,178,204)
#DBC4D7
(219,196,215)
#E7D6E2
(231,214,226)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B347F color. Also use rgb(123,52,127) instead hex code.

Text Font Color

.myTextColor { color: #7B347F; }

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

This text font color is #7B347F.


Background Color

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

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

This div background color is #7B347F.


Border color

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

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

This div border color is #7B347F.


Opacity

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

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

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

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

This text has shadow with #7B347F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B347F on black background.


Color preview on white background

This text has color #7B347F on white background.



Black color preview on #7B347F background

This text has black color on #7B347F background.


White color preview on #7B347F background

This text has white color on #7B347F background.