COLOR #7F6390

HEX: #7F6390 RGB: (127,99,144)

Color info

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

RGB color model

#7F6390 color RGB value is (127,99,144).

RGB: (127,99,144) (50%, 39%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 144 of 255 = 56%

127
99
144

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

Portions of RGB colors in percentages

R + G + B = 127 + 99 + 144 = 370 (100%)
R 127 of 370 ~ 34.32%
G 99 of 370 ~ 26.76%
B 144 of 370 ~ 38.92'%

%34.32
%26.76
%38.92

CMYK color model

#7F6390 color CMYK value is (12,31,0,44).

  • cyan value is 11.81%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (12,31,0,44)
C12M31Y0K44 (12%, 31%, 0%, 44%)
(0.12 / 0.31 / 0.00 / 0.44)

CMYK percentages

%11.81
%31.25
%0
%43.53

Codes

Color #7F6390 in popluar color models

7F 63 90
RGB 127 99 144
HSL 277° 18.52% 47.65%
HSB/HSV 277° 31.25% 56.47%
CMYK 11.81% 31.25% 0.00%
43.53%

Color #7F6390 in popluar number systems.

HEX 7F 63 90
Decimal 127 99 144
Binary 1111111 1100011 10010000
Octal 177 143 220

Shades and tints

Shades of #7F6390

#7F6390
(127,99,144)
#745A83
(116,90,131)
#695176
(105,81,118)
#5E4869
(94,72,105)
#533F5C
(83,63,92)
#48364F
(72,54,79)
#3D2D42
(61,45,66)
#322435
(50,36,53)
#271B28
(39,27,40)
#1C121B
(28,18,27)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #7F6390

#7F6390
(127,99,144)
#8A719A
(138,113,154)
#957FA4
(149,127,164)
#A08DAE
(160,141,174)
#AB9BB8
(171,155,184)
#B6A9C2
(182,169,194)
#C1B7CC
(193,183,204)
#CCC5D6
(204,197,214)
#D7D3E0
(215,211,224)
#E2E1EA
(226,225,234)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6390 color. Also use rgb(127,99,144) instead hex code.

Text Font Color

.myTextColor { color: #7F6390; }

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

This text font color is #7F6390.

Background Color

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

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

This div background color is #7F6390.

Border color

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

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

This div border color is #7F6390.

Opacity

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

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

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

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

This text has shadow with #7F6390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6390.

Preview

Color preview on black background

This text has color #7F6390 on black background.


Color preview on white background

This text has color #7F6390 on white background.


Black color preview on #7F6390 background

This text has black color on #7F6390 background.


White color preview on #7F6390 background

This text has white color on #7F6390 background.


Related colors

Complementary color

Complementary color for #hex is #809C6F.


I love getcolorcode.com

Triadic colors

1 #907F63 and #63907F with #7F6390 are triadic colors.

2 #90637F and #637F90 with #7F6390 are triadic colors.