COLOR #752D93

HEX: #752D93
RGB: (117,45,147)

Color info

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

RGB color model

#752D93 color RGB value is (117,45,147).

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

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 147 of 255 = 58%

117
45
147

R + G + B ~ 41%. #752D93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 45 + 147 = 309 (100%)
R 117 of 309 ~ 37.86%
G 45 of 309 ~ 14.56%
B 147 of 309 ~ 47.57%

%37.86
%14.56
%47.57

CMYK color model

#752D93 color CMYK value is (20,69,0,42).

  • cyan value is 20.41%
  • magenta value is 69.39%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,69,0,42)
C20M69Y0K42 
(20%,69%,0%,42%)
(0.20/0.69/0.00/0.42)	

CMYK percentages

%20.41
%69.39
%0
%42.35

Codes

Color #752D93 in popluar color models

752D93
RGB11745147
HSL282°53.13%37.65%
HSB/HSV282°69.39%57.65%
CMYK20.41%69.39%0.00%
42.35%

Color #752D93 in popluar number systems.

HEX752D93
Decimal11745147
Binary111010110110110010011
Octal16555223

Shades and tints

Shades of #752D93

#752D93
(117,45,147)
#6B2986
(107,41,134)
#612579
(97,37,121)
#57216C
(87,33,108)
#4D1D5F
(77,29,95)
#431952
(67,25,82)
#391545
(57,21,69)
#2F1138
(47,17,56)
#250D2B
(37,13,43)
#1B091E
(27,9,30)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #752D93

#752D93
(117,45,147)
#81409C
(129,64,156)
#8D53A5
(141,83,165)
#9966AE
(153,102,174)
#A579B7
(165,121,183)
#B18CC0
(177,140,192)
#BD9FC9
(189,159,201)
#C9B2D2
(201,178,210)
#D5C5DB
(213,197,219)
#E1D8E4
(225,216,228)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752D93; }

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

This text font color is #752D93.


Background Color

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

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

This div background color is #752D93.


Border color

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

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

This div border color is #752D93.


Opacity

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

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

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

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

This text has shadow with #752D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752D93 on black background.


Color preview on white background

This text has color #752D93 on white background.



Black color preview on #752D93 background

This text has black color on #752D93 background.


White color preview on #752D93 background

This text has white color on #752D93 background.