COLOR #74417B

HEX: #74417B
RGB: (116,65,123)

Color info

#74417B contains red, green and blue colors in about the same proportion. Web safe color of #74417B is #663366 (or #636).

RGB color model

#74417B color RGB value is (116,65,123).

  • red value is 116;
  • green value is 65;
  • blue value is 123.
RGB:
(116,65,123)
(45%,25%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 65 of 255 = 25%
B 123 of 255 = 48%

116
65
123

R + G + B ~ 39%. #74417B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 65 + 123 = 304 (100%)
R 116 of 304 ~ 38.16%
G 65 of 304 ~ 21.38%
B 123 of 304 ~ 40.46%

%38.16
%21.38
%40.46

CMYK color model

#74417B color CMYK value is (6,47,0,52).

  • cyan value is 5.69%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(6,47,0,52)
C6M47Y0K52 
(6%,47%,0%,52%)
(0.06/0.47/0.00/0.52)	

CMYK percentages

%5.69
%47.15
%0
%51.76

Codes

Color #74417B in popluar color models

74417B
RGB11665123
HSL293°30.85%36.86%
HSB/HSV293°47.15%48.24%
CMYK5.69%47.15%0.00%
51.76%

Color #74417B in popluar number systems.

HEX74417B
Decimal11665123
Binary111010010000011111011
Octal164101173

Shades and tints

Shades of #74417B

#74417B
(116,65,123)
#6A3C70
(106,60,112)
#603765
(96,55,101)
#56325A
(86,50,90)
#4C2D4F
(76,45,79)
#422844
(66,40,68)
#382339
(56,35,57)
#2E1E2E
(46,30,46)
#241923
(36,25,35)
#1A1418
(26,20,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74417B

#74417B
(116,65,123)
#805287
(128,82,135)
#8C6393
(140,99,147)
#98749F
(152,116,159)
#A485AB
(164,133,171)
#B096B7
(176,150,183)
#BCA7C3
(188,167,195)
#C8B8CF
(200,184,207)
#D4C9DB
(212,201,219)
#E0DAE7
(224,218,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74417B color. Also use rgb(116,65,123) instead hex code.

Text Font Color

.myTextColor { color: #74417B; }

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

This text font color is #74417B.


Background Color

.myBgColor { background-color: #74417B; }

<div style="background-color:#74417B">Inner text</div>

This div background color is #74417B.


Border color

.myBorderColor { border: 1px solid #74417B; }

<div style="border:3px solid #74417B">Div</div>

This div border color is #74417B.


Opacity

.myOpacity80 { color: #74417B; opacity: 0.8; }

<p style="color:#74417B;opacity:0.8;">80%</p>

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

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

This text has shadow with #74417B color.

.textShadow {text-shadow: 3px 3px 1px #74417B, 3px 3px 1px red;}

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

This text has shadow with #74417B primary color and red secondary color.


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

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

This text has shadow with #74417B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74417B on black background.


Color preview on white background

This text has color #74417B on white background.



Black color preview on #74417B background

This text has black color on #74417B background.


White color preview on #74417B background

This text has white color on #74417B background.