COLOR #7F59AB

HEX: #7F59AB
RGB: (127,89,171)

Color info

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

RGB color model

#7F59AB color RGB value is (127,89,171).

  • red value is 127;
  • green value is 89;
  • blue value is 171.
RGB:
(127,89,171)
(50%,35%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 171 of 255 = 67%

127
89
171

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

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 171 = 387 (100%)
R 127 of 387 ~ 32.82%
G 89 of 387 ~ 23%
B 171 of 387 ~ 44.19%

%32.82
%23
%44.19

CMYK color model

#7F59AB color CMYK value is (26,48,0,33).

  • cyan value is 25.73%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,48,0,33)
C26M48Y0K33 
(26%,48%,0%,33%)
(0.26/0.48/0.00/0.33)	

CMYK percentages

%25.73
%47.95
%0
%32.94

Codes

Color #7F59AB in popluar color models

7F59AB
RGB12789171
HSL268°32.80%50.98%
HSB/HSV268°47.95%67.06%
CMYK25.73%47.95%0.00%
32.94%

Color #7F59AB in popluar number systems.

HEX7F59AB
Decimal12789171
Binary1111111101100110101011
Octal177131253

Shades and tints

Shades of #7F59AB

#7F59AB
(127,89,171)
#74519C
(116,81,156)
#69498D
(105,73,141)
#5E417E
(94,65,126)
#53396F
(83,57,111)
#483160
(72,49,96)
#3D2951
(61,41,81)
#322142
(50,33,66)
#271933
(39,25,51)
#1C1124
(28,17,36)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #7F59AB

#7F59AB
(127,89,171)
#8A68B2
(138,104,178)
#9577B9
(149,119,185)
#A086C0
(160,134,192)
#AB95C7
(171,149,199)
#B6A4CE
(182,164,206)
#C1B3D5
(193,179,213)
#CCC2DC
(204,194,220)
#D7D1E3
(215,209,227)
#E2E0EA
(226,224,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F59AB; }

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

This text font color is #7F59AB.


Background Color

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

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

This div background color is #7F59AB.


Border color

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

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

This div border color is #7F59AB.


Opacity

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

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

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

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

This text has shadow with #7F59AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F59AB on black background.


Color preview on white background

This text has color #7F59AB on white background.



Black color preview on #7F59AB background

This text has black color on #7F59AB background.


White color preview on #7F59AB background

This text has white color on #7F59AB background.