COLOR #754487

HEX: #754487
RGB: (117,68,135)

Color info

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

RGB color model

#754487 color RGB value is (117,68,135).

  • red value is 117;
  • green value is 68;
  • blue value is 135.
RGB:
(117,68,135)
(46%,27%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 135 of 255 = 53%

117
68
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 135 = 320 (100%)
R 117 of 320 ~ 36.56%
G 68 of 320 ~ 21.25%
B 135 of 320 ~ 42.19%

%36.56
%21.25
%42.19

CMYK color model

#754487 color CMYK value is (13,50,0,47).

  • cyan value is 13.33%
  • magenta value is 49.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,50,0,47)
C13M50Y0K47 
(13%,50%,0%,47%)
(0.13/0.50/0.00/0.47)	

CMYK percentages

%13.33
%49.63
%0
%47.06

Codes

Color #754487 in popluar color models

754487
RGB11768135
HSL284°33.00%39.80%
HSB/HSV284°49.63%52.94%
CMYK13.33%49.63%0.00%
47.06%

Color #754487 in popluar number systems.

HEX754487
Decimal11768135
Binary1110101100010010000111
Octal165104207

Shades and tints

Shades of #754487

#754487
(117,68,135)
#6B3E7B
(107,62,123)
#61386F
(97,56,111)
#573263
(87,50,99)
#4D2C57
(77,44,87)
#43264B
(67,38,75)
#39203F
(57,32,63)
#2F1A33
(47,26,51)
#251427
(37,20,39)
#1B0E1B
(27,14,27)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #754487

#754487
(117,68,135)
#815591
(129,85,145)
#8D669B
(141,102,155)
#9977A5
(153,119,165)
#A588AF
(165,136,175)
#B199B9
(177,153,185)
#BDAAC3
(189,170,195)
#C9BBCD
(201,187,205)
#D5CCD7
(213,204,215)
#E1DDE1
(225,221,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754487 color. Also use rgb(117,68,135) instead hex code.

Text Font Color

.myTextColor { color: #754487; }

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

This text font color is #754487.


Background Color

.myBgColor { background-color: #754487; }

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

This div background color is #754487.


Border color

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

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

This div border color is #754487.


Opacity

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

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

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

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

This text has shadow with #754487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754487 on black background.


Color preview on white background

This text has color #754487 on white background.



Black color preview on #754487 background

This text has black color on #754487 background.


White color preview on #754487 background

This text has white color on #754487 background.