COLOR #752486

HEX: #752486
RGB: (117,36,134)

Color info

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

RGB color model

#752486 color RGB value is (117,36,134).

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

RGB channels and saturation

R 117 of 255 = 46%
G 36 of 255 = 14%
B 134 of 255 = 53%

117
36
134

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

Portions of RGB colors in percentages

R + G + B =
117 + 36 + 134 = 287 (100%)
R 117 of 287 ~ 40.77%
G 36 of 287 ~ 12.54%
B 134 of 287 ~ 46.69%

%40.77
%12.54
%46.69

CMYK color model

#752486 color CMYK value is (13,73,0,47).

  • cyan value is 12.69%
  • magenta value is 73.13%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,73,0,47)
C13M73Y0K47 
(13%,73%,0%,47%)
(0.13/0.73/0.00/0.47)	

CMYK percentages

%12.69
%73.13
%0
%47.45

Codes

Color #752486 in popluar color models

752486
RGB11736134
HSL290°57.65%33.33%
HSB/HSV290°73.13%52.55%
CMYK12.69%73.13%0.00%
47.45%

Color #752486 in popluar number systems.

HEX752486
Decimal11736134
Binary111010110010010000110
Octal16544206

Shades and tints

Shades of #752486

#752486
(117,36,134)
#6B217A
(107,33,122)
#611E6E
(97,30,110)
#571B62
(87,27,98)
#4D1856
(77,24,86)
#43154A
(67,21,74)
#39123E
(57,18,62)
#2F0F32
(47,15,50)
#250C26
(37,12,38)
#1B091A
(27,9,26)
#11060E
(17,6,14)
#000000
(0,0,0)

Tints of #752486

#752486
(117,36,134)
#813791
(129,55,145)
#8D4A9C
(141,74,156)
#995DA7
(153,93,167)
#A570B2
(165,112,178)
#B183BD
(177,131,189)
#BD96C8
(189,150,200)
#C9A9D3
(201,169,211)
#D5BCDE
(213,188,222)
#E1CFE9
(225,207,233)
#EDE2F4
(237,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752486; }

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

This text font color is #752486.


Background Color

.myBgColor { background-color: #752486; }

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

This div background color is #752486.


Border color

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

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

This div border color is #752486.


Opacity

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

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

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

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

This text has shadow with #752486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752486 on black background.


Color preview on white background

This text has color #752486 on white background.



Black color preview on #752486 background

This text has black color on #752486 background.


White color preview on #752486 background

This text has white color on #752486 background.