COLOR #754983

HEX: #754983
RGB: (117,73,131)

Color info

#754983 contains red, green and blue colors in about the same proportion. Web safe color of #754983 is #663399 (or #639).

RGB color model

#754983 color RGB value is (117,73,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 131 of 255 = 51%

117
73
131

R + G + B ~ 42%. #754983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 131 = 321 (100%)
R 117 of 321 ~ 36.45%
G 73 of 321 ~ 22.74%
B 131 of 321 ~ 40.81%

%36.45
%22.74
%40.81

CMYK color model

#754983 color CMYK value is (11,44,0,49).

  • cyan value is 10.69%
  • magenta value is 44.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,44,0,49)
C11M44Y0K49 
(11%,44%,0%,49%)
(0.11/0.44/0.00/0.49)	

CMYK percentages

%10.69
%44.27
%0
%48.63

Codes

Color #754983 in popluar color models

754983
RGB11773131
HSL286°28.43%40.00%
HSB/HSV286°44.27%51.37%
CMYK10.69%44.27%0.00%
48.63%

Color #754983 in popluar number systems.

HEX754983
Decimal11773131
Binary1110101100100110000011
Octal165111203

Shades and tints

Shades of #754983

#754983
(117,73,131)
#6B4378
(107,67,120)
#613D6D
(97,61,109)
#573762
(87,55,98)
#4D3157
(77,49,87)
#432B4C
(67,43,76)
#392541
(57,37,65)
#2F1F36
(47,31,54)
#25192B
(37,25,43)
#1B1320
(27,19,32)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #754983

#754983
(117,73,131)
#81598E
(129,89,142)
#8D6999
(141,105,153)
#9979A4
(153,121,164)
#A589AF
(165,137,175)
#B199BA
(177,153,186)
#BDA9C5
(189,169,197)
#C9B9D0
(201,185,208)
#D5C9DB
(213,201,219)
#E1D9E6
(225,217,230)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754983; }

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

This text font color is #754983.


Background Color

.myBgColor { background-color: #754983; }

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

This div background color is #754983.


Border color

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

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

This div border color is #754983.


Opacity

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

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

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

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

This text has shadow with #754983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754983 on black background.


Color preview on white background

This text has color #754983 on white background.



Black color preview on #754983 background

This text has black color on #754983 background.


White color preview on #754983 background

This text has white color on #754983 background.