COLOR #755394

HEX: #755394
RGB: (117,83,148)

Color info

#755394 contains mainly red and blue colors. Web safe color of #755394 is #666699 (or #669).

RGB color model

#755394 color RGB value is (117,83,148).

  • red value is 117;
  • green value is 83;
  • blue value is 148.
RGB:
(117,83,148)
(46%,33%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 148 of 255 = 58%

117
83
148

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

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 148 = 348 (100%)
R 117 of 348 ~ 33.62%
G 83 of 348 ~ 23.85%
B 148 of 348 ~ 42.53%

%33.62
%23.85
%42.53

CMYK color model

#755394 color CMYK value is (21,44,0,42).

  • cyan value is 20.95%
  • magenta value is 43.92%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(21,44,0,42)
C21M44Y0K42 
(21%,44%,0%,42%)
(0.21/0.44/0.00/0.42)	

CMYK percentages

%20.95
%43.92
%0
%41.96

Codes

Color #755394 in popluar color models

755394
RGB11783148
HSL271°28.14%45.29%
HSB/HSV271°43.92%58.04%
CMYK20.95%43.92%0.00%
41.96%

Color #755394 in popluar number systems.

HEX755394
Decimal11783148
Binary1110101101001110010100
Octal165123224

Shades and tints

Shades of #755394

#755394
(117,83,148)
#6B4C87
(107,76,135)
#61457A
(97,69,122)
#573E6D
(87,62,109)
#4D3760
(77,55,96)
#433053
(67,48,83)
#392946
(57,41,70)
#2F2239
(47,34,57)
#251B2C
(37,27,44)
#1B141F
(27,20,31)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #755394

#755394
(117,83,148)
#81629D
(129,98,157)
#8D71A6
(141,113,166)
#9980AF
(153,128,175)
#A58FB8
(165,143,184)
#B19EC1
(177,158,193)
#BDADCA
(189,173,202)
#C9BCD3
(201,188,211)
#D5CBDC
(213,203,220)
#E1DAE5
(225,218,229)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755394 color. Also use rgb(117,83,148) instead hex code.

Text Font Color

.myTextColor { color: #755394; }

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

This text font color is #755394.


Background Color

.myBgColor { background-color: #755394; }

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

This div background color is #755394.


Border color

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

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

This div border color is #755394.


Opacity

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

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

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

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

This text has shadow with #755394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755394 on black background.


Color preview on white background

This text has color #755394 on white background.



Black color preview on #755394 background

This text has black color on #755394 background.


White color preview on #755394 background

This text has white color on #755394 background.