COLOR #750391

HEX: #750391
RGB: (117,3,145)

Color info

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

RGB color model

#750391 color RGB value is (117,3,145).

  • red value is 117;
  • green value is 3;
  • blue value is 145.
RGB:
(117,3,145)
(46%,1%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 3 of 255 = 1%
B 145 of 255 = 57%

117
3
145

R + G + B ~ 35%. #750391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 3 + 145 = 265 (100%)
R 117 of 265 ~ 44.15%
G 3 of 265 ~ 1.13%
B 145 of 265 ~ 54.72%

%44.15
%54.72

CMYK color model

#750391 color CMYK value is (19,98,0,43).

  • cyan value is 19.31%
  • magenta value is 97.93%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,98,0,43)
C19M98Y0K43 
(19%,98%,0%,43%)
(0.19/0.98/0.00/0.43)	

CMYK percentages

%19.31
%97.93
%0
%43.14

Codes

Color #750391 in popluar color models

750391
RGB1173145
HSL288°95.95%29.02%
HSB/HSV288°97.93%56.86%
CMYK19.31%97.93%0.00%
43.14%

Color #750391 in popluar number systems.

HEX750391
Decimal1173145
Binary11101011110010001
Octal1653221

Shades and tints

Shades of #750391

#750391
(117,3,145)
#6B0384
(107,3,132)
#610377
(97,3,119)
#57036A
(87,3,106)
#4D035D
(77,3,93)
#430350
(67,3,80)
#390343
(57,3,67)
#2F0336
(47,3,54)
#250329
(37,3,41)
#1B031C
(27,3,28)
#11030F
(17,3,15)
#000000
(0,0,0)

Tints of #750391

#750391
(117,3,145)
#81199B
(129,25,155)
#8D2FA5
(141,47,165)
#9945AF
(153,69,175)
#A55BB9
(165,91,185)
#B171C3
(177,113,195)
#BD87CD
(189,135,205)
#C99DD7
(201,157,215)
#D5B3E1
(213,179,225)
#E1C9EB
(225,201,235)
#EDDFF5
(237,223,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750391 color. Also use rgb(117,3,145) instead hex code.

Text Font Color

.myTextColor { color: #750391; }

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

This text font color is #750391.


Background Color

.myBgColor { background-color: #750391; }

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

This div background color is #750391.


Border color

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

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

This div border color is #750391.


Opacity

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

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

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

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

This text has shadow with #750391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750391 on black background.


Color preview on white background

This text has color #750391 on white background.



Black color preview on #750391 background

This text has black color on #750391 background.


White color preview on #750391 background

This text has white color on #750391 background.