COLOR #7F6592

HEX: #7F6592
RGB: (127,101,146)

Color info

#7F6592 contains red, green and blue colors in about the same proportion. Web safe color of #7F6592 is #666699 (or #669).

RGB color model

#7F6592 color RGB value is (127,101,146).

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

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 146 of 255 = 57%

127
101
146

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

Portions of RGB colors in percentages

R + G + B =
127 + 101 + 146 = 374 (100%)
R 127 of 374 ~ 33.96%
G 101 of 374 ~ 27.01%
B 146 of 374 ~ 39.04%

%33.96
%27.01
%39.04

CMYK color model

#7F6592 color CMYK value is (13,31,0,43).

  • cyan value is 13.01%
  • magenta value is 30.82%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(13,31,0,43)
C13M31Y0K43 
(13%,31%,0%,43%)
(0.13/0.31/0.00/0.43)	

CMYK percentages

%13.01
%30.82
%0
%42.75

Codes

Color #7F6592 in popluar color models

7F6592
RGB127101146
HSL275°18.22%48.43%
HSB/HSV275°30.82%57.25%
CMYK13.01%30.82%0.00%
42.75%

Color #7F6592 in popluar number systems.

HEX7F6592
Decimal127101146
Binary1111111110010110010010
Octal177145222

Shades and tints

Shades of #7F6592

#7F6592
(127,101,146)
#745C85
(116,92,133)
#695378
(105,83,120)
#5E4A6B
(94,74,107)
#53415E
(83,65,94)
#483851
(72,56,81)
#3D2F44
(61,47,68)
#322637
(50,38,55)
#271D2A
(39,29,42)
#1C141D
(28,20,29)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #7F6592

#7F6592
(127,101,146)
#8A739B
(138,115,155)
#9581A4
(149,129,164)
#A08FAD
(160,143,173)
#AB9DB6
(171,157,182)
#B6ABBF
(182,171,191)
#C1B9C8
(193,185,200)
#CCC7D1
(204,199,209)
#D7D5DA
(215,213,218)
#E2E3E3
(226,227,227)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6592; }

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

This text font color is #7F6592.


Background Color

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

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

This div background color is #7F6592.


Border color

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

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

This div border color is #7F6592.


Opacity

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

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

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

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

This text has shadow with #7F6592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6592 on black background.


Color preview on white background

This text has color #7F6592 on white background.



Black color preview on #7F6592 background

This text has black color on #7F6592 background.


White color preview on #7F6592 background

This text has white color on #7F6592 background.