COLOR #743362

HEX: #743362
RGB: (116,51,98)

Color info

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

RGB color model

#743362 color RGB value is (116,51,98).

  • red value is 116;
  • green value is 51;
  • blue value is 98.
RGB:
(116,51,98)
(45%,20%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 51 of 255 = 20%
B 98 of 255 = 38%

116
51
98

R + G + B ~ 34%. #743362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 51 + 98 = 265 (100%)
R 116 of 265 ~ 43.77%
G 51 of 265 ~ 19.25%
B 98 of 265 ~ 36.98%

%43.77
%19.25
%36.98

CMYK color model

#743362 color CMYK value is (0,56,16,55).

  • cyan value is 0.00%
  • magenta value is 56.03%
  • yellow value is 15.52%
  • key color value is 54.51%
CMYK:
(0,56,16,55)
C0M56Y16K55 
(0%,56%,16%,55%)
(0.00/0.56/0.16/0.55)	

CMYK percentages

%0
%56.03
%15.52
%54.51

Codes

Color #743362 in popluar color models

743362
RGB1165198
HSL317°38.92%32.75%
HSB/HSV317°56.03%45.49%
CMYK0.00%56.03%15.52%
54.51%

Color #743362 in popluar number systems.

HEX743362
Decimal1165198
Binary11101001100111100010
Octal16463142

Shades and tints

Shades of #743362

#743362
(116,51,98)
#6A2F5A
(106,47,90)
#602B52
(96,43,82)
#56274A
(86,39,74)
#4C2342
(76,35,66)
#421F3A
(66,31,58)
#381B32
(56,27,50)
#2E172A
(46,23,42)
#241322
(36,19,34)
#1A0F1A
(26,15,26)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #743362

#743362
(116,51,98)
#804570
(128,69,112)
#8C577E
(140,87,126)
#98698C
(152,105,140)
#A47B9A
(164,123,154)
#B08DA8
(176,141,168)
#BC9FB6
(188,159,182)
#C8B1C4
(200,177,196)
#D4C3D2
(212,195,210)
#E0D5E0
(224,213,224)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743362 color. Also use rgb(116,51,98) instead hex code.

Text Font Color

.myTextColor { color: #743362; }

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

This text font color is #743362.


Background Color

.myBgColor { background-color: #743362; }

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

This div background color is #743362.


Border color

.myBorderColor { border: 1px solid #743362; }

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

This div border color is #743362.


Opacity

.myOpacity80 { color: #743362; opacity: 0.8; }

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

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

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

This text has shadow with #743362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743362 on black background.


Color preview on white background

This text has color #743362 on white background.



Black color preview on #743362 background

This text has black color on #743362 background.


White color preview on #743362 background

This text has white color on #743362 background.