COLOR #7F3B73

HEX: #7F3B73
RGB: (127,59,115)

Color info

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

RGB color model

#7F3B73 color RGB value is (127,59,115).

  • red value is 127;
  • green value is 59;
  • blue value is 115.
RGB:
(127,59,115)
(50%,23%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 59 of 255 = 23%
B 115 of 255 = 45%

127
59
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 59 + 115 = 301 (100%)
R 127 of 301 ~ 42.19%
G 59 of 301 ~ 19.6%
B 115 of 301 ~ 38.21%

%42.19
%19.6
%38.21

CMYK color model

#7F3B73 color CMYK value is (0,54,9,50).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(0,54,9,50)
C0M54Y9K50 
(0%,54%,9%,50%)
(0.00/0.54/0.09/0.50)	

CMYK percentages

%0
%53.54
%9.45
%50.2

Codes

Color #7F3B73 in popluar color models

7F3B73
RGB12759115
HSL311°36.56%36.47%
HSB/HSV311°53.54%49.80%
CMYK0.00%53.54%9.45%
50.20%

Color #7F3B73 in popluar number systems.

HEX7F3B73
Decimal12759115
Binary11111111110111110011
Octal17773163

Shades and tints

Shades of #7F3B73

#7F3B73
(127,59,115)
#743669
(116,54,105)
#69315F
(105,49,95)
#5E2C55
(94,44,85)
#53274B
(83,39,75)
#482241
(72,34,65)
#3D1D37
(61,29,55)
#32182D
(50,24,45)
#271323
(39,19,35)
#1C0E19
(28,14,25)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #7F3B73

#7F3B73
(127,59,115)
#8A4C7F
(138,76,127)
#955D8B
(149,93,139)
#A06E97
(160,110,151)
#AB7FA3
(171,127,163)
#B690AF
(182,144,175)
#C1A1BB
(193,161,187)
#CCB2C7
(204,178,199)
#D7C3D3
(215,195,211)
#E2D4DF
(226,212,223)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3B73 color. Also use rgb(127,59,115) instead hex code.

Text Font Color

.myTextColor { color: #7F3B73; }

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

This text font color is #7F3B73.


Background Color

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

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

This div background color is #7F3B73.


Border color

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

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

This div border color is #7F3B73.


Opacity

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

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

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

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

This text has shadow with #7F3B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3B73 on black background.


Color preview on white background

This text has color #7F3B73 on white background.



Black color preview on #7F3B73 background

This text has black color on #7F3B73 background.


White color preview on #7F3B73 background

This text has white color on #7F3B73 background.