COLOR #7E368B

HEX: #7E368B RGB: (126,54,139)

Color info

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

RGB color model

#7E368B color RGB value is (126,54,139).

RGB: (126,54,139) (49%, 21%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 54 of 255 = 21%
B 139 of 255 = 55%

126
54
139

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

Portions of RGB colors in percentages

R + G + B = 126 + 54 + 139 = 319 (100%)
R 126 of 319 ~ 39.5%
G 54 of 319 ~ 16.93%
B 139 of 319 ~ 43.57'%

%39.5
%16.93
%43.57

CMYK color model

#7E368B color CMYK value is (9,61,0,45).

  • cyan value is 9.35%
  • magenta value is 61.15%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (9,61,0,45)
C9M61Y0K45 (9%, 61%, 0%, 45%)
(0.09 / 0.61 / 0.00 / 0.45)

CMYK percentages

%9.35
%61.15
%0
%45.49

Codes

Color #7E368B in popluar color models

7E 36 8B
RGB 126 54 139
HSL 291° 44.04% 37.84%
HSB/HSV 291° 61.15% 54.51%
CMYK 9.35% 61.15% 0.00%
45.49%

Color #7E368B in popluar number systems.

HEX 7E 36 8B
Decimal 126 54 139
Binary 1111110 110110 10001011
Octal 176 66 213

Shades and tints

Shades of #7E368B

#7E368B
(126,54,139)
#73327F
(115,50,127)
#682E73
(104,46,115)
#5D2A67
(93,42,103)
#52265B
(82,38,91)
#47224F
(71,34,79)
#3C1E43
(60,30,67)
#311A37
(49,26,55)
#26162B
(38,22,43)
#1B121F
(27,18,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #7E368B

#7E368B
(126,54,139)
#894895
(137,72,149)
#945A9F
(148,90,159)
#9F6CA9
(159,108,169)
#AA7EB3
(170,126,179)
#B590BD
(181,144,189)
#C0A2C7
(192,162,199)
#CBB4D1
(203,180,209)
#D6C6DB
(214,198,219)
#E1D8E5
(225,216,229)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E368B color. Also use rgb(126,54,139) instead hex code.

Text Font Color

.myTextColor { color: #7E368B; }

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

This text font color is #7E368B.

Background Color

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

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

This div background color is #7E368B.

Border color

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

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

This div border color is #7E368B.

Opacity

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

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

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

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

This text has shadow with #7E368B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E368B.

Preview

Color preview on black background

This text has color #7E368B on black background.


Color preview on white background

This text has color #7E368B on white background.


Black color preview on #7E368B background

This text has black color on #7E368B background.


White color preview on #7E368B background

This text has white color on #7E368B background.


Related colors

Complementary color

Complementary color for #hex is #81C974.


I love getcolorcode.com

Triadic colors

1 #8B7E36 and #368B7E with #7E368B are triadic colors.

2 #8B367E and #367E8B with #7E368B are triadic colors.