COLOR #7F5593

HEX: #7F5593 RGB: (127,85,147)

Color info

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

RGB color model

#7F5593 color RGB value is (127,85,147).

RGB: (127,85,147) (50%, 33%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 147 of 255 = 58%

127
85
147

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

Portions of RGB colors in percentages

R + G + B = 127 + 85 + 147 = 359 (100%)
R 127 of 359 ~ 35.38%
G 85 of 359 ~ 23.68%
B 147 of 359 ~ 40.95'%

%35.38
%23.68
%40.95

CMYK color model

#7F5593 color CMYK value is (14,42,0,42).

  • cyan value is 13.61%
  • magenta value is 42.18%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (14,42,0,42) C14M42Y0K42 (14%,42%,0%,42%) (0.14/0.42/0.00/0.42) 

CMYK percentages

%13.61
%42.18
%0
%42.35

Codes

Color #7F5593 in popluar color models

7F 55 93
RGB 127 85 147
HSL 281° 26.72% 45.49%
HSB/HSV 281° 42.18% 57.65%
CMYK 13.61% 42.18% 0.00%
42.35%

Color #7F5593 in popluar number systems.

HEX 7F 55 93
Decimal 127 85 147
Binary 1111111 1010101 10010011
Octal 177 125 223

Shades and tints

Shades of #7F5593

#7F5593
(127,85,147)
#744E86
(116,78,134)
#694779
(105,71,121)
#5E406C
(94,64,108)
#53395F
(83,57,95)
#483252
(72,50,82)
#3D2B45
(61,43,69)
#322438
(50,36,56)
#271D2B
(39,29,43)
#1C161E
(28,22,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F5593

#7F5593
(127,85,147)
#8A649C
(138,100,156)
#9573A5
(149,115,165)
#A082AE
(160,130,174)
#AB91B7
(171,145,183)
#B6A0C0
(182,160,192)
#C1AFC9
(193,175,201)
#CCBED2
(204,190,210)
#D7CDDB
(215,205,219)
#E2DCE4
(226,220,228)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5593; }

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

This text font color is #7F5593.

Background Color

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

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

This div background color is #7F5593.

Border color

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

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

This div border color is #7F5593.

Opacity

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

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

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

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

This text has shadow with #7F5593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5593.

Preview

Color preview on black background

This text has color #7F5593 on black background.


Color preview on white background

This text has color #7F5593 on white background.


Black color preview on #7F5593 background

This text has black color on #7F5593 background.


White color preview on #7F5593 background

This text has white color on #7F5593 background.


Related colors

Complementary color

Complementary color for #hex is #80AA6C.


I love getcolorcode.com

Triadic colors

1 #937F55 and #55937F with #7F5593 are triadic colors.

2 #93557F and #557F93 with #7F5593 are triadic colors.