COLOR #75418F

HEX: #75418F RGB: (117,65,143)

Color info

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

RGB color model

#75418F color RGB value is (117,65,143).

RGB: (117,65,143) (46%, 25%, 56%)

RGB channels and saturation

R 117 of 255 = 46%
G 65 of 255 = 25%
B 143 of 255 = 56%

117
65
143

R + G + B ~ 42%. #75418F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 65 + 143 = 325 (100%)
R 117 of 325 ~ 36%
G 65 of 325 ~ 20%
B 143 of 325 ~ 44'%

%36
%20
%44

CMYK color model

#75418F color CMYK value is (18,55,0,44).

  • cyan value is 18.18%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (18,55,0,44) C18M55Y0K44 (18%,55%,0%,44%) (0.18/0.55/0.00/0.44) 

CMYK percentages

%18.18
%54.55
%0
%43.92

Codes

Color #75418F in popluar color models

75 41 8F
RGB 117 65 143
HSL 280° 37.50% 40.78%
HSB/HSV 280° 54.55% 56.08%
CMYK 18.18% 54.55% 0.00%
43.92%

Color #75418F in popluar number systems.

HEX 75 41 8F
Decimal 117 65 143
Binary 1110101 1000001 10001111
Octal 165 101 217

Shades and tints

Shades of #75418F

#75418F
(117,65,143)
#6B3C82
(107,60,130)
#613775
(97,55,117)
#573268
(87,50,104)
#4D2D5B
(77,45,91)
#43284E
(67,40,78)
#392341
(57,35,65)
#2F1E34
(47,30,52)
#251927
(37,25,39)
#1B141A
(27,20,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #75418F

#75418F
(117,65,143)
#815299
(129,82,153)
#8D63A3
(141,99,163)
#9974AD
(153,116,173)
#A585B7
(165,133,183)
#B196C1
(177,150,193)
#BDA7CB
(189,167,203)
#C9B8D5
(201,184,213)
#D5C9DF
(213,201,223)
#E1DAE9
(225,218,233)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75418F color. Also use rgb(117,65,143) instead hex code.

Text Font Color

.myTextColor { color: #75418F; }

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

This text font color is #75418F.

Background Color

.myBgColor { background-color: #75418F; }

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

This div background color is #75418F.

Border color

.myBorderColor { border: 1px solid #75418F; }

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

This div border color is #75418F.

Opacity

.myOpacity80 { color: #75418F; opacity: 0.8; }

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

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

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

This text has shadow with #75418F color.


.textShadow {text-shadow: 3px 3px 1px #75418F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75418F; -webkit-box-shadow: 1px 1px 3px 2px #75418F; box-shadow:1px 1px 3px 2px #75418F;">
Div content here
</div>

This div box has shadow with color #75418F.

Preview

Color preview on black background

This text has color #75418F on black background.


Color preview on white background

This text has color #75418F on white background.


Black color preview on #75418F background

This text has black color on #75418F background.


White color preview on #75418F background

This text has white color on #75418F background.


Related colors

Complementary color

Complementary color for #hex is #8ABE70.


I love getcolorcode.com

Triadic colors

1 #8F7541 and #418F75 with #75418F are triadic colors.

2 #8F4175 and #41758F with #75418F are triadic colors.