COLOR #753B94

HEX: #753B94
RGB: (117,59,148)

Color info

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

RGB color model

#753B94 color RGB value is (117,59,148).

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

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 148 of 255 = 58%

117
59
148

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

Portions of RGB colors in percentages

R + G + B =
117 + 59 + 148 = 324 (100%)
R 117 of 324 ~ 36.11%
G 59 of 324 ~ 18.21%
B 148 of 324 ~ 45.68%

%36.11
%18.21
%45.68

CMYK color model

#753B94 color CMYK value is (21,60,0,42).

  • cyan value is 20.95%
  • magenta value is 60.14%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(21,60,0,42)
C21M60Y0K42 
(21%,60%,0%,42%)
(0.21/0.60/0.00/0.42)	

CMYK percentages

%20.95
%60.14
%0
%41.96

Codes

Color #753B94 in popluar color models

753B94
RGB11759148
HSL279°43.00%40.59%
HSB/HSV279°60.14%58.04%
CMYK20.95%60.14%0.00%
41.96%

Color #753B94 in popluar number systems.

HEX753B94
Decimal11759148
Binary111010111101110010100
Octal16573224

Shades and tints

Shades of #753B94

#753B94
(117,59,148)
#6B3687
(107,54,135)
#61317A
(97,49,122)
#572C6D
(87,44,109)
#4D2760
(77,39,96)
#432253
(67,34,83)
#391D46
(57,29,70)
#2F1839
(47,24,57)
#25132C
(37,19,44)
#1B0E1F
(27,14,31)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #753B94

#753B94
(117,59,148)
#814C9D
(129,76,157)
#8D5DA6
(141,93,166)
#996EAF
(153,110,175)
#A57FB8
(165,127,184)
#B190C1
(177,144,193)
#BDA1CA
(189,161,202)
#C9B2D3
(201,178,211)
#D5C3DC
(213,195,220)
#E1D4E5
(225,212,229)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753B94; }

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

This text font color is #753B94.


Background Color

.myBgColor { background-color: #753B94; }

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

This div background color is #753B94.


Border color

.myBorderColor { border: 1px solid #753B94; }

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

This div border color is #753B94.


Opacity

.myOpacity80 { color: #753B94; opacity: 0.8; }

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

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

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

This text has shadow with #753B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753B94 on black background.


Color preview on white background

This text has color #753B94 on white background.



Black color preview on #753B94 background

This text has black color on #753B94 background.


White color preview on #753B94 background

This text has white color on #753B94 background.