COLOR #7F3586

HEX: #7F3586 RGB: (127,53,134)

Color info

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

RGB color model

#7F3586 color RGB value is (127,53,134).

RGB: (127,53,134) (50%, 21%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 53 of 255 = 21%
B 134 of 255 = 53%

127
53
134

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

Portions of RGB colors in percentages

R + G + B = 127 + 53 + 134 = 314 (100%)
R 127 of 314 ~ 40.45%
G 53 of 314 ~ 16.88%
B 134 of 314 ~ 42.68'%

%40.45
%16.88
%42.68

CMYK color model

#7F3586 color CMYK value is (5,60,0,47).

  • cyan value is 5.22%
  • magenta value is 60.45%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (5,60,0,47)
C5M60Y0K47 (5%, 60%, 0%, 47%)
(0.05 / 0.60 / 0.00 / 0.47)

CMYK percentages

%5.22
%60.45
%0
%47.45

Codes

Color #7F3586 in popluar color models

7F 35 86
RGB 127 53 134
HSL 295° 43.32% 36.67%
HSB/HSV 295° 60.45% 52.55%
CMYK 5.22% 60.45% 0.00%
47.45%

Color #7F3586 in popluar number systems.

HEX 7F 35 86
Decimal 127 53 134
Binary 1111111 110101 10000110
Octal 177 65 206

Shades and tints

Shades of #7F3586

#7F3586
(127,53,134)
#74317A
(116,49,122)
#692D6E
(105,45,110)
#5E2962
(94,41,98)
#532556
(83,37,86)
#48214A
(72,33,74)
#3D1D3E
(61,29,62)
#321932
(50,25,50)
#271526
(39,21,38)
#1C111A
(28,17,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F3586

#7F3586
(127,53,134)
#8A4791
(138,71,145)
#95599C
(149,89,156)
#A06BA7
(160,107,167)
#AB7DB2
(171,125,178)
#B68FBD
(182,143,189)
#C1A1C8
(193,161,200)
#CCB3D3
(204,179,211)
#D7C5DE
(215,197,222)
#E2D7E9
(226,215,233)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3586 color. Also use rgb(127,53,134) instead hex code.

Text Font Color

.myTextColor { color: #7F3586; }

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

This text font color is #7F3586.

Background Color

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

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

This div background color is #7F3586.

Border color

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

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

This div border color is #7F3586.

Opacity

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

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

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

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

This text has shadow with #7F3586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3586.

Preview

Color preview on black background

This text has color #7F3586 on black background.


Color preview on white background

This text has color #7F3586 on white background.


Black color preview on #7F3586 background

This text has black color on #7F3586 background.


White color preview on #7F3586 background

This text has white color on #7F3586 background.


Related colors

Complementary color

Complementary color for #hex is #80CA79.


I love getcolorcode.com

Triadic colors

1 #867F35 and #35867F with #7F3586 are triadic colors.

2 #86357F and #357F86 with #7F3586 are triadic colors.