COLOR #742A6D

HEX: #742A6D RGB: (116,42,109)

Color info

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

RGB color model

#742A6D color RGB value is (116,42,109).

RGB: (116,42,109) (45%, 16%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 42 of 255 = 16%
B 109 of 255 = 43%

116
42
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 42 + 109 = 267 (100%)
R 116 of 267 ~ 43.45%
G 42 of 267 ~ 15.73%
B 109 of 267 ~ 40.82'%

%43.45
%15.73
%40.82

CMYK color model

#742A6D color CMYK value is (0,64,6,55).

  • cyan value is 0.00%
  • magenta value is 63.79%
  • yellow value is 6.03%
  • key color value is 54.51%

CMYK: (0,64,6,55)
C0M64Y6K55 (0%, 64%, 6%, 55%)
(0.00 / 0.64 / 0.06 / 0.55)

CMYK percentages

%0
%63.79
%6.03
%54.51

Codes

Color #742A6D in popluar color models

74 2A 6D
RGB 116 42 109
HSL 306° 46.84% 30.98%
HSB/HSV 306° 63.79% 45.49%
CMYK 0.00% 63.79% 6.03%
54.51%

Color #742A6D in popluar number systems.

HEX 74 2A 6D
Decimal 116 42 109
Binary 1110100 101010 1101101
Octal 164 52 155

Shades and tints

Shades of #742A6D

#742A6D
(116,42,109)
#6A2764
(106,39,100)
#60245B
(96,36,91)
#562152
(86,33,82)
#4C1E49
(76,30,73)
#421B40
(66,27,64)
#381837
(56,24,55)
#2E152E
(46,21,46)
#241225
(36,18,37)
#1A0F1C
(26,15,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #742A6D

#742A6D
(116,42,109)
#803D7A
(128,61,122)
#8C5087
(140,80,135)
#986394
(152,99,148)
#A476A1
(164,118,161)
#B089AE
(176,137,174)
#BC9CBB
(188,156,187)
#C8AFC8
(200,175,200)
#D4C2D5
(212,194,213)
#E0D5E2
(224,213,226)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742A6D color. Also use rgb(116,42,109) instead hex code.

Text Font Color

.myTextColor { color: #742A6D; }

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

This text font color is #742A6D.

Background Color

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

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

This div background color is #742A6D.

Border color

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

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

This div border color is #742A6D.

Opacity

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

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

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

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

This text has shadow with #742A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742A6D.

Preview

Color preview on black background

This text has color #742A6D on black background.


Color preview on white background

This text has color #742A6D on white background.


Black color preview on #742A6D background

This text has black color on #742A6D background.


White color preview on #742A6D background

This text has white color on #742A6D background.


Related colors

Complementary color

Complementary color for #hex is #8BD592.


I love getcolorcode.com

Triadic colors

1 #6D742A and #2A6D74 with #742A6D are triadic colors.

2 #6D2A74 and #2A746D with #742A6D are triadic colors.