COLOR #7F59A5

HEX: #7F59A5
RGB: (127,89,165)

Color info

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

RGB color model

#7F59A5 color RGB value is (127,89,165).

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

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 165 of 255 = 65%

127
89
165

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

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 165 = 381 (100%)
R 127 of 381 ~ 33.33%
G 89 of 381 ~ 23.36%
B 165 of 381 ~ 43.31%

%33.33
%23.36
%43.31

CMYK color model

#7F59A5 color CMYK value is (23,46,0,35).

  • cyan value is 23.03%
  • magenta value is 46.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(23,46,0,35)
C23M46Y0K35 
(23%,46%,0%,35%)
(0.23/0.46/0.00/0.35)	

CMYK percentages

%23.03
%46.06
%0
%35.29

Codes

Color #7F59A5 in popluar color models

7F59A5
RGB12789165
HSL270°29.92%49.80%
HSB/HSV270°46.06%64.71%
CMYK23.03%46.06%0.00%
35.29%

Color #7F59A5 in popluar number systems.

HEX7F59A5
Decimal12789165
Binary1111111101100110100101
Octal177131245

Shades and tints

Shades of #7F59A5

#7F59A5
(127,89,165)
#745196
(116,81,150)
#694987
(105,73,135)
#5E4178
(94,65,120)
#533969
(83,57,105)
#48315A
(72,49,90)
#3D294B
(61,41,75)
#32213C
(50,33,60)
#27192D
(39,25,45)
#1C111E
(28,17,30)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #7F59A5

#7F59A5
(127,89,165)
#8A68AD
(138,104,173)
#9577B5
(149,119,181)
#A086BD
(160,134,189)
#AB95C5
(171,149,197)
#B6A4CD
(182,164,205)
#C1B3D5
(193,179,213)
#CCC2DD
(204,194,221)
#D7D1E5
(215,209,229)
#E2E0ED
(226,224,237)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F59A5; }

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

This text font color is #7F59A5.


Background Color

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

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

This div background color is #7F59A5.


Border color

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

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

This div border color is #7F59A5.


Opacity

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

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

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

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

This text has shadow with #7F59A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F59A5 on black background.


Color preview on white background

This text has color #7F59A5 on white background.



Black color preview on #7F59A5 background

This text has black color on #7F59A5 background.


White color preview on #7F59A5 background

This text has white color on #7F59A5 background.