COLOR #752879

HEX: #752879
RGB: (117,40,121)

Color info

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

RGB color model

#752879 color RGB value is (117,40,121).

  • red value is 117;
  • green value is 40;
  • blue value is 121.
RGB:
(117,40,121)
(46%,16%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 40 of 255 = 16%
B 121 of 255 = 47%

117
40
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 40 + 121 = 278 (100%)
R 117 of 278 ~ 42.09%
G 40 of 278 ~ 14.39%
B 121 of 278 ~ 43.53%

%42.09
%14.39
%43.53

CMYK color model

#752879 color CMYK value is (3,67,0,53).

  • cyan value is 3.31%
  • magenta value is 66.94%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,67,0,53)
C3M67Y0K53 
(3%,67%,0%,53%)
(0.03/0.67/0.00/0.53)	

CMYK percentages

%3.31
%66.94
%0
%52.55

Codes

Color #752879 in popluar color models

752879
RGB11740121
HSL297°50.31%31.57%
HSB/HSV297°66.94%47.45%
CMYK3.31%66.94%0.00%
52.55%

Color #752879 in popluar number systems.

HEX752879
Decimal11740121
Binary11101011010001111001
Octal16550171

Shades and tints

Shades of #752879

#752879
(117,40,121)
#6B256E
(107,37,110)
#612263
(97,34,99)
#571F58
(87,31,88)
#4D1C4D
(77,28,77)
#431942
(67,25,66)
#391637
(57,22,55)
#2F132C
(47,19,44)
#251021
(37,16,33)
#1B0D16
(27,13,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #752879

#752879
(117,40,121)
#813B85
(129,59,133)
#8D4E91
(141,78,145)
#99619D
(153,97,157)
#A574A9
(165,116,169)
#B187B5
(177,135,181)
#BD9AC1
(189,154,193)
#C9ADCD
(201,173,205)
#D5C0D9
(213,192,217)
#E1D3E5
(225,211,229)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752879 color. Also use rgb(117,40,121) instead hex code.

Text Font Color

.myTextColor { color: #752879; }

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

This text font color is #752879.


Background Color

.myBgColor { background-color: #752879; }

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

This div background color is #752879.


Border color

.myBorderColor { border: 1px solid #752879; }

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

This div border color is #752879.


Opacity

.myOpacity80 { color: #752879; opacity: 0.8; }

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

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

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

This text has shadow with #752879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752879 on black background.


Color preview on white background

This text has color #752879 on white background.



Black color preview on #752879 background

This text has black color on #752879 background.


White color preview on #752879 background

This text has white color on #752879 background.