COLOR #7F3B6A

HEX: #7F3B6A RGB: (127,59,106)

Color info

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

RGB color model

#7F3B6A color RGB value is (127,59,106).

RGB: (127,59,106) (50%, 23%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 59 of 255 = 23%
B 106 of 255 = 42%

127
59
106

R + G + B ~ 38%. #7F3B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 59 + 106 = 292 (100%)
R 127 of 292 ~ 43.49%
G 59 of 292 ~ 20.21%
B 106 of 292 ~ 36.3'%

%43.49
%20.21
%36.3

CMYK color model

#7F3B6A color CMYK value is (0,54,17,50).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 16.54%
  • key color value is 50.20%

CMYK: (0,54,17,50)
C0M54Y17K50 (0%, 54%, 17%, 50%)
(0.00 / 0.54 / 0.17 / 0.50)

CMYK percentages

%0
%53.54
%16.54
%50.2

Codes

Color #7F3B6A in popluar color models

7F 3B 6A
RGB 127 59 106
HSL 319° 36.56% 36.47%
HSB/HSV 319° 53.54% 49.80%
CMYK 0.00% 53.54% 16.54%
50.20%

Color #7F3B6A in popluar number systems.

HEX 7F 3B 6A
Decimal 127 59 106
Binary 1111111 111011 1101010
Octal 177 73 152

Shades and tints

Shades of #7F3B6A

#7F3B6A
(127,59,106)
#743661
(116,54,97)
#693158
(105,49,88)
#5E2C4F
(94,44,79)
#532746
(83,39,70)
#48223D
(72,34,61)
#3D1D34
(61,29,52)
#32182B
(50,24,43)
#271322
(39,19,34)
#1C0E19
(28,14,25)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #7F3B6A

#7F3B6A
(127,59,106)
#8A4C77
(138,76,119)
#955D84
(149,93,132)
#A06E91
(160,110,145)
#AB7F9E
(171,127,158)
#B690AB
(182,144,171)
#C1A1B8
(193,161,184)
#CCB2C5
(204,178,197)
#D7C3D2
(215,195,210)
#E2D4DF
(226,212,223)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3B6A; }

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

This text font color is #7F3B6A.

Background Color

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

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

This div background color is #7F3B6A.

Border color

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

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

This div border color is #7F3B6A.

Opacity

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

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

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

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

This text has shadow with #7F3B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F3B6A.

Preview

Color preview on black background

This text has color #7F3B6A on black background.


Color preview on white background

This text has color #7F3B6A on white background.


Black color preview on #7F3B6A background

This text has black color on #7F3B6A background.


White color preview on #7F3B6A background

This text has white color on #7F3B6A background.


Related colors

Complementary color

Complementary color for #hex is #80C495.


I love getcolorcode.com

Triadic colors

1 #6A7F3B and #3B6A7F with #7F3B6A are triadic colors.

2 #6A3B7F and #3B7F6A with #7F3B6A are triadic colors.