COLOR #754599

HEX: #754599
RGB: (117,69,153)

Color info

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

RGB color model

#754599 color RGB value is (117,69,153).

  • red value is 117;
  • green value is 69;
  • blue value is 153.
RGB:
(117,69,153)
(46%,27%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 153 of 255 = 60%

117
69
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 153 = 339 (100%)
R 117 of 339 ~ 34.51%
G 69 of 339 ~ 20.35%
B 153 of 339 ~ 45.13%

%34.51
%20.35
%45.13

CMYK color model

#754599 color CMYK value is (24,55,0,40).

  • cyan value is 23.53%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,55,0,40)
C24M55Y0K40 
(24%,55%,0%,40%)
(0.24/0.55/0.00/0.40)	

CMYK percentages

%23.53
%54.9
%0
%40

Codes

Color #754599 in popluar color models

754599
RGB11769153
HSL274°37.84%43.53%
HSB/HSV274°54.90%60.00%
CMYK23.53%54.90%0.00%
40.00%

Color #754599 in popluar number systems.

HEX754599
Decimal11769153
Binary1110101100010110011001
Octal165105231

Shades and tints

Shades of #754599

#754599
(117,69,153)
#6B3F8C
(107,63,140)
#61397F
(97,57,127)
#573372
(87,51,114)
#4D2D65
(77,45,101)
#432758
(67,39,88)
#39214B
(57,33,75)
#2F1B3E
(47,27,62)
#251531
(37,21,49)
#1B0F24
(27,15,36)
#110917
(17,9,23)
#000000
(0,0,0)

Tints of #754599

#754599
(117,69,153)
#8155A2
(129,85,162)
#8D65AB
(141,101,171)
#9975B4
(153,117,180)
#A585BD
(165,133,189)
#B195C6
(177,149,198)
#BDA5CF
(189,165,207)
#C9B5D8
(201,181,216)
#D5C5E1
(213,197,225)
#E1D5EA
(225,213,234)
#EDE5F3
(237,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754599 color. Also use rgb(117,69,153) instead hex code.

Text Font Color

.myTextColor { color: #754599; }

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

This text font color is #754599.


Background Color

.myBgColor { background-color: #754599; }

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

This div background color is #754599.


Border color

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

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

This div border color is #754599.


Opacity

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

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

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

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

This text has shadow with #754599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754599 on black background.


Color preview on white background

This text has color #754599 on white background.



Black color preview on #754599 background

This text has black color on #754599 background.


White color preview on #754599 background

This text has white color on #754599 background.