COLOR #752390

HEX: #752390
RGB: (117,35,144)

Color info

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

RGB color model

#752390 color RGB value is (117,35,144).

  • red value is 117;
  • green value is 35;
  • blue value is 144.
RGB:
(117,35,144)
(46%,14%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 35 of 255 = 14%
B 144 of 255 = 56%

117
35
144

R + G + B ~ 39%. #752390 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 35 + 144 = 296 (100%)
R 117 of 296 ~ 39.53%
G 35 of 296 ~ 11.82%
B 144 of 296 ~ 48.65%

%39.53
%11.82
%48.65

CMYK color model

#752390 color CMYK value is (19,76,0,44).

  • cyan value is 18.75%
  • magenta value is 75.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,76,0,44)
C19M76Y0K44 
(19%,76%,0%,44%)
(0.19/0.76/0.00/0.44)	

CMYK percentages

%18.75
%75.69
%0
%43.53

Codes

Color #752390 in popluar color models

752390
RGB11735144
HSL285°60.89%35.10%
HSB/HSV285°75.69%56.47%
CMYK18.75%75.69%0.00%
43.53%

Color #752390 in popluar number systems.

HEX752390
Decimal11735144
Binary111010110001110010000
Octal16543220

Shades and tints

Shades of #752390

#752390
(117,35,144)
#6B2083
(107,32,131)
#611D76
(97,29,118)
#571A69
(87,26,105)
#4D175C
(77,23,92)
#43144F
(67,20,79)
#391142
(57,17,66)
#2F0E35
(47,14,53)
#250B28
(37,11,40)
#1B081B
(27,8,27)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #752390

#752390
(117,35,144)
#81379A
(129,55,154)
#8D4BA4
(141,75,164)
#995FAE
(153,95,174)
#A573B8
(165,115,184)
#B187C2
(177,135,194)
#BD9BCC
(189,155,204)
#C9AFD6
(201,175,214)
#D5C3E0
(213,195,224)
#E1D7EA
(225,215,234)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752390 color. Also use rgb(117,35,144) instead hex code.

Text Font Color

.myTextColor { color: #752390; }

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

This text font color is #752390.


Background Color

.myBgColor { background-color: #752390; }

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

This div background color is #752390.


Border color

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

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

This div border color is #752390.


Opacity

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

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

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

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

This text has shadow with #752390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752390 on black background.


Color preview on white background

This text has color #752390 on white background.



Black color preview on #752390 background

This text has black color on #752390 background.


White color preview on #752390 background

This text has white color on #752390 background.