COLOR #7F6DAD

HEX: #7F6DAD
RGB: (127,109,173)

Color info

#7F6DAD contains mainly red and blue colors. Web safe color of #7F6DAD is #666699 (or #669).

RGB color model

#7F6DAD color RGB value is (127,109,173).

  • red value is 127;
  • green value is 109;
  • blue value is 173.
RGB:
(127,109,173)
(50%,43%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 173 of 255 = 68%

127
109
173

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

Portions of RGB colors in percentages

R + G + B =
127 + 109 + 173 = 409 (100%)
R 127 of 409 ~ 31.05%
G 109 of 409 ~ 26.65%
B 173 of 409 ~ 42.3%

%31.05
%26.65
%42.3

CMYK color model

#7F6DAD color CMYK value is (27,37,0,32).

  • cyan value is 26.59%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(27,37,0,32)
C27M37Y0K32 
(27%,37%,0%,32%)
(0.27/0.37/0.00/0.32)	

CMYK percentages

%26.59
%36.99
%0
%32.16

Codes

Color #7F6DAD in popluar color models

7F6DAD
RGB127109173
HSL257°28.07%55.29%
HSB/HSV257°36.99%67.84%
CMYK26.59%36.99%0.00%
32.16%

Color #7F6DAD in popluar number systems.

HEX7F6DAD
Decimal127109173
Binary1111111110110110101101
Octal177155255

Shades and tints

Shades of #7F6DAD

#7F6DAD
(127,109,173)
#74649E
(116,100,158)
#695B8F
(105,91,143)
#5E5280
(94,82,128)
#534971
(83,73,113)
#484062
(72,64,98)
#3D3753
(61,55,83)
#322E44
(50,46,68)
#272535
(39,37,53)
#1C1C26
(28,28,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7F6DAD

#7F6DAD
(127,109,173)
#8A7AB4
(138,122,180)
#9587BB
(149,135,187)
#A094C2
(160,148,194)
#ABA1C9
(171,161,201)
#B6AED0
(182,174,208)
#C1BBD7
(193,187,215)
#CCC8DE
(204,200,222)
#D7D5E5
(215,213,229)
#E2E2EC
(226,226,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6DAD color. Also use rgb(127,109,173) instead hex code.

Text Font Color

.myTextColor { color: #7F6DAD; }

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

This text font color is #7F6DAD.


Background Color

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

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

This div background color is #7F6DAD.


Border color

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

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

This div border color is #7F6DAD.


Opacity

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

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

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

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

This text has shadow with #7F6DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6DAD on black background.


Color preview on white background

This text has color #7F6DAD on white background.



Black color preview on #7F6DAD background

This text has black color on #7F6DAD background.


White color preview on #7F6DAD background

This text has white color on #7F6DAD background.