COLOR #754FB1

HEX: #754FB1
RGB: (117,79,177)

Color info

#754FB1 contains mainly blue color. Web safe color of #754FB1 is #666699 (or #669).

RGB color model

#754FB1 color RGB value is (117,79,177).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 177 of 255 = 69%

117
79
177

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 177 = 373 (100%)
R 117 of 373 ~ 31.37%
G 79 of 373 ~ 21.18%
B 177 of 373 ~ 47.45%

%31.37
%21.18
%47.45

CMYK color model

#754FB1 color CMYK value is (34,55,0,31).

  • cyan value is 33.90%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,55,0,31)
C34M55Y0K31 
(34%,55%,0%,31%)
(0.34/0.55/0.00/0.31)	

CMYK percentages

%33.9
%55.37
%0
%30.59

Codes

Color #754FB1 in popluar color models

754FB1
RGB11779177
HSL263°38.58%50.20%
HSB/HSV263°55.37%69.41%
CMYK33.90%55.37%0.00%
30.59%

Color #754FB1 in popluar number systems.

HEX754FB1
Decimal11779177
Binary1110101100111110110001
Octal165117261

Shades and tints

Shades of #754FB1

#754FB1
(117,79,177)
#6B48A1
(107,72,161)
#614191
(97,65,145)
#573A81
(87,58,129)
#4D3371
(77,51,113)
#432C61
(67,44,97)
#392551
(57,37,81)
#2F1E41
(47,30,65)
#251731
(37,23,49)
#1B1021
(27,16,33)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #754FB1

#754FB1
(117,79,177)
#815FB8
(129,95,184)
#8D6FBF
(141,111,191)
#997FC6
(153,127,198)
#A58FCD
(165,143,205)
#B19FD4
(177,159,212)
#BDAFDB
(189,175,219)
#C9BFE2
(201,191,226)
#D5CFE9
(213,207,233)
#E1DFF0
(225,223,240)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754FB1; }

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

This text font color is #754FB1.


Background Color

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

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

This div background color is #754FB1.


Border color

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

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

This div border color is #754FB1.


Opacity

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

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

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

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

This text has shadow with #754FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754FB1 on black background.


Color preview on white background

This text has color #754FB1 on white background.



Black color preview on #754FB1 background

This text has black color on #754FB1 background.


White color preview on #754FB1 background

This text has white color on #754FB1 background.