COLOR #752D89

HEX: #752D89
RGB: (117,45,137)

Color info

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

RGB color model

#752D89 color RGB value is (117,45,137).

  • red value is 117;
  • green value is 45;
  • blue value is 137.
RGB:
(117,45,137)
(46%,18%,54%)

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 137 of 255 = 54%

117
45
137

R + G + B ~ 39%. #752D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 45 + 137 = 299 (100%)
R 117 of 299 ~ 39.13%
G 45 of 299 ~ 15.05%
B 137 of 299 ~ 45.82%

%39.13
%15.05
%45.82

CMYK color model

#752D89 color CMYK value is (15,67,0,46).

  • cyan value is 14.60%
  • magenta value is 67.15%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,67,0,46)
C15M67Y0K46 
(15%,67%,0%,46%)
(0.15/0.67/0.00/0.46)	

CMYK percentages

%14.6
%67.15
%0
%46.27

Codes

Color #752D89 in popluar color models

752D89
RGB11745137
HSL287°50.55%35.69%
HSB/HSV287°67.15%53.73%
CMYK14.60%67.15%0.00%
46.27%

Color #752D89 in popluar number systems.

HEX752D89
Decimal11745137
Binary111010110110110001001
Octal16555211

Shades and tints

Shades of #752D89

#752D89
(117,45,137)
#6B297D
(107,41,125)
#612571
(97,37,113)
#572165
(87,33,101)
#4D1D59
(77,29,89)
#43194D
(67,25,77)
#391541
(57,21,65)
#2F1135
(47,17,53)
#250D29
(37,13,41)
#1B091D
(27,9,29)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #752D89

#752D89
(117,45,137)
#814093
(129,64,147)
#8D539D
(141,83,157)
#9966A7
(153,102,167)
#A579B1
(165,121,177)
#B18CBB
(177,140,187)
#BD9FC5
(189,159,197)
#C9B2CF
(201,178,207)
#D5C5D9
(213,197,217)
#E1D8E3
(225,216,227)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752D89 color. Also use rgb(117,45,137) instead hex code.

Text Font Color

.myTextColor { color: #752D89; }

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

This text font color is #752D89.


Background Color

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

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

This div background color is #752D89.


Border color

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

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

This div border color is #752D89.


Opacity

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

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

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

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

This text has shadow with #752D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752D89 on black background.


Color preview on white background

This text has color #752D89 on white background.



Black color preview on #752D89 background

This text has black color on #752D89 background.


White color preview on #752D89 background

This text has white color on #752D89 background.