COLOR #743BAF

HEX: #743BAF
RGB: (116,59,175)

Color info

#743BAF contains mainly red and blue colors. Web safe color of #743BAF is #663399 (or #639).

RGB color model

#743BAF color RGB value is (116,59,175).

  • red value is 116;
  • green value is 59;
  • blue value is 175.
RGB:
(116,59,175)
(45%,23%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 59 of 255 = 23%
B 175 of 255 = 69%

116
59
175

R + G + B ~ 46%. #743BAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 59 + 175 = 350 (100%)
R 116 of 350 ~ 33.14%
G 59 of 350 ~ 16.86%
B 175 of 350 ~ 50%

%33.14
%16.86
%50

CMYK color model

#743BAF color CMYK value is (34,66,0,31).

  • cyan value is 33.71%
  • magenta value is 66.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,66,0,31)
C34M66Y0K31 
(34%,66%,0%,31%)
(0.34/0.66/0.00/0.31)	

CMYK percentages

%33.71
%66.29
%0
%31.37

Codes

Color #743BAF in popluar color models

743BAF
RGB11659175
HSL269°49.57%45.88%
HSB/HSV269°66.29%68.63%
CMYK33.71%66.29%0.00%
31.37%

Color #743BAF in popluar number systems.

HEX743BAF
Decimal11659175
Binary111010011101110101111
Octal16473257

Shades and tints

Shades of #743BAF

#743BAF
(116,59,175)
#6A36A0
(106,54,160)
#603191
(96,49,145)
#562C82
(86,44,130)
#4C2773
(76,39,115)
#422264
(66,34,100)
#381D55
(56,29,85)
#2E1846
(46,24,70)
#241337
(36,19,55)
#1A0E28
(26,14,40)
#100919
(16,9,25)
#000000
(0,0,0)

Tints of #743BAF

#743BAF
(116,59,175)
#804CB6
(128,76,182)
#8C5DBD
(140,93,189)
#986EC4
(152,110,196)
#A47FCB
(164,127,203)
#B090D2
(176,144,210)
#BCA1D9
(188,161,217)
#C8B2E0
(200,178,224)
#D4C3E7
(212,195,231)
#E0D4EE
(224,212,238)
#ECE5F5
(236,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743BAF color. Also use rgb(116,59,175) instead hex code.

Text Font Color

.myTextColor { color: #743BAF; }

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

This text font color is #743BAF.


Background Color

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

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

This div background color is #743BAF.


Border color

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

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

This div border color is #743BAF.


Opacity

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

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

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

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

This text has shadow with #743BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743BAF on black background.


Color preview on white background

This text has color #743BAF on white background.



Black color preview on #743BAF background

This text has black color on #743BAF background.


White color preview on #743BAF background

This text has white color on #743BAF background.