COLOR #754F8D

HEX: #754F8D
RGB: (117,79,141)

Color info

#754F8D contains mainly red and blue colors. Web safe color of #754F8D is #666699 (or #669).

RGB color model

#754F8D color RGB value is (117,79,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 141 of 255 = 55%

117
79
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 141 = 337 (100%)
R 117 of 337 ~ 34.72%
G 79 of 337 ~ 23.44%
B 141 of 337 ~ 41.84%

%34.72
%23.44
%41.84

CMYK color model

#754F8D color CMYK value is (17,44,0,45).

  • cyan value is 17.02%
  • magenta value is 43.97%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,44,0,45)
C17M44Y0K45 
(17%,44%,0%,45%)
(0.17/0.44/0.00/0.45)	

CMYK percentages

%17.02
%43.97
%0
%44.71

Codes

Color #754F8D in popluar color models

754F8D
RGB11779141
HSL277°28.18%43.14%
HSB/HSV277°43.97%55.29%
CMYK17.02%43.97%0.00%
44.71%

Color #754F8D in popluar number systems.

HEX754F8D
Decimal11779141
Binary1110101100111110001101
Octal165117215

Shades and tints

Shades of #754F8D

#754F8D
(117,79,141)
#6B4881
(107,72,129)
#614175
(97,65,117)
#573A69
(87,58,105)
#4D335D
(77,51,93)
#432C51
(67,44,81)
#392545
(57,37,69)
#2F1E39
(47,30,57)
#25172D
(37,23,45)
#1B1021
(27,16,33)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #754F8D

#754F8D
(117,79,141)
#815F97
(129,95,151)
#8D6FA1
(141,111,161)
#997FAB
(153,127,171)
#A58FB5
(165,143,181)
#B19FBF
(177,159,191)
#BDAFC9
(189,175,201)
#C9BFD3
(201,191,211)
#D5CFDD
(213,207,221)
#E1DFE7
(225,223,231)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F8D; }

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

This text font color is #754F8D.


Background Color

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

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

This div background color is #754F8D.


Border color

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

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

This div border color is #754F8D.


Opacity

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

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

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

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

This text has shadow with #754F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F8D on black background.


Color preview on white background

This text has color #754F8D on white background.



Black color preview on #754F8D background

This text has black color on #754F8D background.


White color preview on #754F8D background

This text has white color on #754F8D background.