COLOR #752C9C

HEX: #752C9C RGB: (117,44,156)

Color info

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

RGB color model

#752C9C color RGB value is (117,44,156).

RGB: (117,44,156) (46%, 17%, 61%)

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 156 of 255 = 61%

117
44
156

R + G + B ~ 41%. #752C9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 44 + 156 = 317 (100%)
R 117 of 317 ~ 36.91%
G 44 of 317 ~ 13.88%
B 156 of 317 ~ 49.21'%

%36.91
%13.88
%49.21

CMYK color model

#752C9C color CMYK value is (25,72,0,39).

  • cyan value is 25.00%
  • magenta value is 71.79%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (25,72,0,39)
C25M72Y0K39 (25%, 72%, 0%, 39%)
(0.25 / 0.72 / 0.00 / 0.39)

CMYK percentages

%25
%71.79
%0
%38.82

Codes

Color #752C9C in popluar color models

75 2C 9C
RGB 117 44 156
HSL 279° 56.00% 39.22%
HSB/HSV 279° 71.79% 61.18%
CMYK 25.00% 71.79% 0.00%
38.82%

Color #752C9C in popluar number systems.

HEX 75 2C 9C
Decimal 117 44 156
Binary 1110101 101100 10011100
Octal 165 54 234

Shades and tints

Shades of #752C9C

#752C9C
(117,44,156)
#6B288E
(107,40,142)
#612480
(97,36,128)
#572072
(87,32,114)
#4D1C64
(77,28,100)
#431856
(67,24,86)
#391448
(57,20,72)
#2F103A
(47,16,58)
#250C2C
(37,12,44)
#1B081E
(27,8,30)
#110410
(17,4,16)
#000000
(0,0,0)

Tints of #752C9C

#752C9C
(117,44,156)
#813FA5
(129,63,165)
#8D52AE
(141,82,174)
#9965B7
(153,101,183)
#A578C0
(165,120,192)
#B18BC9
(177,139,201)
#BD9ED2
(189,158,210)
#C9B1DB
(201,177,219)
#D5C4E4
(213,196,228)
#E1D7ED
(225,215,237)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752C9C color. Also use rgb(117,44,156) instead hex code.

Text Font Color

.myTextColor { color: #752C9C; }

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

This text font color is #752C9C.

Background Color

.myBgColor { background-color: #752C9C; }

<div style="background-color:#752C9C">Inner text</div>

This div background color is #752C9C.

Border color

.myBorderColor { border: 1px solid #752C9C; }

<div style="border:3px solid #752C9C">Div</div>

This div border color is #752C9C.

Opacity

.myOpacity80 { color: #752C9C; opacity: 0.8; }

<p style="color:#752C9C;opacity:0.8;">80%</p>

Text with #752C9C 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 #752C9C;}

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

This text has shadow with #752C9C color.


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

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

This text has shadow with #752C9C primary color and red secondary color.


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

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

This text has shadow with #752C9C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #752C9C.

Preview

Color preview on black background

This text has color #752C9C on black background.


Color preview on white background

This text has color #752C9C on white background.


Black color preview on #752C9C background

This text has black color on #752C9C background.


White color preview on #752C9C background

This text has white color on #752C9C background.


Related colors

Complementary color

Complementary color for #hex is #8AD363.


I love getcolorcode.com

Triadic colors

1 #9C752C and #2C9C75 with #752C9C are triadic colors.

2 #9C2C75 and #2C759C with #752C9C are triadic colors.