COLOR #74427E

HEX: #74427E
RGB: (116,66,126)

Color info

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

RGB color model

#74427E color RGB value is (116,66,126).

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

RGB channels and saturation

R 116 of 255 = 45%
G 66 of 255 = 26%
B 126 of 255 = 49%

116
66
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 66 + 126 = 308 (100%)
R 116 of 308 ~ 37.66%
G 66 of 308 ~ 21.43%
B 126 of 308 ~ 40.91%

%37.66
%21.43
%40.91

CMYK color model

#74427E color CMYK value is (8,48,0,51).

  • cyan value is 7.94%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,48,0,51)
C8M48Y0K51 
(8%,48%,0%,51%)
(0.08/0.48/0.00/0.51)	

CMYK percentages

%7.94
%47.62
%0
%50.59

Codes

Color #74427E in popluar color models

74427E
RGB11666126
HSL290°31.25%37.65%
HSB/HSV290°47.62%49.41%
CMYK7.94%47.62%0.00%
50.59%

Color #74427E in popluar number systems.

HEX74427E
Decimal11666126
Binary111010010000101111110
Octal164102176

Shades and tints

Shades of #74427E

#74427E
(116,66,126)
#6A3C73
(106,60,115)
#603668
(96,54,104)
#56305D
(86,48,93)
#4C2A52
(76,42,82)
#422447
(66,36,71)
#381E3C
(56,30,60)
#2E1831
(46,24,49)
#241226
(36,18,38)
#1A0C1B
(26,12,27)
#100610
(16,6,16)
#000000
(0,0,0)

Tints of #74427E

#74427E
(116,66,126)
#805389
(128,83,137)
#8C6494
(140,100,148)
#98759F
(152,117,159)
#A486AA
(164,134,170)
#B097B5
(176,151,181)
#BCA8C0
(188,168,192)
#C8B9CB
(200,185,203)
#D4CAD6
(212,202,214)
#E0DBE1
(224,219,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74427E; }

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

This text font color is #74427E.


Background Color

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

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

This div background color is #74427E.


Border color

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

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

This div border color is #74427E.


Opacity

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

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

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

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

This text has shadow with #74427E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74427E on black background.


Color preview on white background

This text has color #74427E on white background.



Black color preview on #74427E background

This text has black color on #74427E background.


White color preview on #74427E background

This text has white color on #74427E background.