COLOR #754BAF

HEX: #754BAF
RGB: (117,75,175)

Color info

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

RGB color model

#754BAF color RGB value is (117,75,175).

  • red value is 117;
  • green value is 75;
  • blue value is 175.
RGB:
(117,75,175)
(46%,29%,69%)

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 175 of 255 = 69%

117
75
175

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

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 175 = 367 (100%)
R 117 of 367 ~ 31.88%
G 75 of 367 ~ 20.44%
B 175 of 367 ~ 47.68%

%31.88
%20.44
%47.68

CMYK color model

#754BAF color CMYK value is (33,57,0,31).

  • cyan value is 33.14%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,57,0,31)
C33M57Y0K31 
(33%,57%,0%,31%)
(0.33/0.57/0.00/0.31)	

CMYK percentages

%33.14
%57.14
%0
%31.37

Codes

Color #754BAF in popluar color models

754BAF
RGB11775175
HSL265°40.00%49.02%
HSB/HSV265°57.14%68.63%
CMYK33.14%57.14%0.00%
31.37%

Color #754BAF in popluar number systems.

HEX754BAF
Decimal11775175
Binary1110101100101110101111
Octal165113257

Shades and tints

Shades of #754BAF

#754BAF
(117,75,175)
#6B45A0
(107,69,160)
#613F91
(97,63,145)
#573982
(87,57,130)
#4D3373
(77,51,115)
#432D64
(67,45,100)
#392755
(57,39,85)
#2F2146
(47,33,70)
#251B37
(37,27,55)
#1B1528
(27,21,40)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #754BAF

#754BAF
(117,75,175)
#815BB6
(129,91,182)
#8D6BBD
(141,107,189)
#997BC4
(153,123,196)
#A58BCB
(165,139,203)
#B19BD2
(177,155,210)
#BDABD9
(189,171,217)
#C9BBE0
(201,187,224)
#D5CBE7
(213,203,231)
#E1DBEE
(225,219,238)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754BAF color. Also use rgb(117,75,175) instead hex code.

Text Font Color

.myTextColor { color: #754BAF; }

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

This text font color is #754BAF.


Background Color

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

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

This div background color is #754BAF.


Border color

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

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

This div border color is #754BAF.


Opacity

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

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

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

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

This text has shadow with #754BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754BAF on black background.


Color preview on white background

This text has color #754BAF on white background.



Black color preview on #754BAF background

This text has black color on #754BAF background.


White color preview on #754BAF background

This text has white color on #754BAF background.