COLOR #750899

HEX: #750899
RGB: (117,8,153)

Color info

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

RGB color model

#750899 color RGB value is (117,8,153).

  • red value is 117;
  • green value is 8;
  • blue value is 153.
RGB:
(117,8,153)
(46%,3%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 8 of 255 = 3%
B 153 of 255 = 60%

117
8
153

R + G + B ~ 36%. #750899 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 8 + 153 = 278 (100%)
R 117 of 278 ~ 42.09%
G 8 of 278 ~ 2.88%
B 153 of 278 ~ 55.04%

%42.09
%55.04

CMYK color model

#750899 color CMYK value is (24,95,0,40).

  • cyan value is 23.53%
  • magenta value is 94.77%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,95,0,40)
C24M95Y0K40 
(24%,95%,0%,40%)
(0.24/0.95/0.00/0.40)	

CMYK percentages

%23.53
%94.77
%0
%40

Codes

Color #750899 in popluar color models

750899
RGB1178153
HSL285°90.06%31.57%
HSB/HSV285°94.77%60.00%
CMYK23.53%94.77%0.00%
40.00%

Color #750899 in popluar number systems.

HEX750899
Decimal1178153
Binary1110101100010011001
Octal16510231

Shades and tints

Shades of #750899

#750899
(117,8,153)
#6B088C
(107,8,140)
#61087F
(97,8,127)
#570872
(87,8,114)
#4D0865
(77,8,101)
#430858
(67,8,88)
#39084B
(57,8,75)
#2F083E
(47,8,62)
#250831
(37,8,49)
#1B0824
(27,8,36)
#110817
(17,8,23)
#000000
(0,0,0)

Tints of #750899

#750899
(117,8,153)
#811EA2
(129,30,162)
#8D34AB
(141,52,171)
#994AB4
(153,74,180)
#A560BD
(165,96,189)
#B176C6
(177,118,198)
#BD8CCF
(189,140,207)
#C9A2D8
(201,162,216)
#D5B8E1
(213,184,225)
#E1CEEA
(225,206,234)
#EDE4F3
(237,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750899 color. Also use rgb(117,8,153) instead hex code.

Text Font Color

.myTextColor { color: #750899; }

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

This text font color is #750899.


Background Color

.myBgColor { background-color: #750899; }

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

This div background color is #750899.


Border color

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

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

This div border color is #750899.


Opacity

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

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

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

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

This text has shadow with #750899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750899 on black background.


Color preview on white background

This text has color #750899 on white background.



Black color preview on #750899 background

This text has black color on #750899 background.


White color preview on #750899 background

This text has white color on #750899 background.