COLOR #750060

HEX: #750060
RGB: (117,0,96)

Color info

#750060 contains only red and blue colors. Web safe color of #750060 is #660066 (or #606).

RGB color model

#750060 color RGB value is (117,0,96).

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

RGB channels and saturation

R 117 of 255 = 46%
G 0 of 255 = 0%
B 96 of 255 = 38%

117
0
96

R + G + B ~ 28%. #750060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 0 + 96 = 213 (100%)
R 117 of 213 ~ 54.93%
G 0 of 213 ~ 0%
B 96 of 213 ~ 45.07%

%54.93
%45.07

CMYK color model

#750060 color CMYK value is (0,100,18,54).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,100,18,54)
C0M100Y18K54 
(0%,100%,18%,54%)
(0.00/1.00/0.18/0.54)	

CMYK percentages

%0
%100
%17.95
%54.12

Codes

Color #750060 in popluar color models

750060
RGB117096
HSL311°100.00%22.94%
HSB/HSV311°100.00%45.88%
CMYK0.00%100.00%17.95%
54.12%

Color #750060 in popluar number systems.

HEX750060
Decimal117096
Binary111010101100000
Octal1650140

Shades and tints

Shades of #750060

#750060
(117,0,96)
#6B0058
(107,0,88)
#610050
(97,0,80)
#570048
(87,0,72)
#4D0040
(77,0,64)
#430038
(67,0,56)
#390030
(57,0,48)
#2F0028
(47,0,40)
#250020
(37,0,32)
#1B0018
(27,0,24)
#110010
(17,0,16)
#000000
(0,0,0)

Tints of #750060

#750060
(117,0,96)
#81176E
(129,23,110)
#8D2E7C
(141,46,124)
#99458A
(153,69,138)
#A55C98
(165,92,152)
#B173A6
(177,115,166)
#BD8AB4
(189,138,180)
#C9A1C2
(201,161,194)
#D5B8D0
(213,184,208)
#E1CFDE
(225,207,222)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750060; }

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

This text font color is #750060.


Background Color

.myBgColor { background-color: #750060; }

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

This div background color is #750060.


Border color

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

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

This div border color is #750060.


Opacity

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

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

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

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

This text has shadow with #750060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750060 on black background.


Color preview on white background

This text has color #750060 on white background.



Black color preview on #750060 background

This text has black color on #750060 background.


White color preview on #750060 background

This text has white color on #750060 background.