COLOR #752B7B

HEX: #752B7B
RGB: (117,43,123)

Color info

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

RGB color model

#752B7B color RGB value is (117,43,123).

  • red value is 117;
  • green value is 43;
  • blue value is 123.
RGB:
(117,43,123)
(46%,17%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 43 of 255 = 17%
B 123 of 255 = 48%

117
43
123

R + G + B ~ 37%. #752B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 43 + 123 = 283 (100%)
R 117 of 283 ~ 41.34%
G 43 of 283 ~ 15.19%
B 123 of 283 ~ 43.46%

%41.34
%15.19
%43.46

CMYK color model

#752B7B color CMYK value is (5,65,0,52).

  • cyan value is 4.88%
  • magenta value is 65.04%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(5,65,0,52)
C5M65Y0K52 
(5%,65%,0%,52%)
(0.05/0.65/0.00/0.52)	

CMYK percentages

%4.88
%65.04
%0
%51.76

Codes

Color #752B7B in popluar color models

752B7B
RGB11743123
HSL296°48.19%32.55%
HSB/HSV296°65.04%48.24%
CMYK4.88%65.04%0.00%
51.76%

Color #752B7B in popluar number systems.

HEX752B7B
Decimal11743123
Binary11101011010111111011
Octal16553173

Shades and tints

Shades of #752B7B

#752B7B
(117,43,123)
#6B2870
(107,40,112)
#612565
(97,37,101)
#57225A
(87,34,90)
#4D1F4F
(77,31,79)
#431C44
(67,28,68)
#391939
(57,25,57)
#2F162E
(47,22,46)
#251323
(37,19,35)
#1B1018
(27,16,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #752B7B

#752B7B
(117,43,123)
#813E87
(129,62,135)
#8D5193
(141,81,147)
#99649F
(153,100,159)
#A577AB
(165,119,171)
#B18AB7
(177,138,183)
#BD9DC3
(189,157,195)
#C9B0CF
(201,176,207)
#D5C3DB
(213,195,219)
#E1D6E7
(225,214,231)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752B7B color. Also use rgb(117,43,123) instead hex code.

Text Font Color

.myTextColor { color: #752B7B; }

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

This text font color is #752B7B.


Background Color

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

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

This div background color is #752B7B.


Border color

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

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

This div border color is #752B7B.


Opacity

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

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

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

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

This text has shadow with #752B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752B7B on black background.


Color preview on white background

This text has color #752B7B on white background.



Black color preview on #752B7B background

This text has black color on #752B7B background.


White color preview on #752B7B background

This text has white color on #752B7B background.