COLOR #750360

HEX: #750360
RGB: (117,3,96)

Color info

#750360 contains mainly red and blue colors. Web safe color of #750360 is #660066 (or #606).

RGB color model

#750360 color RGB value is (117,3,96).

  • red value is 117;
  • green value is 3;
  • blue value is 96.
RGB:
(117,3,96)
(46%,1%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 3 of 255 = 1%
B 96 of 255 = 38%

117
3
96

R + G + B ~ 28%. #750360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 3 + 96 = 216 (100%)
R 117 of 216 ~ 54.17%
G 3 of 216 ~ 1.39%
B 96 of 216 ~ 44.44%

%54.17
%44.44

CMYK color model

#750360 color CMYK value is (0,97,18,54).

  • cyan value is 0.00%
  • magenta value is 97.44%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,97,18,54)
C0M97Y18K54 
(0%,97%,18%,54%)
(0.00/0.97/0.18/0.54)	

CMYK percentages

%0
%97.44
%17.95
%54.12

Codes

Color #750360 in popluar color models

750360
RGB117396
HSL311°95.00%23.53%
HSB/HSV311°97.44%45.88%
CMYK0.00%97.44%17.95%
54.12%

Color #750360 in popluar number systems.

HEX750360
Decimal117396
Binary1110101111100000
Octal1653140

Shades and tints

Shades of #750360

#750360
(117,3,96)
#6B0358
(107,3,88)
#610350
(97,3,80)
#570348
(87,3,72)
#4D0340
(77,3,64)
#430338
(67,3,56)
#390330
(57,3,48)
#2F0328
(47,3,40)
#250320
(37,3,32)
#1B0318
(27,3,24)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #750360

#750360
(117,3,96)
#81196E
(129,25,110)
#8D2F7C
(141,47,124)
#99458A
(153,69,138)
#A55B98
(165,91,152)
#B171A6
(177,113,166)
#BD87B4
(189,135,180)
#C99DC2
(201,157,194)
#D5B3D0
(213,179,208)
#E1C9DE
(225,201,222)
#EDDFEC
(237,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750360 color. Also use rgb(117,3,96) instead hex code.

Text Font Color

.myTextColor { color: #750360; }

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

This text font color is #750360.


Background Color

.myBgColor { background-color: #750360; }

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

This div background color is #750360.


Border color

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

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

This div border color is #750360.


Opacity

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

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

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

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

This text has shadow with #750360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750360 on black background.


Color preview on white background

This text has color #750360 on white background.



Black color preview on #750360 background

This text has black color on #750360 background.


White color preview on #750360 background

This text has white color on #750360 background.