COLOR #7E3097

HEX: #7E3097
RGB: (126,48,151)

Color info

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

RGB color model

#7E3097 color RGB value is (126,48,151).

  • red value is 126;
  • green value is 48;
  • blue value is 151.
RGB:
(126,48,151)
(49%,19%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 48 of 255 = 19%
B 151 of 255 = 59%

126
48
151

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

Portions of RGB colors in percentages

R + G + B =
126 + 48 + 151 = 325 (100%)
R 126 of 325 ~ 38.77%
G 48 of 325 ~ 14.77%
B 151 of 325 ~ 46.46%

%38.77
%14.77
%46.46

CMYK color model

#7E3097 color CMYK value is (17,68,0,41).

  • cyan value is 16.56%
  • magenta value is 68.21%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(17,68,0,41)
C17M68Y0K41 
(17%,68%,0%,41%)
(0.17/0.68/0.00/0.41)	

CMYK percentages

%16.56
%68.21
%0
%40.78

Codes

Color #7E3097 in popluar color models

7E3097
RGB12648151
HSL285°51.76%39.02%
HSB/HSV285°68.21%59.22%
CMYK16.56%68.21%0.00%
40.78%

Color #7E3097 in popluar number systems.

HEX7E3097
Decimal12648151
Binary111111011000010010111
Octal17660227

Shades and tints

Shades of #7E3097

#7E3097
(126,48,151)
#732C8A
(115,44,138)
#68287D
(104,40,125)
#5D2470
(93,36,112)
#522063
(82,32,99)
#471C56
(71,28,86)
#3C1849
(60,24,73)
#31143C
(49,20,60)
#26102F
(38,16,47)
#1B0C22
(27,12,34)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #7E3097

#7E3097
(126,48,151)
#8942A0
(137,66,160)
#9454A9
(148,84,169)
#9F66B2
(159,102,178)
#AA78BB
(170,120,187)
#B58AC4
(181,138,196)
#C09CCD
(192,156,205)
#CBAED6
(203,174,214)
#D6C0DF
(214,192,223)
#E1D2E8
(225,210,232)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3097 color. Also use rgb(126,48,151) instead hex code.

Text Font Color

.myTextColor { color: #7E3097; }

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

This text font color is #7E3097.


Background Color

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

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

This div background color is #7E3097.


Border color

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

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

This div border color is #7E3097.


Opacity

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

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

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

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

This text has shadow with #7E3097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3097 on black background.


Color preview on white background

This text has color #7E3097 on white background.



Black color preview on #7E3097 background

This text has black color on #7E3097 background.


White color preview on #7E3097 background

This text has white color on #7E3097 background.