COLOR #4E0A75

HEX: #4E0A75
RGB: (78,10,117)

Color info

#4E0A75 contains mainly red and blue colors. Web safe color of #4E0A75 is #660066 (or #606).

RGB color model

#4E0A75 color RGB value is (78,10,117).

  • red value is 78;
  • green value is 10;
  • blue value is 117.
RGB:
(78,10,117)
(31%,4%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 117 of 255 = 46%

78
10
117

R + G + B ~ 27%. #4E0A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 117 = 205 (100%)
R 78 of 205 ~ 38.05%
G 10 of 205 ~ 4.88%
B 117 of 205 ~ 57.07%

%38.05
%57.07

CMYK color model

#4E0A75 color CMYK value is (33,91,0,54).

  • cyan value is 33.33%
  • magenta value is 91.45%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(33,91,0,54)
C33M91Y0K54 
(33%,91%,0%,54%)
(0.33/0.91/0.00/0.54)	

CMYK percentages

%33.33
%91.45
%0
%54.12

Codes

Color #4E0A75 in popluar color models

4E0A75
RGB7810117
HSL278°84.25%24.90%
HSB/HSV278°91.45%45.88%
CMYK33.33%91.45%0.00%
54.12%

Color #4E0A75 in popluar number systems.

HEX4E0A75
Decimal7810117
Binary100111010101110101
Octal11612165

Shades and tints

Shades of #4E0A75

#4E0A75
(78,10,117)
#470A6B
(71,10,107)
#400A61
(64,10,97)
#390A57
(57,10,87)
#320A4D
(50,10,77)
#2B0A43
(43,10,67)
#240A39
(36,10,57)
#1D0A2F
(29,10,47)
#160A25
(22,10,37)
#0F0A1B
(15,10,27)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E0A75

#4E0A75
(78,10,117)
#5E2081
(94,32,129)
#6E368D
(110,54,141)
#7E4C99
(126,76,153)
#8E62A5
(142,98,165)
#9E78B1
(158,120,177)
#AE8EBD
(174,142,189)
#BEA4C9
(190,164,201)
#CEBAD5
(206,186,213)
#DED0E1
(222,208,225)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0A75 color. Also use rgb(78,10,117) instead hex code.

Text Font Color

.myTextColor { color: #4E0A75; }

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

This text font color is #4E0A75.


Background Color

.myBgColor { background-color: #4E0A75; }

<div style="background-color:#4E0A75">Inner text</div>

This div background color is #4E0A75.


Border color

.myBorderColor { border: 1px solid #4E0A75; }

<div style="border:3px solid #4E0A75">Div</div>

This div border color is #4E0A75.


Opacity

.myOpacity80 { color: #4E0A75; opacity: 0.8; }

<p style="color:#4E0A75;opacity:0.8;">80%</p>

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

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

This text has shadow with #4E0A75 color.

.textShadow {text-shadow: 3px 3px 1px #4E0A75, 3px 3px 1px red;}

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

This text has shadow with #4E0A75 primary color and red secondary color.


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

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

This text has shadow with #4E0A75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A75 on black background.


Color preview on white background

This text has color #4E0A75 on white background.



Black color preview on #4E0A75 background

This text has black color on #4E0A75 background.


White color preview on #4E0A75 background

This text has white color on #4E0A75 background.