COLOR #753D90

HEX: #753D90 RGB: (117,61,144)

Color info

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

RGB color model

#753D90 color RGB value is (117,61,144).

RGB: (117,61,144) (46%, 24%, 56%)

RGB channels and saturation

R 117 of 255 = 46%
G 61 of 255 = 24%
B 144 of 255 = 56%

117
61
144

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

Portions of RGB colors in percentages

R + G + B = 117 + 61 + 144 = 322 (100%)
R 117 of 322 ~ 36.34%
G 61 of 322 ~ 18.94%
B 144 of 322 ~ 44.72'%

%36.34
%18.94
%44.72

CMYK color model

#753D90 color CMYK value is (19,58,0,44).

  • cyan value is 18.75%
  • magenta value is 57.64%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (19,58,0,44)
C19M58Y0K44 (19%, 58%, 0%, 44%)
(0.19 / 0.58 / 0.00 / 0.44)

CMYK percentages

%18.75
%57.64
%0
%43.53

Codes

Color #753D90 in popluar color models

75 3D 90
RGB 117 61 144
HSL 280° 40.49% 40.20%
HSB/HSV 280° 57.64% 56.47%
CMYK 18.75% 57.64% 0.00%
43.53%

Color #753D90 in popluar number systems.

HEX 75 3D 90
Decimal 117 61 144
Binary 1110101 111101 10010000
Octal 165 75 220

Shades and tints

Shades of #753D90

#753D90
(117,61,144)
#6B3883
(107,56,131)
#613376
(97,51,118)
#572E69
(87,46,105)
#4D295C
(77,41,92)
#43244F
(67,36,79)
#391F42
(57,31,66)
#2F1A35
(47,26,53)
#251528
(37,21,40)
#1B101B
(27,16,27)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #753D90

#753D90
(117,61,144)
#814E9A
(129,78,154)
#8D5FA4
(141,95,164)
#9970AE
(153,112,174)
#A581B8
(165,129,184)
#B192C2
(177,146,194)
#BDA3CC
(189,163,204)
#C9B4D6
(201,180,214)
#D5C5E0
(213,197,224)
#E1D6EA
(225,214,234)
#EDE7F4
(237,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753D90; }

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

This text font color is #753D90.

Background Color

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

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

This div background color is #753D90.

Border color

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

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

This div border color is #753D90.

Opacity

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

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

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

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

This text has shadow with #753D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #753D90.

Preview

Color preview on black background

This text has color #753D90 on black background.


Color preview on white background

This text has color #753D90 on white background.


Black color preview on #753D90 background

This text has black color on #753D90 background.


White color preview on #753D90 background

This text has white color on #753D90 background.


Related colors

Complementary color

Complementary color for #hex is #8AC26F.


I love getcolorcode.com

Triadic colors

1 #90753D and #3D9075 with #753D90 are triadic colors.

2 #903D75 and #3D7590 with #753D90 are triadic colors.