COLOR #7F5CAF

HEX: #7F5CAF
RGB: (127,92,175)

Color info

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

RGB color model

#7F5CAF color RGB value is (127,92,175).

  • red value is 127;
  • green value is 92;
  • blue value is 175.
RGB:
(127,92,175)
(50%,36%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 92 of 255 = 36%
B 175 of 255 = 69%

127
92
175

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

Portions of RGB colors in percentages

R + G + B =
127 + 92 + 175 = 394 (100%)
R 127 of 394 ~ 32.23%
G 92 of 394 ~ 23.35%
B 175 of 394 ~ 44.42%

%32.23
%23.35
%44.42

CMYK color model

#7F5CAF color CMYK value is (27,47,0,31).

  • cyan value is 27.43%
  • magenta value is 47.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(27,47,0,31)
C27M47Y0K31 
(27%,47%,0%,31%)
(0.27/0.47/0.00/0.31)	

CMYK percentages

%27.43
%47.43
%0
%31.37

Codes

Color #7F5CAF in popluar color models

7F5CAF
RGB12792175
HSL265°34.16%52.35%
HSB/HSV265°47.43%68.63%
CMYK27.43%47.43%0.00%
31.37%

Color #7F5CAF in popluar number systems.

HEX7F5CAF
Decimal12792175
Binary1111111101110010101111
Octal177134257

Shades and tints

Shades of #7F5CAF

#7F5CAF
(127,92,175)
#7454A0
(116,84,160)
#694C91
(105,76,145)
#5E4482
(94,68,130)
#533C73
(83,60,115)
#483464
(72,52,100)
#3D2C55
(61,44,85)
#322446
(50,36,70)
#271C37
(39,28,55)
#1C1428
(28,20,40)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #7F5CAF

#7F5CAF
(127,92,175)
#8A6AB6
(138,106,182)
#9578BD
(149,120,189)
#A086C4
(160,134,196)
#AB94CB
(171,148,203)
#B6A2D2
(182,162,210)
#C1B0D9
(193,176,217)
#CCBEE0
(204,190,224)
#D7CCE7
(215,204,231)
#E2DAEE
(226,218,238)
#EDE8F5
(237,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5CAF; }

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

This text font color is #7F5CAF.


Background Color

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

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

This div background color is #7F5CAF.


Border color

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

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

This div border color is #7F5CAF.


Opacity

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

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

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

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

This text has shadow with #7F5CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5CAF on black background.


Color preview on white background

This text has color #7F5CAF on white background.



Black color preview on #7F5CAF background

This text has black color on #7F5CAF background.


White color preview on #7F5CAF background

This text has white color on #7F5CAF background.