COLOR #7F5592

HEX: #7F5592
RGB: (127,85,146)

Color info

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

RGB color model

#7F5592 color RGB value is (127,85,146).

  • red value is 127;
  • green value is 85;
  • blue value is 146.
RGB:
(127,85,146)
(50%,33%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 146 of 255 = 57%

127
85
146

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 146 = 358 (100%)
R 127 of 358 ~ 35.47%
G 85 of 358 ~ 23.74%
B 146 of 358 ~ 40.78%

%35.47
%23.74
%40.78

CMYK color model

#7F5592 color CMYK value is (13,42,0,43).

  • cyan value is 13.01%
  • magenta value is 41.78%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(13,42,0,43)
C13M42Y0K43 
(13%,42%,0%,43%)
(0.13/0.42/0.00/0.43)	

CMYK percentages

%13.01
%41.78
%0
%42.75

Codes

Color #7F5592 in popluar color models

7F5592
RGB12785146
HSL281°26.41%45.29%
HSB/HSV281°41.78%57.25%
CMYK13.01%41.78%0.00%
42.75%

Color #7F5592 in popluar number systems.

HEX7F5592
Decimal12785146
Binary1111111101010110010010
Octal177125222

Shades and tints

Shades of #7F5592

#7F5592
(127,85,146)
#744E85
(116,78,133)
#694778
(105,71,120)
#5E406B
(94,64,107)
#53395E
(83,57,94)
#483251
(72,50,81)
#3D2B44
(61,43,68)
#322437
(50,36,55)
#271D2A
(39,29,42)
#1C161D
(28,22,29)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F5592

#7F5592
(127,85,146)
#8A649B
(138,100,155)
#9573A4
(149,115,164)
#A082AD
(160,130,173)
#AB91B6
(171,145,182)
#B6A0BF
(182,160,191)
#C1AFC8
(193,175,200)
#CCBED1
(204,190,209)
#D7CDDA
(215,205,218)
#E2DCE3
(226,220,227)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5592 color. Also use rgb(127,85,146) instead hex code.

Text Font Color

.myTextColor { color: #7F5592; }

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

This text font color is #7F5592.


Background Color

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

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

This div background color is #7F5592.


Border color

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

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

This div border color is #7F5592.


Opacity

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

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

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

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

This text has shadow with #7F5592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5592 on black background.


Color preview on white background

This text has color #7F5592 on white background.



Black color preview on #7F5592 background

This text has black color on #7F5592 background.


White color preview on #7F5592 background

This text has white color on #7F5592 background.