COLOR #7B347C

HEX: #7B347C
RGB: (123,52,124)

Color info

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

RGB color model

#7B347C color RGB value is (123,52,124).

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

RGB channels and saturation

R 123 of 255 = 48%
G 52 of 255 = 20%
B 124 of 255 = 49%

123
52
124

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

Portions of RGB colors in percentages

R + G + B =
123 + 52 + 124 = 299 (100%)
R 123 of 299 ~ 41.14%
G 52 of 299 ~ 17.39%
B 124 of 299 ~ 41.47%

%41.14
%17.39
%41.47

CMYK color model

#7B347C color CMYK value is (1,58,0,51).

  • cyan value is 0.81%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(1,58,0,51)
C1M58Y0K51 
(1%,58%,0%,51%)
(0.01/0.58/0.00/0.51)	

CMYK percentages

%0.81
%58.06
%0
%51.37

Codes

Color #7B347C in popluar color models

7B347C
RGB12352124
HSL299°40.91%34.51%
HSB/HSV299°58.06%48.63%
CMYK0.81%58.06%0.00%
51.37%

Color #7B347C in popluar number systems.

HEX7B347C
Decimal12352124
Binary11110111101001111100
Octal17364174

Shades and tints

Shades of #7B347C

#7B347C
(123,52,124)
#703071
(112,48,113)
#652C66
(101,44,102)
#5A285B
(90,40,91)
#4F2450
(79,36,80)
#442045
(68,32,69)
#391C3A
(57,28,58)
#2E182F
(46,24,47)
#231424
(35,20,36)
#181019
(24,16,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #7B347C

#7B347C
(123,52,124)
#874687
(135,70,135)
#935892
(147,88,146)
#9F6A9D
(159,106,157)
#AB7CA8
(171,124,168)
#B78EB3
(183,142,179)
#C3A0BE
(195,160,190)
#CFB2C9
(207,178,201)
#DBC4D4
(219,196,212)
#E7D6DF
(231,214,223)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B347C; }

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

This text font color is #7B347C.


Background Color

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

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

This div background color is #7B347C.


Border color

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

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

This div border color is #7B347C.


Opacity

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

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

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

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

This text has shadow with #7B347C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B347C on black background.


Color preview on white background

This text has color #7B347C on white background.



Black color preview on #7B347C background

This text has black color on #7B347C background.


White color preview on #7B347C background

This text has white color on #7B347C background.