COLOR #7E3568

HEX: #7E3568
RGB: (126,53,104)

Color info

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

RGB color model

#7E3568 color RGB value is (126,53,104).

  • red value is 126;
  • green value is 53;
  • blue value is 104.
RGB:
(126,53,104)
(49%,21%,41%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 104 of 255 = 41%

126
53
104

R + G + B ~ 37%. #7E3568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 104 = 283 (100%)
R 126 of 283 ~ 44.52%
G 53 of 283 ~ 18.73%
B 104 of 283 ~ 36.75%

%44.52
%18.73
%36.75

CMYK color model

#7E3568 color CMYK value is (0,58,17,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 17.46%
  • key color value is 50.59%
CMYK:
(0,58,17,51)
C0M58Y17K51 
(0%,58%,17%,51%)
(0.00/0.58/0.17/0.51)	

CMYK percentages

%0
%57.94
%17.46
%50.59

Codes

Color #7E3568 in popluar color models

7E3568
RGB12653104
HSL318°40.78%35.10%
HSB/HSV318°57.94%49.41%
CMYK0.00%57.94%17.46%
50.59%

Color #7E3568 in popluar number systems.

HEX7E3568
Decimal12653104
Binary11111101101011101000
Octal17665150

Shades and tints

Shades of #7E3568

#7E3568
(126,53,104)
#73315F
(115,49,95)
#682D56
(104,45,86)
#5D294D
(93,41,77)
#522544
(82,37,68)
#47213B
(71,33,59)
#3C1D32
(60,29,50)
#311929
(49,25,41)
#261520
(38,21,32)
#1B1117
(27,17,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E3568

#7E3568
(126,53,104)
#894775
(137,71,117)
#945982
(148,89,130)
#9F6B8F
(159,107,143)
#AA7D9C
(170,125,156)
#B58FA9
(181,143,169)
#C0A1B6
(192,161,182)
#CBB3C3
(203,179,195)
#D6C5D0
(214,197,208)
#E1D7DD
(225,215,221)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3568 color. Also use rgb(126,53,104) instead hex code.

Text Font Color

.myTextColor { color: #7E3568; }

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

This text font color is #7E3568.


Background Color

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

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

This div background color is #7E3568.


Border color

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

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

This div border color is #7E3568.


Opacity

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

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

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

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

This text has shadow with #7E3568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3568 on black background.


Color preview on white background

This text has color #7E3568 on white background.



Black color preview on #7E3568 background

This text has black color on #7E3568 background.


White color preview on #7E3568 background

This text has white color on #7E3568 background.