COLOR #753D9F

HEX: #753D9F RGB: (117,61,159)

Color info

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

RGB color model

#753D9F color RGB value is (117,61,159).

RGB: (117,61,159) (46%, 24%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 61 of 255 = 24%
B 159 of 255 = 62%

117
61
159

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

Portions of RGB colors in percentages

R + G + B = 117 + 61 + 159 = 337 (100%)
R 117 of 337 ~ 34.72%
G 61 of 337 ~ 18.1%
B 159 of 337 ~ 47.18'%

%34.72
%18.1
%47.18

CMYK color model

#753D9F color CMYK value is (26,62,0,38).

  • cyan value is 26.42%
  • magenta value is 61.64%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (26,62,0,38)
C26M62Y0K38 (26%, 62%, 0%, 38%)
(0.26 / 0.62 / 0.00 / 0.38)

CMYK percentages

%26.42
%61.64
%0
%37.65

Codes

Color #753D9F in popluar color models

75 3D 9F
RGB 117 61 159
HSL 274° 44.55% 43.14%
HSB/HSV 274° 61.64% 62.35%
CMYK 26.42% 61.64% 0.00%
37.65%

Color #753D9F in popluar number systems.

HEX 75 3D 9F
Decimal 117 61 159
Binary 1110101 111101 10011111
Octal 165 75 237

Shades and tints

Shades of #753D9F

#753D9F
(117,61,159)
#6B3891
(107,56,145)
#613383
(97,51,131)
#572E75
(87,46,117)
#4D2967
(77,41,103)
#432459
(67,36,89)
#391F4B
(57,31,75)
#2F1A3D
(47,26,61)
#25152F
(37,21,47)
#1B1021
(27,16,33)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #753D9F

#753D9F
(117,61,159)
#814EA7
(129,78,167)
#8D5FAF
(141,95,175)
#9970B7
(153,112,183)
#A581BF
(165,129,191)
#B192C7
(177,146,199)
#BDA3CF
(189,163,207)
#C9B4D7
(201,180,215)
#D5C5DF
(213,197,223)
#E1D6E7
(225,214,231)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753D9F; }

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

This text font color is #753D9F.

Background Color

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

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

This div background color is #753D9F.

Border color

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

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

This div border color is #753D9F.

Opacity

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

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

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

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

This text has shadow with #753D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #753D9F.

Preview

Color preview on black background

This text has color #753D9F on black background.


Color preview on white background

This text has color #753D9F on white background.


Black color preview on #753D9F background

This text has black color on #753D9F background.


White color preview on #753D9F background

This text has white color on #753D9F background.


Related colors

Complementary color

Complementary color for #hex is #8AC260.


I love getcolorcode.com

Triadic colors

1 #9F753D and #3D9F75 with #753D9F are triadic colors.

2 #9F3D75 and #3D759F with #753D9F are triadic colors.