COLOR #7F59AF

HEX: #7F59AF RGB: (127,89,175)

Color info

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

RGB color model

#7F59AF color RGB value is (127,89,175).

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

RGB channels and saturation

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

127
89
175

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

Portions of RGB colors in percentages

R + G + B = 127 + 89 + 175 = 391 (100%)
R 127 of 391 ~ 32.48%
G 89 of 391 ~ 22.76%
B 175 of 391 ~ 44.76'%

%32.48
%22.76
%44.76

CMYK color model

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

  • cyan value is 27.43%
  • magenta value is 49.14%
  • 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
%49.14
%0
%31.37

Codes

Color #7F59AF in popluar color models

7F 59 AF
RGB 127 89 175
HSL 267° 34.96% 51.76%
HSB/HSV 267° 49.14% 68.63%
CMYK 27.43% 49.14% 0.00%
31.37%

Color #7F59AF in popluar number systems.

HEX 7F 59 AF
Decimal 127 89 175
Binary 1111111 1011001 10101111
Octal 177 131 257

Shades and tints

Shades of #7F59AF

#7F59AF
(127,89,175)
#7451A0
(116,81,160)
#694991
(105,73,145)
#5E4182
(94,65,130)
#533973
(83,57,115)
#483164
(72,49,100)
#3D2955
(61,41,85)
#322146
(50,33,70)
#271937
(39,25,55)
#1C1128
(28,17,40)
#110919
(17,9,25)
#000000
(0,0,0)

Tints of #7F59AF

#7F59AF
(127,89,175)
#8A68B6
(138,104,182)
#9577BD
(149,119,189)
#A086C4
(160,134,196)
#AB95CB
(171,149,203)
#B6A4D2
(182,164,210)
#C1B3D9
(193,179,217)
#CCC2E0
(204,194,224)
#D7D1E7
(215,209,231)
#E2E0EE
(226,224,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F59AF; }

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

This text font color is #7F59AF.

Background Color

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

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

This div background color is #7F59AF.

Border color

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

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

This div border color is #7F59AF.

Opacity

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

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

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

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

This text has shadow with #7F59AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F59AF.

Preview

Color preview on black background

This text has color #7F59AF on black background.


Color preview on white background

This text has color #7F59AF on white background.


Black color preview on #7F59AF background

This text has black color on #7F59AF background.


White color preview on #7F59AF background

This text has white color on #7F59AF background.


Related colors

Complementary color

Complementary color for #hex is #80A650.


I love getcolorcode.com

Triadic colors

1 #AF7F59 and #59AF7F with #7F59AF are triadic colors.

2 #AF597F and #597FAF with #7F59AF are triadic colors.