COLOR #75119E

HEX: #75119E
RGB: (117,17,158)

Color info

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

RGB color model

#75119E color RGB value is (117,17,158).

  • red value is 117;
  • green value is 17;
  • blue value is 158.
RGB:
(117,17,158)
(46%,7%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 17 of 255 = 7%
B 158 of 255 = 62%

117
17
158

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

Portions of RGB colors in percentages

R + G + B =
117 + 17 + 158 = 292 (100%)
R 117 of 292 ~ 40.07%
G 17 of 292 ~ 5.82%
B 158 of 292 ~ 54.11%

%40.07
%54.11

CMYK color model

#75119E color CMYK value is (26,89,0,38).

  • cyan value is 25.95%
  • magenta value is 89.24%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,89,0,38)
C26M89Y0K38 
(26%,89%,0%,38%)
(0.26/0.89/0.00/0.38)	

CMYK percentages

%25.95
%89.24
%0
%38.04

Codes

Color #75119E in popluar color models

75119E
RGB11717158
HSL283°80.57%34.31%
HSB/HSV283°89.24%61.96%
CMYK25.95%89.24%0.00%
38.04%

Color #75119E in popluar number systems.

HEX75119E
Decimal11717158
Binary11101011000110011110
Octal16521236

Shades and tints

Shades of #75119E

#75119E
(117,17,158)
#6B1090
(107,16,144)
#610F82
(97,15,130)
#570E74
(87,14,116)
#4D0D66
(77,13,102)
#430C58
(67,12,88)
#390B4A
(57,11,74)
#2F0A3C
(47,10,60)
#25092E
(37,9,46)
#1B0820
(27,8,32)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #75119E

#75119E
(117,17,158)
#8126A6
(129,38,166)
#8D3BAE
(141,59,174)
#9950B6
(153,80,182)
#A565BE
(165,101,190)
#B17AC6
(177,122,198)
#BD8FCE
(189,143,206)
#C9A4D6
(201,164,214)
#D5B9DE
(213,185,222)
#E1CEE6
(225,206,230)
#EDE3EE
(237,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75119E color. Also use rgb(117,17,158) instead hex code.

Text Font Color

.myTextColor { color: #75119E; }

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

This text font color is #75119E.


Background Color

.myBgColor { background-color: #75119E; }

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

This div background color is #75119E.


Border color

.myBorderColor { border: 1px solid #75119E; }

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

This div border color is #75119E.


Opacity

.myOpacity80 { color: #75119E; opacity: 0.8; }

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

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

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

This text has shadow with #75119E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75119E on black background.


Color preview on white background

This text has color #75119E on white background.



Black color preview on #75119E background

This text has black color on #75119E background.


White color preview on #75119E background

This text has white color on #75119E background.