COLOR #7B347A

HEX: #7B347A
RGB: (123,52,122)

Color info

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

RGB color model

#7B347A color RGB value is (123,52,122).

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

RGB channels and saturation

R 123 of 255 = 48%
G 52 of 255 = 20%
B 122 of 255 = 48%

123
52
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 52 + 122 = 297 (100%)
R 123 of 297 ~ 41.41%
G 52 of 297 ~ 17.51%
B 122 of 297 ~ 41.08%

%41.41
%17.51
%41.08

CMYK color model

#7B347A color CMYK value is (0,58,1,52).

  • cyan value is 0.00%
  • magenta value is 57.72%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,58,1,52)
C0M58Y1K52 
(0%,58%,1%,52%)
(0.00/0.58/0.01/0.52)	

CMYK percentages

%0
%57.72
%0.81
%51.76

Codes

Color #7B347A in popluar color models

7B347A
RGB12352122
HSL301°40.57%34.31%
HSB/HSV301°57.72%48.24%
CMYK0.00%57.72%0.81%
51.76%

Color #7B347A in popluar number systems.

HEX7B347A
Decimal12352122
Binary11110111101001111010
Octal17364172

Shades and tints

Shades of #7B347A

#7B347A
(123,52,122)
#70306F
(112,48,111)
#652C64
(101,44,100)
#5A2859
(90,40,89)
#4F244E
(79,36,78)
#442043
(68,32,67)
#391C38
(57,28,56)
#2E182D
(46,24,45)
#231422
(35,20,34)
#181017
(24,16,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #7B347A

#7B347A
(123,52,122)
#874686
(135,70,134)
#935892
(147,88,146)
#9F6A9E
(159,106,158)
#AB7CAA
(171,124,170)
#B78EB6
(183,142,182)
#C3A0C2
(195,160,194)
#CFB2CE
(207,178,206)
#DBC4DA
(219,196,218)
#E7D6E6
(231,214,230)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B347A; }

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

This text font color is #7B347A.


Background Color

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

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

This div background color is #7B347A.


Border color

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

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

This div border color is #7B347A.


Opacity

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

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

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

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

This text has shadow with #7B347A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B347A on black background.


Color preview on white background

This text has color #7B347A on white background.



Black color preview on #7B347A background

This text has black color on #7B347A background.


White color preview on #7B347A background

This text has white color on #7B347A background.