COLOR #752C71

HEX: #752C71
RGB: (117,44,113)

Color info

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

RGB color model

#752C71 color RGB value is (117,44,113).

  • red value is 117;
  • green value is 44;
  • blue value is 113.
RGB:
(117,44,113)
(46%,17%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 113 of 255 = 44%

117
44
113

R + G + B ~ 36%. #752C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 113 = 274 (100%)
R 117 of 274 ~ 42.7%
G 44 of 274 ~ 16.06%
B 113 of 274 ~ 41.24%

%42.7
%16.06
%41.24

CMYK color model

#752C71 color CMYK value is (0,62,3,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(0,62,3,54)
C0M62Y3K54 
(0%,62%,3%,54%)
(0.00/0.62/0.03/0.54)	

CMYK percentages

%0
%62.39
%3.42
%54.12

Codes

Color #752C71 in popluar color models

752C71
RGB11744113
HSL303°45.34%31.57%
HSB/HSV303°62.39%45.88%
CMYK0.00%62.39%3.42%
54.12%

Color #752C71 in popluar number systems.

HEX752C71
Decimal11744113
Binary11101011011001110001
Octal16554161

Shades and tints

Shades of #752C71

#752C71
(117,44,113)
#6B2867
(107,40,103)
#61245D
(97,36,93)
#572053
(87,32,83)
#4D1C49
(77,28,73)
#43183F
(67,24,63)
#391435
(57,20,53)
#2F102B
(47,16,43)
#250C21
(37,12,33)
#1B0817
(27,8,23)
#11040D
(17,4,13)
#000000
(0,0,0)

Tints of #752C71

#752C71
(117,44,113)
#813F7D
(129,63,125)
#8D5289
(141,82,137)
#996595
(153,101,149)
#A578A1
(165,120,161)
#B18BAD
(177,139,173)
#BD9EB9
(189,158,185)
#C9B1C5
(201,177,197)
#D5C4D1
(213,196,209)
#E1D7DD
(225,215,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752C71 color. Also use rgb(117,44,113) instead hex code.

Text Font Color

.myTextColor { color: #752C71; }

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

This text font color is #752C71.


Background Color

.myBgColor { background-color: #752C71; }

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

This div background color is #752C71.


Border color

.myBorderColor { border: 1px solid #752C71; }

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

This div border color is #752C71.


Opacity

.myOpacity80 { color: #752C71; opacity: 0.8; }

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

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

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

This text has shadow with #752C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C71 on black background.


Color preview on white background

This text has color #752C71 on white background.



Black color preview on #752C71 background

This text has black color on #752C71 background.


White color preview on #752C71 background

This text has white color on #752C71 background.