COLOR #7B357C

HEX: #7B357C
RGB: (123,53,124)

Color info

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

RGB color model

#7B357C color RGB value is (123,53,124).

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

RGB channels and saturation

R 123 of 255 = 48%
G 53 of 255 = 21%
B 124 of 255 = 49%

123
53
124

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

Portions of RGB colors in percentages

R + G + B =
123 + 53 + 124 = 300 (100%)
R 123 of 300 ~ 41%
G 53 of 300 ~ 17.67%
B 124 of 300 ~ 41.33%

%41
%17.67
%41.33

CMYK color model

#7B357C color CMYK value is (1,57,0,51).

  • cyan value is 0.81%
  • magenta value is 57.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(1,57,0,51)
C1M57Y0K51 
(1%,57%,0%,51%)
(0.01/0.57/0.00/0.51)	

CMYK percentages

%0.81
%57.26
%0
%51.37

Codes

Color #7B357C in popluar color models

7B357C
RGB12353124
HSL299°40.11%34.71%
HSB/HSV299°57.26%48.63%
CMYK0.81%57.26%0.00%
51.37%

Color #7B357C in popluar number systems.

HEX7B357C
Decimal12353124
Binary11110111101011111100
Octal17365174

Shades and tints

Shades of #7B357C

#7B357C
(123,53,124)
#703171
(112,49,113)
#652D66
(101,45,102)
#5A295B
(90,41,91)
#4F2550
(79,37,80)
#442145
(68,33,69)
#391D3A
(57,29,58)
#2E192F
(46,25,47)
#231524
(35,21,36)
#181119
(24,17,25)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #7B357C

#7B357C
(123,53,124)
#874787
(135,71,135)
#935992
(147,89,146)
#9F6B9D
(159,107,157)
#AB7DA8
(171,125,168)
#B78FB3
(183,143,179)
#C3A1BE
(195,161,190)
#CFB3C9
(207,179,201)
#DBC5D4
(219,197,212)
#E7D7DF
(231,215,223)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B357C; }

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

This text font color is #7B357C.


Background Color

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

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

This div background color is #7B357C.


Border color

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

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

This div border color is #7B357C.


Opacity

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

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

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

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

This text has shadow with #7B357C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B357C on black background.


Color preview on white background

This text has color #7B357C on white background.



Black color preview on #7B357C background

This text has black color on #7B357C background.


White color preview on #7B357C background

This text has white color on #7B357C background.