COLOR #754488

HEX: #754488
RGB: (117,68,136)

Color info

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

RGB color model

#754488 color RGB value is (117,68,136).

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

RGB channels and saturation

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

117
68
136

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

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 136 = 321 (100%)
R 117 of 321 ~ 36.45%
G 68 of 321 ~ 21.18%
B 136 of 321 ~ 42.37%

%36.45
%21.18
%42.37

CMYK color model

#754488 color CMYK value is (14,50,0,47).

  • cyan value is 13.97%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(14,50,0,47)
C14M50Y0K47 
(14%,50%,0%,47%)
(0.14/0.50/0.00/0.47)	

CMYK percentages

%13.97
%50
%0
%46.67

Codes

Color #754488 in popluar color models

754488
RGB11768136
HSL283°33.33%40.00%
HSB/HSV283°50.00%53.33%
CMYK13.97%50.00%0.00%
46.67%

Color #754488 in popluar number systems.

HEX754488
Decimal11768136
Binary1110101100010010001000
Octal165104210

Shades and tints

Shades of #754488

#754488
(117,68,136)
#6B3E7C
(107,62,124)
#613870
(97,56,112)
#573264
(87,50,100)
#4D2C58
(77,44,88)
#43264C
(67,38,76)
#392040
(57,32,64)
#2F1A34
(47,26,52)
#251428
(37,20,40)
#1B0E1C
(27,14,28)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #754488

#754488
(117,68,136)
#815592
(129,85,146)
#8D669C
(141,102,156)
#9977A6
(153,119,166)
#A588B0
(165,136,176)
#B199BA
(177,153,186)
#BDAAC4
(189,170,196)
#C9BBCE
(201,187,206)
#D5CCD8
(213,204,216)
#E1DDE2
(225,221,226)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754488; }

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

This text font color is #754488.


Background Color

.myBgColor { background-color: #754488; }

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

This div background color is #754488.


Border color

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

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

This div border color is #754488.


Opacity

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

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

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

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

This text has shadow with #754488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754488 on black background.


Color preview on white background

This text has color #754488 on white background.



Black color preview on #754488 background

This text has black color on #754488 background.


White color preview on #754488 background

This text has white color on #754488 background.