COLOR #7F4684

HEX: #7F4684 RGB: (127,70,132)

Color info

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

RGB color model

#7F4684 color RGB value is (127,70,132).

RGB: (127,70,132) (50%, 27%, 52%)

RGB channels and saturation

R 127 of 255 = 50%
G 70 of 255 = 27%
B 132 of 255 = 52%

127
70
132

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

Portions of RGB colors in percentages

R + G + B = 127 + 70 + 132 = 329 (100%)
R 127 of 329 ~ 38.6%
G 70 of 329 ~ 21.28%
B 132 of 329 ~ 40.12'%

%38.6
%21.28
%40.12

CMYK color model

#7F4684 color CMYK value is (4,47,0,48).

  • cyan value is 3.79%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (4,47,0,48)
C4M47Y0K48 (4%, 47%, 0%, 48%)
(0.04 / 0.47 / 0.00 / 0.48)

CMYK percentages

%3.79
%46.97
%0
%48.24

Codes

Color #7F4684 in popluar color models

7F 46 84
RGB 127 70 132
HSL 295° 30.69% 39.61%
HSB/HSV 295° 46.97% 51.76%
CMYK 3.79% 46.97% 0.00%
48.24%

Color #7F4684 in popluar number systems.

HEX 7F 46 84
Decimal 127 70 132
Binary 1111111 1000110 10000100
Octal 177 106 204

Shades and tints

Shades of #7F4684

#7F4684
(127,70,132)
#744078
(116,64,120)
#693A6C
(105,58,108)
#5E3460
(94,52,96)
#532E54
(83,46,84)
#482848
(72,40,72)
#3D223C
(61,34,60)
#321C30
(50,28,48)
#271624
(39,22,36)
#1C1018
(28,16,24)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #7F4684

#7F4684
(127,70,132)
#8A568F
(138,86,143)
#95669A
(149,102,154)
#A076A5
(160,118,165)
#AB86B0
(171,134,176)
#B696BB
(182,150,187)
#C1A6C6
(193,166,198)
#CCB6D1
(204,182,209)
#D7C6DC
(215,198,220)
#E2D6E7
(226,214,231)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4684 color. Also use rgb(127,70,132) instead hex code.

Text Font Color

.myTextColor { color: #7F4684; }

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

This text font color is #7F4684.

Background Color

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

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

This div background color is #7F4684.

Border color

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

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

This div border color is #7F4684.

Opacity

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

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

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

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

This text has shadow with #7F4684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4684.

Preview

Color preview on black background

This text has color #7F4684 on black background.


Color preview on white background

This text has color #7F4684 on white background.


Black color preview on #7F4684 background

This text has black color on #7F4684 background.


White color preview on #7F4684 background

This text has white color on #7F4684 background.


Related colors

Complementary color

Complementary color for #hex is #80B97B.


I love getcolorcode.com

Triadic colors

1 #847F46 and #46847F with #7F4684 are triadic colors.

2 #84467F and #467F84 with #7F4684 are triadic colors.