COLOR #752D7D

HEX: #752D7D RGB: (117,45,125)

Color info

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

RGB color model

#752D7D color RGB value is (117,45,125).

RGB: (117,45,125) (46%, 18%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 125 of 255 = 49%

117
45
125

R + G + B ~ 38%. #752D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 45 + 125 = 287 (100%)
R 117 of 287 ~ 40.77%
G 45 of 287 ~ 15.68%
B 125 of 287 ~ 43.55'%

%40.77
%15.68
%43.55

CMYK color model

#752D7D color CMYK value is (6,64,0,51).

  • cyan value is 6.40%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (6,64,0,51) C6M64Y0K51 (6%,64%,0%,51%) (0.06/0.64/0.00/0.51) 

CMYK percentages

%6.4
%64
%0
%50.98

Codes

Color #752D7D in popluar color models

75 2D 7D
RGB 117 45 125
HSL 294° 47.06% 33.33%
HSB/HSV 294° 64.00% 49.02%
CMYK 6.40% 64.00% 0.00%
50.98%

Color #752D7D in popluar number systems.

HEX 75 2D 7D
Decimal 117 45 125
Binary 1110101 101101 1111101
Octal 165 55 175

Shades and tints

Shades of #752D7D

#752D7D
(117,45,125)
#6B2972
(107,41,114)
#612567
(97,37,103)
#57215C
(87,33,92)
#4D1D51
(77,29,81)
#431946
(67,25,70)
#39153B
(57,21,59)
#2F1130
(47,17,48)
#250D25
(37,13,37)
#1B091A
(27,9,26)
#11050F
(17,5,15)
#000000
(0,0,0)

Tints of #752D7D

#752D7D
(117,45,125)
#814088
(129,64,136)
#8D5393
(141,83,147)
#99669E
(153,102,158)
#A579A9
(165,121,169)
#B18CB4
(177,140,180)
#BD9FBF
(189,159,191)
#C9B2CA
(201,178,202)
#D5C5D5
(213,197,213)
#E1D8E0
(225,216,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752D7D color. Also use rgb(117,45,125) instead hex code.

Text Font Color

.myTextColor { color: #752D7D; }

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

This text font color is #752D7D.

Background Color

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

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

This div background color is #752D7D.

Border color

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

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

This div border color is #752D7D.

Opacity

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

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

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

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

This text has shadow with #752D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #752D7D.

Preview

Color preview on black background

This text has color #752D7D on black background.


Color preview on white background

This text has color #752D7D on white background.


Black color preview on #752D7D background

This text has black color on #752D7D background.


White color preview on #752D7D background

This text has white color on #752D7D background.


Related colors

Complementary color

Complementary color for #hex is #8AD282.


I love getcolorcode.com

Triadic colors

1 #7D752D and #2D7D75 with #752D7D are triadic colors.

2 #7D2D75 and #2D757D with #752D7D are triadic colors.