COLOR #74237E

HEX: #74237E
RGB: (116,35,126)

Color info

#74237E contains mainly red and blue colors. Web safe color of #74237E is #663366 (or #636).

RGB color model

#74237E color RGB value is (116,35,126).

  • red value is 116;
  • green value is 35;
  • blue value is 126.
RGB:
(116,35,126)
(45%,14%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 35 of 255 = 14%
B 126 of 255 = 49%

116
35
126

R + G + B ~ 36%. #74237E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 35 + 126 = 277 (100%)
R 116 of 277 ~ 41.88%
G 35 of 277 ~ 12.64%
B 126 of 277 ~ 45.49%

%41.88
%12.64
%45.49

CMYK color model

#74237E color CMYK value is (8,72,0,51).

  • cyan value is 7.94%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,72,0,51)
C8M72Y0K51 
(8%,72%,0%,51%)
(0.08/0.72/0.00/0.51)	

CMYK percentages

%7.94
%72.22
%0
%50.59

Codes

Color #74237E in popluar color models

74237E
RGB11635126
HSL293°56.52%31.57%
HSB/HSV293°72.22%49.41%
CMYK7.94%72.22%0.00%
50.59%

Color #74237E in popluar number systems.

HEX74237E
Decimal11635126
Binary11101001000111111110
Octal16443176

Shades and tints

Shades of #74237E

#74237E
(116,35,126)
#6A2073
(106,32,115)
#601D68
(96,29,104)
#561A5D
(86,26,93)
#4C1752
(76,23,82)
#421447
(66,20,71)
#38113C
(56,17,60)
#2E0E31
(46,14,49)
#240B26
(36,11,38)
#1A081B
(26,8,27)
#100510
(16,5,16)
#000000
(0,0,0)

Tints of #74237E

#74237E
(116,35,126)
#803789
(128,55,137)
#8C4B94
(140,75,148)
#985F9F
(152,95,159)
#A473AA
(164,115,170)
#B087B5
(176,135,181)
#BC9BC0
(188,155,192)
#C8AFCB
(200,175,203)
#D4C3D6
(212,195,214)
#E0D7E1
(224,215,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74237E color. Also use rgb(116,35,126) instead hex code.

Text Font Color

.myTextColor { color: #74237E; }

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

This text font color is #74237E.


Background Color

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

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

This div background color is #74237E.


Border color

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

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

This div border color is #74237E.


Opacity

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

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

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

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

This text has shadow with #74237E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74237E on black background.


Color preview on white background

This text has color #74237E on white background.



Black color preview on #74237E background

This text has black color on #74237E background.


White color preview on #74237E background

This text has white color on #74237E background.