COLOR #743C6F

HEX: #743C6F
RGB: (116,60,111)

Color info

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

RGB color model

#743C6F color RGB value is (116,60,111).

  • red value is 116;
  • green value is 60;
  • blue value is 111.
RGB:
(116,60,111)
(45%,24%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 111 of 255 = 44%

116
60
111

R + G + B ~ 38%. #743C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 111 = 287 (100%)
R 116 of 287 ~ 40.42%
G 60 of 287 ~ 20.91%
B 111 of 287 ~ 38.68%

%40.42
%20.91
%38.68

CMYK color model

#743C6F color CMYK value is (0,48,4,55).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,48,4,55)
C0M48Y4K55 
(0%,48%,4%,55%)
(0.00/0.48/0.04/0.55)	

CMYK percentages

%0
%48.28
%4.31
%54.51

Codes

Color #743C6F in popluar color models

743C6F
RGB11660111
HSL305°31.82%34.51%
HSB/HSV305°48.28%45.49%
CMYK0.00%48.28%4.31%
54.51%

Color #743C6F in popluar number systems.

HEX743C6F
Decimal11660111
Binary11101001111001101111
Octal16474157

Shades and tints

Shades of #743C6F

#743C6F
(116,60,111)
#6A3765
(106,55,101)
#60325B
(96,50,91)
#562D51
(86,45,81)
#4C2847
(76,40,71)
#42233D
(66,35,61)
#381E33
(56,30,51)
#2E1929
(46,25,41)
#24141F
(36,20,31)
#1A0F15
(26,15,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #743C6F

#743C6F
(116,60,111)
#804D7C
(128,77,124)
#8C5E89
(140,94,137)
#986F96
(152,111,150)
#A480A3
(164,128,163)
#B091B0
(176,145,176)
#BCA2BD
(188,162,189)
#C8B3CA
(200,179,202)
#D4C4D7
(212,196,215)
#E0D5E4
(224,213,228)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743C6F color. Also use rgb(116,60,111) instead hex code.

Text Font Color

.myTextColor { color: #743C6F; }

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

This text font color is #743C6F.


Background Color

.myBgColor { background-color: #743C6F; }

<div style="background-color:#743C6F">Inner text</div>

This div background color is #743C6F.


Border color

.myBorderColor { border: 1px solid #743C6F; }

<div style="border:3px solid #743C6F">Div</div>

This div border color is #743C6F.


Opacity

.myOpacity80 { color: #743C6F; opacity: 0.8; }

<p style="color:#743C6F;opacity:0.8;">80%</p>

Text with #743C6F 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 #743C6F;}

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

This text has shadow with #743C6F color.

.textShadow {text-shadow: 3px 3px 1px #743C6F, 3px 3px 1px red;}

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

This text has shadow with #743C6F primary color and red secondary color.


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

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

This text has shadow with #743C6F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C6F on black background.


Color preview on white background

This text has color #743C6F on white background.



Black color preview on #743C6F background

This text has black color on #743C6F background.


White color preview on #743C6F background

This text has white color on #743C6F background.