COLOR #75196F

HEX: #75196F RGB: (117,25,111)

Color info

#75196F contains mainly red and blue colors. Web safe color of #75196F is #660066 (or #606).

RGB color model

#75196F color RGB value is (117,25,111).

RGB: (117,25,111) (46%, 10%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 25 of 255 = 10%
B 111 of 255 = 44%

117
25
111

R + G + B ~ 33%. #75196F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 25 + 111 = 253 (100%)
R 117 of 253 ~ 46.25%
G 25 of 253 ~ 9.88%
B 111 of 253 ~ 43.87'%

%46.25
%43.87

CMYK color model

#75196F color CMYK value is (0,79,5,54).

  • cyan value is 0.00%
  • magenta value is 78.63%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (0,79,5,54)
C0M79Y5K54 (0%, 79%, 5%, 54%)
(0.00 / 0.79 / 0.05 / 0.54)

CMYK percentages

%0
%78.63
%5.13
%54.12

Codes

Color #75196F in popluar color models

75 19 6F
RGB 117 25 111
HSL 304° 64.79% 27.84%
HSB/HSV 304° 78.63% 45.88%
CMYK 0.00% 78.63% 5.13%
54.12%

Color #75196F in popluar number systems.

HEX 75 19 6F
Decimal 117 25 111
Binary 1110101 11001 1101111
Octal 165 31 157

Shades and tints

Shades of #75196F

#75196F
(117,25,111)
#6B1765
(107,23,101)
#61155B
(97,21,91)
#571351
(87,19,81)
#4D1147
(77,17,71)
#430F3D
(67,15,61)
#390D33
(57,13,51)
#2F0B29
(47,11,41)
#25091F
(37,9,31)
#1B0715
(27,7,21)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #75196F

#75196F
(117,25,111)
#812D7C
(129,45,124)
#8D4189
(141,65,137)
#995596
(153,85,150)
#A569A3
(165,105,163)
#B17DB0
(177,125,176)
#BD91BD
(189,145,189)
#C9A5CA
(201,165,202)
#D5B9D7
(213,185,215)
#E1CDE4
(225,205,228)
#EDE1F1
(237,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75196F color. Also use rgb(117,25,111) instead hex code.

Text Font Color

.myTextColor { color: #75196F; }

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

This text font color is #75196F.

Background Color

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

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

This div background color is #75196F.

Border color

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

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

This div border color is #75196F.

Opacity

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

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

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

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

This text has shadow with #75196F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75196F.

Preview

Color preview on black background

This text has color #75196F on black background.


Color preview on white background

This text has color #75196F on white background.


Black color preview on #75196F background

This text has black color on #75196F background.


White color preview on #75196F background

This text has white color on #75196F background.


Related colors

Complementary color

Complementary color for #hex is #8AE690.


I love getcolorcode.com

Triadic colors

1 #6F7519 and #196F75 with #75196F are triadic colors.

2 #6F1975 and #19756F with #75196F are triadic colors.