COLOR #75217F

HEX: #75217F RGB: (117,33,127)

Color info

#75217F contains mainly red and blue colors. Web safe color of #75217F is #663366 (or #636).

RGB color model

#75217F color RGB value is (117,33,127).

RGB: (117,33,127) (46%, 13%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 33 of 255 = 13%
B 127 of 255 = 50%

117
33
127

R + G + B ~ 36%. #75217F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 33 + 127 = 277 (100%)
R 117 of 277 ~ 42.24%
G 33 of 277 ~ 11.91%
B 127 of 277 ~ 45.85'%

%42.24
%11.91
%45.85

CMYK color model

#75217F color CMYK value is (8,74,0,50).

  • cyan value is 7.87%
  • magenta value is 74.02%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (8,74,0,50)
C8M74Y0K50 (8%, 74%, 0%, 50%)
(0.08 / 0.74 / 0.00 / 0.50)

CMYK percentages

%7.87
%74.02
%0
%50.2

Codes

Color #75217F in popluar color models

75 21 7F
RGB 117 33 127
HSL 294° 58.75% 31.37%
HSB/HSV 294° 74.02% 49.80%
CMYK 7.87% 74.02% 0.00%
50.20%

Color #75217F in popluar number systems.

HEX 75 21 7F
Decimal 117 33 127
Binary 1110101 100001 1111111
Octal 165 41 177

Shades and tints

Shades of #75217F

#75217F
(117,33,127)
#6B1E74
(107,30,116)
#611B69
(97,27,105)
#57185E
(87,24,94)
#4D1553
(77,21,83)
#431248
(67,18,72)
#390F3D
(57,15,61)
#2F0C32
(47,12,50)
#250927
(37,9,39)
#1B061C
(27,6,28)
#110311
(17,3,17)
#000000
(0,0,0)

Tints of #75217F

#75217F
(117,33,127)
#81358A
(129,53,138)
#8D4995
(141,73,149)
#995DA0
(153,93,160)
#A571AB
(165,113,171)
#B185B6
(177,133,182)
#BD99C1
(189,153,193)
#C9ADCC
(201,173,204)
#D5C1D7
(213,193,215)
#E1D5E2
(225,213,226)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75217F color. Also use rgb(117,33,127) instead hex code.

Text Font Color

.myTextColor { color: #75217F; }

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

This text font color is #75217F.

Background Color

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

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

This div background color is #75217F.

Border color

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

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

This div border color is #75217F.

Opacity

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

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

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

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

This text has shadow with #75217F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75217F.

Preview

Color preview on black background

This text has color #75217F on black background.


Color preview on white background

This text has color #75217F on white background.


Black color preview on #75217F background

This text has black color on #75217F background.


White color preview on #75217F background

This text has white color on #75217F background.


Related colors

Complementary color

Complementary color for #hex is #8ADE80.


I love getcolorcode.com

Triadic colors

1 #7F7521 and #217F75 with #75217F are triadic colors.

2 #7F2175 and #21757F with #75217F are triadic colors.