COLOR #753694

HEX: #753694
RGB: (117,54,148)

Color info

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

RGB color model

#753694 color RGB value is (117,54,148).

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

RGB channels and saturation

R 117 of 255 = 46%
G 54 of 255 = 21%
B 148 of 255 = 58%

117
54
148

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

Portions of RGB colors in percentages

R + G + B =
117 + 54 + 148 = 319 (100%)
R 117 of 319 ~ 36.68%
G 54 of 319 ~ 16.93%
B 148 of 319 ~ 46.39%

%36.68
%16.93
%46.39

CMYK color model

#753694 color CMYK value is (21,64,0,42).

  • cyan value is 20.95%
  • magenta value is 63.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(21,64,0,42)
C21M64Y0K42 
(21%,64%,0%,42%)
(0.21/0.64/0.00/0.42)	

CMYK percentages

%20.95
%63.51
%0
%41.96

Codes

Color #753694 in popluar color models

753694
RGB11754148
HSL280°46.53%39.61%
HSB/HSV280°63.51%58.04%
CMYK20.95%63.51%0.00%
41.96%

Color #753694 in popluar number systems.

HEX753694
Decimal11754148
Binary111010111011010010100
Octal16566224

Shades and tints

Shades of #753694

#753694
(117,54,148)
#6B3287
(107,50,135)
#612E7A
(97,46,122)
#572A6D
(87,42,109)
#4D2660
(77,38,96)
#432253
(67,34,83)
#391E46
(57,30,70)
#2F1A39
(47,26,57)
#25162C
(37,22,44)
#1B121F
(27,18,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #753694

#753694
(117,54,148)
#81489D
(129,72,157)
#8D5AA6
(141,90,166)
#996CAF
(153,108,175)
#A57EB8
(165,126,184)
#B190C1
(177,144,193)
#BDA2CA
(189,162,202)
#C9B4D3
(201,180,211)
#D5C6DC
(213,198,220)
#E1D8E5
(225,216,229)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753694; }

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

This text font color is #753694.


Background Color

.myBgColor { background-color: #753694; }

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

This div background color is #753694.


Border color

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

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

This div border color is #753694.


Opacity

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

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

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

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

This text has shadow with #753694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753694 on black background.


Color preview on white background

This text has color #753694 on white background.



Black color preview on #753694 background

This text has black color on #753694 background.


White color preview on #753694 background

This text has white color on #753694 background.