COLOR #74338A

HEX: #74338A
RGB: (116,51,138)

Color info

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

RGB color model

#74338A color RGB value is (116,51,138).

  • red value is 116;
  • green value is 51;
  • blue value is 138.
RGB:
(116,51,138)
(45%,20%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 51 of 255 = 20%
B 138 of 255 = 54%

116
51
138

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

Portions of RGB colors in percentages

R + G + B =
116 + 51 + 138 = 305 (100%)
R 116 of 305 ~ 38.03%
G 51 of 305 ~ 16.72%
B 138 of 305 ~ 45.25%

%38.03
%16.72
%45.25

CMYK color model

#74338A color CMYK value is (16,63,0,46).

  • cyan value is 15.94%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(16,63,0,46)
C16M63Y0K46 
(16%,63%,0%,46%)
(0.16/0.63/0.00/0.46)	

CMYK percentages

%15.94
%63.04
%0
%45.88

Codes

Color #74338A in popluar color models

74338A
RGB11651138
HSL285°46.03%37.06%
HSB/HSV285°63.04%54.12%
CMYK15.94%63.04%0.00%
45.88%

Color #74338A in popluar number systems.

HEX74338A
Decimal11651138
Binary111010011001110001010
Octal16463212

Shades and tints

Shades of #74338A

#74338A
(116,51,138)
#6A2F7E
(106,47,126)
#602B72
(96,43,114)
#562766
(86,39,102)
#4C235A
(76,35,90)
#421F4E
(66,31,78)
#381B42
(56,27,66)
#2E1736
(46,23,54)
#24132A
(36,19,42)
#1A0F1E
(26,15,30)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #74338A

#74338A
(116,51,138)
#804594
(128,69,148)
#8C579E
(140,87,158)
#9869A8
(152,105,168)
#A47BB2
(164,123,178)
#B08DBC
(176,141,188)
#BC9FC6
(188,159,198)
#C8B1D0
(200,177,208)
#D4C3DA
(212,195,218)
#E0D5E4
(224,213,228)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74338A color. Also use rgb(116,51,138) instead hex code.

Text Font Color

.myTextColor { color: #74338A; }

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

This text font color is #74338A.


Background Color

.myBgColor { background-color: #74338A; }

<div style="background-color:#74338A">Inner text</div>

This div background color is #74338A.


Border color

.myBorderColor { border: 1px solid #74338A; }

<div style="border:3px solid #74338A">Div</div>

This div border color is #74338A.


Opacity

.myOpacity80 { color: #74338A; opacity: 0.8; }

<p style="color:#74338A;opacity:0.8;">80%</p>

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

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

This text has shadow with #74338A color.

.textShadow {text-shadow: 3px 3px 1px #74338A, 3px 3px 1px red;}

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

This text has shadow with #74338A primary color and red secondary color.


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

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

This text has shadow with #74338A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74338A on black background.


Color preview on white background

This text has color #74338A on white background.



Black color preview on #74338A background

This text has black color on #74338A background.


White color preview on #74338A background

This text has white color on #74338A background.