COLOR #75419E

HEX: #75419E
RGB: (117,65,158)

Color info

#75419E contains mainly red and blue colors. Web safe color of #75419E is #663399 (or #639).

RGB color model

#75419E color RGB value is (117,65,158).

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

RGB channels and saturation

R 117 of 255 = 46%
G 65 of 255 = 25%
B 158 of 255 = 62%

117
65
158

R + G + B ~ 44%. #75419E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 65 + 158 = 340 (100%)
R 117 of 340 ~ 34.41%
G 65 of 340 ~ 19.12%
B 158 of 340 ~ 46.47%

%34.41
%19.12
%46.47

CMYK color model

#75419E color CMYK value is (26,59,0,38).

  • cyan value is 25.95%
  • magenta value is 58.86%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,59,0,38)
C26M59Y0K38 
(26%,59%,0%,38%)
(0.26/0.59/0.00/0.38)	

CMYK percentages

%25.95
%58.86
%0
%38.04

Codes

Color #75419E in popluar color models

75419E
RGB11765158
HSL274°41.70%43.73%
HSB/HSV274°58.86%61.96%
CMYK25.95%58.86%0.00%
38.04%

Color #75419E in popluar number systems.

HEX75419E
Decimal11765158
Binary1110101100000110011110
Octal165101236

Shades and tints

Shades of #75419E

#75419E
(117,65,158)
#6B3C90
(107,60,144)
#613782
(97,55,130)
#573274
(87,50,116)
#4D2D66
(77,45,102)
#432858
(67,40,88)
#39234A
(57,35,74)
#2F1E3C
(47,30,60)
#25192E
(37,25,46)
#1B1420
(27,20,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #75419E

#75419E
(117,65,158)
#8152A6
(129,82,166)
#8D63AE
(141,99,174)
#9974B6
(153,116,182)
#A585BE
(165,133,190)
#B196C6
(177,150,198)
#BDA7CE
(189,167,206)
#C9B8D6
(201,184,214)
#D5C9DE
(213,201,222)
#E1DAE6
(225,218,230)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75419E; }

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

This text font color is #75419E.


Background Color

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

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

This div background color is #75419E.


Border color

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

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

This div border color is #75419E.


Opacity

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

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

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

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

This text has shadow with #75419E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75419E on black background.


Color preview on white background

This text has color #75419E on white background.



Black color preview on #75419E background

This text has black color on #75419E background.


White color preview on #75419E background

This text has white color on #75419E background.