COLOR #750086

HEX: #750086
RGB: (117,0,134)

Color info

#750086 contains only red and blue colors. Web safe color of #750086 is #660099 (or #609).

RGB color model

#750086 color RGB value is (117,0,134).

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

RGB channels and saturation

R 117 of 255 = 46%
G 0 of 255 = 0%
B 134 of 255 = 53%

117
0
134

R + G + B ~ 33%. #750086 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 0 + 134 = 251 (100%)
R 117 of 251 ~ 46.61%
G 0 of 251 ~ 0%
B 134 of 251 ~ 53.39%

%46.61
%53.39

CMYK color model

#750086 color CMYK value is (13,100,0,47).

  • cyan value is 12.69%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,100,0,47)
C13M100Y0K47 
(13%,100%,0%,47%)
(0.13/1.00/0.00/0.47)	

CMYK percentages

%12.69
%100
%0
%47.45

Codes

Color #750086 in popluar color models

750086
RGB1170134
HSL292°100.00%26.27%
HSB/HSV292°100.00%52.55%
CMYK12.69%100.00%0.00%
47.45%

Color #750086 in popluar number systems.

HEX750086
Decimal1170134
Binary1110101010000110
Octal1650206

Shades and tints

Shades of #750086

#750086
(117,0,134)
#6B007A
(107,0,122)
#61006E
(97,0,110)
#570062
(87,0,98)
#4D0056
(77,0,86)
#43004A
(67,0,74)
#39003E
(57,0,62)
#2F0032
(47,0,50)
#250026
(37,0,38)
#1B001A
(27,0,26)
#11000E
(17,0,14)
#000000
(0,0,0)

Tints of #750086

#750086
(117,0,134)
#811791
(129,23,145)
#8D2E9C
(141,46,156)
#9945A7
(153,69,167)
#A55CB2
(165,92,178)
#B173BD
(177,115,189)
#BD8AC8
(189,138,200)
#C9A1D3
(201,161,211)
#D5B8DE
(213,184,222)
#E1CFE9
(225,207,233)
#EDE6F4
(237,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750086; }

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

This text font color is #750086.


Background Color

.myBgColor { background-color: #750086; }

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

This div background color is #750086.


Border color

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

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

This div border color is #750086.


Opacity

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

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

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

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

This text has shadow with #750086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750086 on black background.


Color preview on white background

This text has color #750086 on white background.



Black color preview on #750086 background

This text has black color on #750086 background.


White color preview on #750086 background

This text has white color on #750086 background.