COLOR #7F5AAF

HEX: #7F5AAF RGB: (127,90,175)

Color info

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

RGB color model

#7F5AAF color RGB value is (127,90,175).

RGB: (127,90,175) (50%, 35%, 69%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 175 of 255 = 69%

127
90
175

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

Portions of RGB colors in percentages

R + G + B = 127 + 90 + 175 = 392 (100%)
R 127 of 392 ~ 32.4%
G 90 of 392 ~ 22.96%
B 175 of 392 ~ 44.64'%

%32.4
%22.96
%44.64

CMYK color model

#7F5AAF color CMYK value is (27,49,0,31).

  • cyan value is 27.43%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (27,49,0,31) C27M49Y0K31 (27%,49%,0%,31%) (0.27/0.49/0.00/0.31) 

CMYK percentages

%27.43
%48.57
%0
%31.37

Codes

Color #7F5AAF in popluar color models

7F 5A AF
RGB 127 90 175
HSL 266° 34.69% 51.96%
HSB/HSV 266° 48.57% 68.63%
CMYK 27.43% 48.57% 0.00%
31.37%

Color #7F5AAF in popluar number systems.

HEX 7F 5A AF
Decimal 127 90 175
Binary 1111111 1011010 10101111
Octal 177 132 257

Shades and tints

Shades of #7F5AAF

#7F5AAF
(127,90,175)
#7452A0
(116,82,160)
#694A91
(105,74,145)
#5E4282
(94,66,130)
#533A73
(83,58,115)
#483264
(72,50,100)
#3D2A55
(61,42,85)
#322246
(50,34,70)
#271A37
(39,26,55)
#1C1228
(28,18,40)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #7F5AAF

#7F5AAF
(127,90,175)
#8A69B6
(138,105,182)
#9578BD
(149,120,189)
#A087C4
(160,135,196)
#AB96CB
(171,150,203)
#B6A5D2
(182,165,210)
#C1B4D9
(193,180,217)
#CCC3E0
(204,195,224)
#D7D2E7
(215,210,231)
#E2E1EE
(226,225,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5AAF color. Also use rgb(127,90,175) instead hex code.

Text Font Color

.myTextColor { color: #7F5AAF; }

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

This text font color is #7F5AAF.

Background Color

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

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

This div background color is #7F5AAF.

Border color

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

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

This div border color is #7F5AAF.

Opacity

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

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

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

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

This text has shadow with #7F5AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5AAF.

Preview

Color preview on black background

This text has color #7F5AAF on black background.


Color preview on white background

This text has color #7F5AAF on white background.


Black color preview on #7F5AAF background

This text has black color on #7F5AAF background.


White color preview on #7F5AAF background

This text has white color on #7F5AAF background.


Related colors

Complementary color

Complementary color for #hex is #80A550.


I love getcolorcode.com

Triadic colors

1 #AF7F5A and #5AAF7F with #7F5AAF are triadic colors.

2 #AF5A7F and #5A7FAF with #7F5AAF are triadic colors.