COLOR #7E3678

HEX: #7E3678 RGB: (126,54,120)

Color info

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

RGB color model

#7E3678 color RGB value is (126,54,120).

RGB: (126,54,120) (49%, 21%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 54 of 255 = 21%
B 120 of 255 = 47%

126
54
120

R + G + B ~ 39%. #7E3678 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 54 + 120 = 300 (100%)
R 126 of 300 ~ 42%
G 54 of 300 ~ 18%
B 120 of 300 ~ 40'%

%42
%18
%40

CMYK color model

#7E3678 color CMYK value is (0,57,5,51).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 4.76%
  • key color value is 50.59%

CMYK: (0,57,5,51)
C0M57Y5K51 (0%, 57%, 5%, 51%)
(0.00 / 0.57 / 0.05 / 0.51)

CMYK percentages

%0
%57.14
%4.76
%50.59

Codes

Color #7E3678 in popluar color models

7E 36 78
RGB 126 54 120
HSL 305° 40.00% 35.29%
HSB/HSV 305° 57.14% 49.41%
CMYK 0.00% 57.14% 4.76%
50.59%

Color #7E3678 in popluar number systems.

HEX 7E 36 78
Decimal 126 54 120
Binary 1111110 110110 1111000
Octal 176 66 170

Shades and tints

Shades of #7E3678

#7E3678
(126,54,120)
#73326E
(115,50,110)
#682E64
(104,46,100)
#5D2A5A
(93,42,90)
#522650
(82,38,80)
#472246
(71,34,70)
#3C1E3C
(60,30,60)
#311A32
(49,26,50)
#261628
(38,22,40)
#1B121E
(27,18,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #7E3678

#7E3678
(126,54,120)
#894884
(137,72,132)
#945A90
(148,90,144)
#9F6C9C
(159,108,156)
#AA7EA8
(170,126,168)
#B590B4
(181,144,180)
#C0A2C0
(192,162,192)
#CBB4CC
(203,180,204)
#D6C6D8
(214,198,216)
#E1D8E4
(225,216,228)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3678; }

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

This text font color is #7E3678.

Background Color

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

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

This div background color is #7E3678.

Border color

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

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

This div border color is #7E3678.

Opacity

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

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

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

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

This text has shadow with #7E3678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3678.

Preview

Color preview on black background

This text has color #7E3678 on black background.


Color preview on white background

This text has color #7E3678 on white background.


Black color preview on #7E3678 background

This text has black color on #7E3678 background.


White color preview on #7E3678 background

This text has white color on #7E3678 background.


Related colors

Complementary color

Complementary color for #hex is #81C987.


I love getcolorcode.com

Triadic colors

1 #787E36 and #36787E with #7E3678 are triadic colors.

2 #78367E and #367E78 with #7E3678 are triadic colors.