COLOR #74318E

HEX: #74318E
RGB: (116,49,142)

Color info

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

RGB color model

#74318E color RGB value is (116,49,142).

  • red value is 116;
  • green value is 49;
  • blue value is 142.
RGB:
(116,49,142)
(45%,19%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 49 of 255 = 19%
B 142 of 255 = 56%

116
49
142

R + G + B ~ 40%. #74318E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 49 + 142 = 307 (100%)
R 116 of 307 ~ 37.79%
G 49 of 307 ~ 15.96%
B 142 of 307 ~ 46.25%

%37.79
%15.96
%46.25

CMYK color model

#74318E color CMYK value is (18,65,0,44).

  • cyan value is 18.31%
  • magenta value is 65.49%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(18,65,0,44)
C18M65Y0K44 
(18%,65%,0%,44%)
(0.18/0.65/0.00/0.44)	

CMYK percentages

%18.31
%65.49
%0
%44.31

Codes

Color #74318E in popluar color models

74318E
RGB11649142
HSL283°48.69%37.45%
HSB/HSV283°65.49%55.69%
CMYK18.31%65.49%0.00%
44.31%

Color #74318E in popluar number systems.

HEX74318E
Decimal11649142
Binary111010011000110001110
Octal16461216

Shades and tints

Shades of #74318E

#74318E
(116,49,142)
#6A2D82
(106,45,130)
#602976
(96,41,118)
#56256A
(86,37,106)
#4C215E
(76,33,94)
#421D52
(66,29,82)
#381946
(56,25,70)
#2E153A
(46,21,58)
#24112E
(36,17,46)
#1A0D22
(26,13,34)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #74318E

#74318E
(116,49,142)
#804398
(128,67,152)
#8C55A2
(140,85,162)
#9867AC
(152,103,172)
#A479B6
(164,121,182)
#B08BC0
(176,139,192)
#BC9DCA
(188,157,202)
#C8AFD4
(200,175,212)
#D4C1DE
(212,193,222)
#E0D3E8
(224,211,232)
#ECE5F2
(236,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74318E color. Also use rgb(116,49,142) instead hex code.

Text Font Color

.myTextColor { color: #74318E; }

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

This text font color is #74318E.


Background Color

.myBgColor { background-color: #74318E; }

<div style="background-color:#74318E">Inner text</div>

This div background color is #74318E.


Border color

.myBorderColor { border: 1px solid #74318E; }

<div style="border:3px solid #74318E">Div</div>

This div border color is #74318E.


Opacity

.myOpacity80 { color: #74318E; opacity: 0.8; }

<p style="color:#74318E;opacity:0.8;">80%</p>

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

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

This text has shadow with #74318E color.

.textShadow {text-shadow: 3px 3px 1px #74318E, 3px 3px 1px red;}

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

This text has shadow with #74318E primary color and red secondary color.


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

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

This text has shadow with #74318E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74318E on black background.


Color preview on white background

This text has color #74318E on white background.



Black color preview on #74318E background

This text has black color on #74318E background.


White color preview on #74318E background

This text has white color on #74318E background.