COLOR #752586

HEX: #752586
RGB: (117,37,134)

Color info

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

RGB color model

#752586 color RGB value is (117,37,134).

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

RGB channels and saturation

R 117 of 255 = 46%
G 37 of 255 = 15%
B 134 of 255 = 53%

117
37
134

R + G + B ~ 38%. #752586 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 37 + 134 = 288 (100%)
R 117 of 288 ~ 40.63%
G 37 of 288 ~ 12.85%
B 134 of 288 ~ 46.53%

%40.63
%12.85
%46.53

CMYK color model

#752586 color CMYK value is (13,72,0,47).

  • cyan value is 12.69%
  • magenta value is 72.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,72,0,47)
C13M72Y0K47 
(13%,72%,0%,47%)
(0.13/0.72/0.00/0.47)	

CMYK percentages

%12.69
%72.39
%0
%47.45

Codes

Color #752586 in popluar color models

752586
RGB11737134
HSL289°56.73%33.53%
HSB/HSV289°72.39%52.55%
CMYK12.69%72.39%0.00%
47.45%

Color #752586 in popluar number systems.

HEX752586
Decimal11737134
Binary111010110010110000110
Octal16545206

Shades and tints

Shades of #752586

#752586
(117,37,134)
#6B227A
(107,34,122)
#611F6E
(97,31,110)
#571C62
(87,28,98)
#4D1956
(77,25,86)
#43164A
(67,22,74)
#39133E
(57,19,62)
#2F1032
(47,16,50)
#250D26
(37,13,38)
#1B0A1A
(27,10,26)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #752586

#752586
(117,37,134)
#813891
(129,56,145)
#8D4B9C
(141,75,156)
#995EA7
(153,94,167)
#A571B2
(165,113,178)
#B184BD
(177,132,189)
#BD97C8
(189,151,200)
#C9AAD3
(201,170,211)
#D5BDDE
(213,189,222)
#E1D0E9
(225,208,233)
#EDE3F4
(237,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752586; }

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

This text font color is #752586.


Background Color

.myBgColor { background-color: #752586; }

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

This div background color is #752586.


Border color

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

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

This div border color is #752586.


Opacity

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

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

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

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

This text has shadow with #752586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752586 on black background.


Color preview on white background

This text has color #752586 on white background.



Black color preview on #752586 background

This text has black color on #752586 background.


White color preview on #752586 background

This text has white color on #752586 background.