COLOR #7F4497

HEX: #7F4497 RGB: (127,68,151)

Color info

#7F4497 contains mainly red and blue colors. Web safe color of #7F4497 is #663399 (or #639).

RGB color model

#7F4497 color RGB value is (127,68,151).

RGB: (127,68,151) (50%, 27%, 59%)

RGB channels and saturation

R 127 of 255 = 50%
G 68 of 255 = 27%
B 151 of 255 = 59%

127
68
151

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

Portions of RGB colors in percentages

R + G + B = 127 + 68 + 151 = 346 (100%)
R 127 of 346 ~ 36.71%
G 68 of 346 ~ 19.65%
B 151 of 346 ~ 43.64'%

%36.71
%19.65
%43.64

CMYK color model

#7F4497 color CMYK value is (16,55,0,41).

  • cyan value is 15.89%
  • magenta value is 54.97%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (16,55,0,41)
C16M55Y0K41 (16%, 55%, 0%, 41%)
(0.16 / 0.55 / 0.00 / 0.41)

CMYK percentages

%15.89
%54.97
%0
%40.78

Codes

Color #7F4497 in popluar color models

7F 44 97
RGB 127 68 151
HSL 283° 37.90% 42.94%
HSB/HSV 283° 54.97% 59.22%
CMYK 15.89% 54.97% 0.00%
40.78%

Color #7F4497 in popluar number systems.

HEX 7F 44 97
Decimal 127 68 151
Binary 1111111 1000100 10010111
Octal 177 104 227

Shades and tints

Shades of #7F4497

#7F4497
(127,68,151)
#743E8A
(116,62,138)
#69387D
(105,56,125)
#5E3270
(94,50,112)
#532C63
(83,44,99)
#482656
(72,38,86)
#3D2049
(61,32,73)
#321A3C
(50,26,60)
#27142F
(39,20,47)
#1C0E22
(28,14,34)
#110815
(17,8,21)
#000000
(0,0,0)

Tints of #7F4497

#7F4497
(127,68,151)
#8A55A0
(138,85,160)
#9566A9
(149,102,169)
#A077B2
(160,119,178)
#AB88BB
(171,136,187)
#B699C4
(182,153,196)
#C1AACD
(193,170,205)
#CCBBD6
(204,187,214)
#D7CCDF
(215,204,223)
#E2DDE8
(226,221,232)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4497 color. Also use rgb(127,68,151) instead hex code.

Text Font Color

.myTextColor { color: #7F4497; }

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

This text font color is #7F4497.

Background Color

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

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

This div background color is #7F4497.

Border color

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

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

This div border color is #7F4497.

Opacity

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

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

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

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

This text has shadow with #7F4497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4497.

Preview

Color preview on black background

This text has color #7F4497 on black background.


Color preview on white background

This text has color #7F4497 on white background.


Black color preview on #7F4497 background

This text has black color on #7F4497 background.


White color preview on #7F4497 background

This text has white color on #7F4497 background.


Related colors

Complementary color

Complementary color for #hex is #80BB68.


I love getcolorcode.com

Triadic colors

1 #977F44 and #44977F with #7F4497 are triadic colors.

2 #97447F and #447F97 with #7F4497 are triadic colors.