COLOR #7E315C

HEX: #7E315C RGB: (126,49,92)

Color info

#7E315C contains mainly red and blue colors. Web safe color of #7E315C is #663366 (or #636).

RGB color model

#7E315C color RGB value is (126,49,92).

RGB: (126,49,92) (49%, 19%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 49 of 255 = 19%
B 92 of 255 = 36%

126
49
92

R + G + B ~ 35%. #7E315C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 49 + 92 = 267 (100%)
R 126 of 267 ~ 47.19%
G 49 of 267 ~ 18.35%
B 92 of 267 ~ 34.46'%

%47.19
%18.35
%34.46

CMYK color model

#7E315C color CMYK value is (0,61,27,51).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 26.98%
  • key color value is 50.59%

CMYK: (0,61,27,51)
C0M61Y27K51 (0%, 61%, 27%, 51%)
(0.00 / 0.61 / 0.27 / 0.51)

CMYK percentages

%0
%61.11
%26.98
%50.59

Codes

Color #7E315C in popluar color models

7E 31 5C
RGB 126 49 92
HSL 326° 44.00% 34.31%
HSB/HSV 326° 61.11% 49.41%
CMYK 0.00% 61.11% 26.98%
50.59%

Color #7E315C in popluar number systems.

HEX 7E 31 5C
Decimal 126 49 92
Binary 1111110 110001 1011100
Octal 176 61 134

Shades and tints

Shades of #7E315C

#7E315C
(126,49,92)
#732D54
(115,45,84)
#68294C
(104,41,76)
#5D2544
(93,37,68)
#52213C
(82,33,60)
#471D34
(71,29,52)
#3C192C
(60,25,44)
#311524
(49,21,36)
#26111C
(38,17,28)
#1B0D14
(27,13,20)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #7E315C

#7E315C
(126,49,92)
#89436A
(137,67,106)
#945578
(148,85,120)
#9F6786
(159,103,134)
#AA7994
(170,121,148)
#B58BA2
(181,139,162)
#C09DB0
(192,157,176)
#CBAFBE
(203,175,190)
#D6C1CC
(214,193,204)
#E1D3DA
(225,211,218)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E315C color. Also use rgb(126,49,92) instead hex code.

Text Font Color

.myTextColor { color: #7E315C; }

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

This text font color is #7E315C.

Background Color

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

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

This div background color is #7E315C.

Border color

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

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

This div border color is #7E315C.

Opacity

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

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

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

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

This text has shadow with #7E315C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E315C.

Preview

Color preview on black background

This text has color #7E315C on black background.


Color preview on white background

This text has color #7E315C on white background.


Black color preview on #7E315C background

This text has black color on #7E315C background.


White color preview on #7E315C background

This text has white color on #7E315C background.


Related colors

Complementary color

Complementary color for #hex is #81CEA3.


I love getcolorcode.com

Triadic colors

1 #5C7E31 and #315C7E with #7E315C are triadic colors.

2 #5C317E and #317E5C with #7E315C are triadic colors.