COLOR #753F97

HEX: #753F97
RGB: (117,63,151)

Color info

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

RGB color model

#753F97 color RGB value is (117,63,151).

  • red value is 117;
  • green value is 63;
  • blue value is 151.
RGB:
(117,63,151)
(46%,25%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 63 of 255 = 25%
B 151 of 255 = 59%

117
63
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 63 + 151 = 331 (100%)
R 117 of 331 ~ 35.35%
G 63 of 331 ~ 19.03%
B 151 of 331 ~ 45.62%

%35.35
%19.03
%45.62

CMYK color model

#753F97 color CMYK value is (23,58,0,41).

  • cyan value is 22.52%
  • magenta value is 58.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,58,0,41)
C23M58Y0K41 
(23%,58%,0%,41%)
(0.23/0.58/0.00/0.41)	

CMYK percentages

%22.52
%58.28
%0
%40.78

Codes

Color #753F97 in popluar color models

753F97
RGB11763151
HSL277°41.12%41.96%
HSB/HSV277°58.28%59.22%
CMYK22.52%58.28%0.00%
40.78%

Color #753F97 in popluar number systems.

HEX753F97
Decimal11763151
Binary111010111111110010111
Octal16577227

Shades and tints

Shades of #753F97

#753F97
(117,63,151)
#6B3A8A
(107,58,138)
#61357D
(97,53,125)
#573070
(87,48,112)
#4D2B63
(77,43,99)
#432656
(67,38,86)
#392149
(57,33,73)
#2F1C3C
(47,28,60)
#25172F
(37,23,47)
#1B1222
(27,18,34)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #753F97

#753F97
(117,63,151)
#8150A0
(129,80,160)
#8D61A9
(141,97,169)
#9972B2
(153,114,178)
#A583BB
(165,131,187)
#B194C4
(177,148,196)
#BDA5CD
(189,165,205)
#C9B6D6
(201,182,214)
#D5C7DF
(213,199,223)
#E1D8E8
(225,216,232)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753F97 color. Also use rgb(117,63,151) instead hex code.

Text Font Color

.myTextColor { color: #753F97; }

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

This text font color is #753F97.


Background Color

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

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

This div background color is #753F97.


Border color

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

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

This div border color is #753F97.


Opacity

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

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

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

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

This text has shadow with #753F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753F97 on black background.


Color preview on white background

This text has color #753F97 on white background.



Black color preview on #753F97 background

This text has black color on #753F97 background.


White color preview on #753F97 background

This text has white color on #753F97 background.