COLOR #7E1564

HEX: #7E1564 RGB: (126,21,100)

Color info

#7E1564 contains mainly red and blue colors. Web safe color of #7E1564 is #660066 (or #606).

RGB color model

#7E1564 color RGB value is (126,21,100).

RGB: (126,21,100) (49%, 8%, 39%)

RGB channels and saturation

R 126 of 255 = 49%
G 21 of 255 = 8%
B 100 of 255 = 39%

126
21
100

R + G + B ~ 32%. #7E1564 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 21 + 100 = 247 (100%)
R 126 of 247 ~ 51.01%
G 21 of 247 ~ 8.5%
B 100 of 247 ~ 40.49'%

%51.01
%40.49

CMYK color model

#7E1564 color CMYK value is (0,83,21,51).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 20.63%
  • key color value is 50.59%

CMYK: (0,83,21,51)
C0M83Y21K51 (0%, 83%, 21%, 51%)
(0.00 / 0.83 / 0.21 / 0.51)

CMYK percentages

%0
%83.33
%20.63
%50.59

Codes

Color #7E1564 in popluar color models

7E 15 64
RGB 126 21 100
HSL 315° 71.43% 28.82%
HSB/HSV 315° 83.33% 49.41%
CMYK 0.00% 83.33% 20.63%
50.59%

Color #7E1564 in popluar number systems.

HEX 7E 15 64
Decimal 126 21 100
Binary 1111110 10101 1100100
Octal 176 25 144

Shades and tints

Shades of #7E1564

#7E1564
(126,21,100)
#73145B
(115,20,91)
#681352
(104,19,82)
#5D1249
(93,18,73)
#521140
(82,17,64)
#471037
(71,16,55)
#3C0F2E
(60,15,46)
#310E25
(49,14,37)
#260D1C
(38,13,28)
#1B0C13
(27,12,19)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E1564

#7E1564
(126,21,100)
#892A72
(137,42,114)
#943F80
(148,63,128)
#9F548E
(159,84,142)
#AA699C
(170,105,156)
#B57EAA
(181,126,170)
#C093B8
(192,147,184)
#CBA8C6
(203,168,198)
#D6BDD4
(214,189,212)
#E1D2E2
(225,210,226)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1564 color. Also use rgb(126,21,100) instead hex code.

Text Font Color

.myTextColor { color: #7E1564; }

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

This text font color is #7E1564.

Background Color

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

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

This div background color is #7E1564.

Border color

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

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

This div border color is #7E1564.

Opacity

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

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

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

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

This text has shadow with #7E1564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E1564.

Preview

Color preview on black background

This text has color #7E1564 on black background.


Color preview on white background

This text has color #7E1564 on white background.


Black color preview on #7E1564 background

This text has black color on #7E1564 background.


White color preview on #7E1564 background

This text has white color on #7E1564 background.


Related colors

Complementary color

Complementary color for #hex is #81EA9B.


I love getcolorcode.com

Triadic colors

1 #647E15 and #15647E with #7E1564 are triadic colors.

2 #64157E and #157E64 with #7E1564 are triadic colors.