COLOR #742BAD

HEX: #742BAD
RGB: (116,43,173)

Color info

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

RGB color model

#742BAD color RGB value is (116,43,173).

  • red value is 116;
  • green value is 43;
  • blue value is 173.
RGB:
(116,43,173)
(45%,17%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 43 of 255 = 17%
B 173 of 255 = 68%

116
43
173

R + G + B ~ 43%. #742BAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 43 + 173 = 332 (100%)
R 116 of 332 ~ 34.94%
G 43 of 332 ~ 12.95%
B 173 of 332 ~ 52.11%

%34.94
%12.95
%52.11

CMYK color model

#742BAD color CMYK value is (33,75,0,32).

  • cyan value is 32.95%
  • magenta value is 75.14%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(33,75,0,32)
C33M75Y0K32 
(33%,75%,0%,32%)
(0.33/0.75/0.00/0.32)	

CMYK percentages

%32.95
%75.14
%0
%32.16

Codes

Color #742BAD in popluar color models

742BAD
RGB11643173
HSL274°60.19%42.35%
HSB/HSV274°75.14%67.84%
CMYK32.95%75.14%0.00%
32.16%

Color #742BAD in popluar number systems.

HEX742BAD
Decimal11643173
Binary111010010101110101101
Octal16453255

Shades and tints

Shades of #742BAD

#742BAD
(116,43,173)
#6A289E
(106,40,158)
#60258F
(96,37,143)
#562280
(86,34,128)
#4C1F71
(76,31,113)
#421C62
(66,28,98)
#381953
(56,25,83)
#2E1644
(46,22,68)
#241335
(36,19,53)
#1A1026
(26,16,38)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #742BAD

#742BAD
(116,43,173)
#803EB4
(128,62,180)
#8C51BB
(140,81,187)
#9864C2
(152,100,194)
#A477C9
(164,119,201)
#B08AD0
(176,138,208)
#BC9DD7
(188,157,215)
#C8B0DE
(200,176,222)
#D4C3E5
(212,195,229)
#E0D6EC
(224,214,236)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742BAD color. Also use rgb(116,43,173) instead hex code.

Text Font Color

.myTextColor { color: #742BAD; }

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

This text font color is #742BAD.


Background Color

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

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

This div background color is #742BAD.


Border color

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

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

This div border color is #742BAD.


Opacity

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

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

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

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

This text has shadow with #742BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742BAD on black background.


Color preview on white background

This text has color #742BAD on white background.



Black color preview on #742BAD background

This text has black color on #742BAD background.


White color preview on #742BAD background

This text has white color on #742BAD background.