COLOR #742575

HEX: #742575
RGB: (116,37,117)

Color info

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

RGB color model

#742575 color RGB value is (116,37,117).

  • red value is 116;
  • green value is 37;
  • blue value is 117.
RGB:
(116,37,117)
(45%,15%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 37 of 255 = 15%
B 117 of 255 = 46%

116
37
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 37 + 117 = 270 (100%)
R 116 of 270 ~ 42.96%
G 37 of 270 ~ 13.7%
B 117 of 270 ~ 43.33%

%42.96
%13.7
%43.33

CMYK color model

#742575 color CMYK value is (1,68,0,54).

  • cyan value is 0.85%
  • magenta value is 68.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(1,68,0,54)
C1M68Y0K54 
(1%,68%,0%,54%)
(0.01/0.68/0.00/0.54)	

CMYK percentages

%0.85
%68.38
%0
%54.12

Codes

Color #742575 in popluar color models

742575
RGB11637117
HSL299°51.95%30.20%
HSB/HSV299°68.38%45.88%
CMYK0.85%68.38%0.00%
54.12%

Color #742575 in popluar number systems.

HEX742575
Decimal11637117
Binary11101001001011110101
Octal16445165

Shades and tints

Shades of #742575

#742575
(116,37,117)
#6A226B
(106,34,107)
#601F61
(96,31,97)
#561C57
(86,28,87)
#4C194D
(76,25,77)
#421643
(66,22,67)
#381339
(56,19,57)
#2E102F
(46,16,47)
#240D25
(36,13,37)
#1A0A1B
(26,10,27)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #742575

#742575
(116,37,117)
#803881
(128,56,129)
#8C4B8D
(140,75,141)
#985E99
(152,94,153)
#A471A5
(164,113,165)
#B084B1
(176,132,177)
#BC97BD
(188,151,189)
#C8AAC9
(200,170,201)
#D4BDD5
(212,189,213)
#E0D0E1
(224,208,225)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742575 color. Also use rgb(116,37,117) instead hex code.

Text Font Color

.myTextColor { color: #742575; }

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

This text font color is #742575.


Background Color

.myBgColor { background-color: #742575; }

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

This div background color is #742575.


Border color

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

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

This div border color is #742575.


Opacity

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

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

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

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

This text has shadow with #742575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742575 on black background.


Color preview on white background

This text has color #742575 on white background.



Black color preview on #742575 background

This text has black color on #742575 background.


White color preview on #742575 background

This text has white color on #742575 background.