COLOR #754F83

HEX: #754F83
RGB: (117,79,131)

Color info

#754F83 contains red, green and blue colors in about the same proportion. Web safe color of #754F83 is #666699 (or #669).

RGB color model

#754F83 color RGB value is (117,79,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 131 of 255 = 51%

117
79
131

R + G + B ~ 43%. #754F83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 131 = 327 (100%)
R 117 of 327 ~ 35.78%
G 79 of 327 ~ 24.16%
B 131 of 327 ~ 40.06%

%35.78
%24.16
%40.06

CMYK color model

#754F83 color CMYK value is (11,40,0,49).

  • cyan value is 10.69%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,40,0,49)
C11M40Y0K49 
(11%,40%,0%,49%)
(0.11/0.40/0.00/0.49)	

CMYK percentages

%10.69
%39.69
%0
%48.63

Codes

Color #754F83 in popluar color models

754F83
RGB11779131
HSL284°24.76%41.18%
HSB/HSV284°39.69%51.37%
CMYK10.69%39.69%0.00%
48.63%

Color #754F83 in popluar number systems.

HEX754F83
Decimal11779131
Binary1110101100111110000011
Octal165117203

Shades and tints

Shades of #754F83

#754F83
(117,79,131)
#6B4878
(107,72,120)
#61416D
(97,65,109)
#573A62
(87,58,98)
#4D3357
(77,51,87)
#432C4C
(67,44,76)
#392541
(57,37,65)
#2F1E36
(47,30,54)
#25172B
(37,23,43)
#1B1020
(27,16,32)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #754F83

#754F83
(117,79,131)
#815F8E
(129,95,142)
#8D6F99
(141,111,153)
#997FA4
(153,127,164)
#A58FAF
(165,143,175)
#B19FBA
(177,159,186)
#BDAFC5
(189,175,197)
#C9BFD0
(201,191,208)
#D5CFDB
(213,207,219)
#E1DFE6
(225,223,230)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F83; }

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

This text font color is #754F83.


Background Color

.myBgColor { background-color: #754F83; }

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

This div background color is #754F83.


Border color

.myBorderColor { border: 1px solid #754F83; }

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

This div border color is #754F83.


Opacity

.myOpacity80 { color: #754F83; opacity: 0.8; }

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

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

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

This text has shadow with #754F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F83 on black background.


Color preview on white background

This text has color #754F83 on white background.



Black color preview on #754F83 background

This text has black color on #754F83 background.


White color preview on #754F83 background

This text has white color on #754F83 background.