COLOR #7F6491

HEX: #7F6491
RGB: (127,100,145)

Color info

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

RGB color model

#7F6491 color RGB value is (127,100,145).

  • red value is 127;
  • green value is 100;
  • blue value is 145.
RGB:
(127,100,145)
(50%,39%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 145 of 255 = 57%

127
100
145

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

Portions of RGB colors in percentages

R + G + B =
127 + 100 + 145 = 372 (100%)
R 127 of 372 ~ 34.14%
G 100 of 372 ~ 26.88%
B 145 of 372 ~ 38.98%

%34.14
%26.88
%38.98

CMYK color model

#7F6491 color CMYK value is (12,31,0,43).

  • cyan value is 12.41%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(12,31,0,43)
C12M31Y0K43 
(12%,31%,0%,43%)
(0.12/0.31/0.00/0.43)	

CMYK percentages

%12.41
%31.03
%0
%43.14

Codes

Color #7F6491 in popluar color models

7F6491
RGB127100145
HSL276°18.37%48.04%
HSB/HSV276°31.03%56.86%
CMYK12.41%31.03%0.00%
43.14%

Color #7F6491 in popluar number systems.

HEX7F6491
Decimal127100145
Binary1111111110010010010001
Octal177144221

Shades and tints

Shades of #7F6491

#7F6491
(127,100,145)
#745B84
(116,91,132)
#695277
(105,82,119)
#5E496A
(94,73,106)
#53405D
(83,64,93)
#483750
(72,55,80)
#3D2E43
(61,46,67)
#322536
(50,37,54)
#271C29
(39,28,41)
#1C131C
(28,19,28)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #7F6491

#7F6491
(127,100,145)
#8A729B
(138,114,155)
#9580A5
(149,128,165)
#A08EAF
(160,142,175)
#AB9CB9
(171,156,185)
#B6AAC3
(182,170,195)
#C1B8CD
(193,184,205)
#CCC6D7
(204,198,215)
#D7D4E1
(215,212,225)
#E2E2EB
(226,226,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6491 color. Also use rgb(127,100,145) instead hex code.

Text Font Color

.myTextColor { color: #7F6491; }

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

This text font color is #7F6491.


Background Color

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

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

This div background color is #7F6491.


Border color

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

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

This div border color is #7F6491.


Opacity

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

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

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

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

This text has shadow with #7F6491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6491 on black background.


Color preview on white background

This text has color #7F6491 on white background.



Black color preview on #7F6491 background

This text has black color on #7F6491 background.


White color preview on #7F6491 background

This text has white color on #7F6491 background.