COLOR #753798

HEX: #753798
RGB: (117,55,152)

Color info

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

RGB color model

#753798 color RGB value is (117,55,152).

  • red value is 117;
  • green value is 55;
  • blue value is 152.
RGB:
(117,55,152)
(46%,22%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 152 of 255 = 60%

117
55
152

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

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 152 = 324 (100%)
R 117 of 324 ~ 36.11%
G 55 of 324 ~ 16.98%
B 152 of 324 ~ 46.91%

%36.11
%16.98
%46.91

CMYK color model

#753798 color CMYK value is (23,64,0,40).

  • cyan value is 23.03%
  • magenta value is 63.82%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,64,0,40)
C23M64Y0K40 
(23%,64%,0%,40%)
(0.23/0.64/0.00/0.40)	

CMYK percentages

%23.03
%63.82
%0
%40.39

Codes

Color #753798 in popluar color models

753798
RGB11755152
HSL278°46.86%40.59%
HSB/HSV278°63.82%59.61%
CMYK23.03%63.82%0.00%
40.39%

Color #753798 in popluar number systems.

HEX753798
Decimal11755152
Binary111010111011110011000
Octal16567230

Shades and tints

Shades of #753798

#753798
(117,55,152)
#6B328B
(107,50,139)
#612D7E
(97,45,126)
#572871
(87,40,113)
#4D2364
(77,35,100)
#431E57
(67,30,87)
#39194A
(57,25,74)
#2F143D
(47,20,61)
#250F30
(37,15,48)
#1B0A23
(27,10,35)
#110516
(17,5,22)
#000000
(0,0,0)

Tints of #753798

#753798
(117,55,152)
#8149A1
(129,73,161)
#8D5BAA
(141,91,170)
#996DB3
(153,109,179)
#A57FBC
(165,127,188)
#B191C5
(177,145,197)
#BDA3CE
(189,163,206)
#C9B5D7
(201,181,215)
#D5C7E0
(213,199,224)
#E1D9E9
(225,217,233)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753798 color. Also use rgb(117,55,152) instead hex code.

Text Font Color

.myTextColor { color: #753798; }

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

This text font color is #753798.


Background Color

.myBgColor { background-color: #753798; }

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

This div background color is #753798.


Border color

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

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

This div border color is #753798.


Opacity

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

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

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

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

This text has shadow with #753798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753798 on black background.


Color preview on white background

This text has color #753798 on white background.



Black color preview on #753798 background

This text has black color on #753798 background.


White color preview on #753798 background

This text has white color on #753798 background.