COLOR #742D6E

HEX: #742D6E RGB: (116,45,110)

Color info

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

RGB color model

#742D6E color RGB value is (116,45,110).

RGB: (116,45,110) (45%, 18%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 45 of 255 = 18%
B 110 of 255 = 43%

116
45
110

R + G + B ~ 35%. #742D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 45 + 110 = 271 (100%)
R 116 of 271 ~ 42.8%
G 45 of 271 ~ 16.61%
B 110 of 271 ~ 40.59'%

%42.8
%16.61
%40.59

CMYK color model

#742D6E color CMYK value is (0,61,5,55).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (0,61,5,55)
C0M61Y5K55 (0%, 61%, 5%, 55%)
(0.00 / 0.61 / 0.05 / 0.55)

CMYK percentages

%0
%61.21
%5.17
%54.51

Codes

Color #742D6E in popluar color models

74 2D 6E
RGB 116 45 110
HSL 305° 44.10% 31.57%
HSB/HSV 305° 61.21% 45.49%
CMYK 0.00% 61.21% 5.17%
54.51%

Color #742D6E in popluar number systems.

HEX 74 2D 6E
Decimal 116 45 110
Binary 1110100 101101 1101110
Octal 164 55 156

Shades and tints

Shades of #742D6E

#742D6E
(116,45,110)
#6A2964
(106,41,100)
#60255A
(96,37,90)
#562150
(86,33,80)
#4C1D46
(76,29,70)
#42193C
(66,25,60)
#381532
(56,21,50)
#2E1128
(46,17,40)
#240D1E
(36,13,30)
#1A0914
(26,9,20)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #742D6E

#742D6E
(116,45,110)
#80407B
(128,64,123)
#8C5388
(140,83,136)
#986695
(152,102,149)
#A479A2
(164,121,162)
#B08CAF
(176,140,175)
#BC9FBC
(188,159,188)
#C8B2C9
(200,178,201)
#D4C5D6
(212,197,214)
#E0D8E3
(224,216,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742D6E color. Also use rgb(116,45,110) instead hex code.

Text Font Color

.myTextColor { color: #742D6E; }

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

This text font color is #742D6E.

Background Color

.myBgColor { background-color: #742D6E; }

<div style="background-color:#742D6E">Inner text</div>

This div background color is #742D6E.

Border color

.myBorderColor { border: 1px solid #742D6E; }

<div style="border:3px solid #742D6E">Div</div>

This div border color is #742D6E.

Opacity

.myOpacity80 { color: #742D6E; opacity: 0.8; }

<p style="color:#742D6E;opacity:0.8;">80%</p>

Text with #742D6E 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 #742D6E;}

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

This text has shadow with #742D6E color.


.textShadow {text-shadow: 3px 3px 1px #742D6E', 3px 3px 1px red;}

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

This text has shadow with #742D6E primary color and red secondary color.


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

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

This text has shadow with #742D6E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #742D6E; -webkit-box-shadow: 1px 1px 3px 2px #742D6E; box-shadow:1px 1px 3px 2px #742D6E;">
Div content here
</div>

This div box has shadow with color #742D6E.

Preview

Color preview on black background

This text has color #742D6E on black background.


Color preview on white background

This text has color #742D6E on white background.


Black color preview on #742D6E background

This text has black color on #742D6E background.


White color preview on #742D6E background

This text has white color on #742D6E background.


Related colors

Complementary color

Complementary color for #hex is #8BD291.


I love getcolorcode.com

Triadic colors

1 #6E742D and #2D6E74 with #742D6E are triadic colors.

2 #6E2D74 and #2D746E with #742D6E are triadic colors.