COLOR #7B3585

HEX: #7B3585
RGB: (123,53,133)

Color info

#7B3585 contains mainly red and blue colors. Web safe color of #7B3585 is #663399 (or #639).

RGB color model

#7B3585 color RGB value is (123,53,133).

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

RGB channels and saturation

R 123 of 255 = 48%
G 53 of 255 = 21%
B 133 of 255 = 52%

123
53
133

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

Portions of RGB colors in percentages

R + G + B =
123 + 53 + 133 = 309 (100%)
R 123 of 309 ~ 39.81%
G 53 of 309 ~ 17.15%
B 133 of 309 ~ 43.04%

%39.81
%17.15
%43.04

CMYK color model

#7B3585 color CMYK value is (8,60,0,48).

  • cyan value is 7.52%
  • magenta value is 60.15%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(8,60,0,48)
C8M60Y0K48 
(8%,60%,0%,48%)
(0.08/0.60/0.00/0.48)	

CMYK percentages

%7.52
%60.15
%0
%47.84

Codes

Color #7B3585 in popluar color models

7B3585
RGB12353133
HSL293°43.01%36.47%
HSB/HSV293°60.15%52.16%
CMYK7.52%60.15%0.00%
47.84%

Color #7B3585 in popluar number systems.

HEX7B3585
Decimal12353133
Binary111101111010110000101
Octal17365205

Shades and tints

Shades of #7B3585

#7B3585
(123,53,133)
#703179
(112,49,121)
#652D6D
(101,45,109)
#5A2961
(90,41,97)
#4F2555
(79,37,85)
#442149
(68,33,73)
#391D3D
(57,29,61)
#2E1931
(46,25,49)
#231525
(35,21,37)
#181119
(24,17,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B3585

#7B3585
(123,53,133)
#874790
(135,71,144)
#93599B
(147,89,155)
#9F6BA6
(159,107,166)
#AB7DB1
(171,125,177)
#B78FBC
(183,143,188)
#C3A1C7
(195,161,199)
#CFB3D2
(207,179,210)
#DBC5DD
(219,197,221)
#E7D7E8
(231,215,232)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3585; }

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

This text font color is #7B3585.


Background Color

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

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

This div background color is #7B3585.


Border color

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

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

This div border color is #7B3585.


Opacity

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

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

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

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

This text has shadow with #7B3585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3585 on black background.


Color preview on white background

This text has color #7B3585 on white background.



Black color preview on #7B3585 background

This text has black color on #7B3585 background.


White color preview on #7B3585 background

This text has white color on #7B3585 background.