COLOR #752683

HEX: #752683
RGB: (117,38,131)

Color info

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

RGB color model

#752683 color RGB value is (117,38,131).

  • red value is 117;
  • green value is 38;
  • blue value is 131.
RGB:
(117,38,131)
(46%,15%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 38 of 255 = 15%
B 131 of 255 = 51%

117
38
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 38 + 131 = 286 (100%)
R 117 of 286 ~ 40.91%
G 38 of 286 ~ 13.29%
B 131 of 286 ~ 45.8%

%40.91
%13.29
%45.8

CMYK color model

#752683 color CMYK value is (11,71,0,49).

  • cyan value is 10.69%
  • magenta value is 70.99%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,71,0,49)
C11M71Y0K49 
(11%,71%,0%,49%)
(0.11/0.71/0.00/0.49)	

CMYK percentages

%10.69
%70.99
%0
%48.63

Codes

Color #752683 in popluar color models

752683
RGB11738131
HSL291°55.03%33.14%
HSB/HSV291°70.99%51.37%
CMYK10.69%70.99%0.00%
48.63%

Color #752683 in popluar number systems.

HEX752683
Decimal11738131
Binary111010110011010000011
Octal16546203

Shades and tints

Shades of #752683

#752683
(117,38,131)
#6B2378
(107,35,120)
#61206D
(97,32,109)
#571D62
(87,29,98)
#4D1A57
(77,26,87)
#43174C
(67,23,76)
#391441
(57,20,65)
#2F1136
(47,17,54)
#250E2B
(37,14,43)
#1B0B20
(27,11,32)
#110815
(17,8,21)
#000000
(0,0,0)

Tints of #752683

#752683
(117,38,131)
#81398E
(129,57,142)
#8D4C99
(141,76,153)
#995FA4
(153,95,164)
#A572AF
(165,114,175)
#B185BA
(177,133,186)
#BD98C5
(189,152,197)
#C9ABD0
(201,171,208)
#D5BEDB
(213,190,219)
#E1D1E6
(225,209,230)
#EDE4F1
(237,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752683 color. Also use rgb(117,38,131) instead hex code.

Text Font Color

.myTextColor { color: #752683; }

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

This text font color is #752683.


Background Color

.myBgColor { background-color: #752683; }

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

This div background color is #752683.


Border color

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

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

This div border color is #752683.


Opacity

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

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

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

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

This text has shadow with #752683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752683 on black background.


Color preview on white background

This text has color #752683 on white background.



Black color preview on #752683 background

This text has black color on #752683 background.


White color preview on #752683 background

This text has white color on #752683 background.