COLOR #750DDA

HEX: #750DDA RGB: (117,13,218)

Color info

#750DDA contains mainly blue color. Web safe color of #750DDA is #6600CC (or #60C).

RGB color model

#750DDA color RGB value is (117,13,218).

RGB: (117,13,218) (46%, 5%, 85%)

RGB channels and saturation

R 117 of 255 = 46%
G 13 of 255 = 5%
B 218 of 255 = 85%

117
13
218

R + G + B ~ 45%. #750DDA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 13 + 218 = 348 (100%)
R 117 of 348 ~ 33.62%
G 13 of 348 ~ 3.74%
B 218 of 348 ~ 62.64'%

%33.62
%62.64

CMYK color model

#750DDA color CMYK value is (46,94,0,15).

  • cyan value is 46.33%
  • magenta value is 94.04%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (46,94,0,15)
C46M94Y0K15 (46%, 94%, 0%, 15%)
(0.46 / 0.94 / 0.00 / 0.15)

CMYK percentages

%46.33
%94.04
%0
%14.51

Codes

Color #750DDA in popluar color models

75 0D DA
RGB 117 13 218
HSL 270° 88.74% 45.29%
HSB/HSV 270° 94.04% 85.49%
CMYK 46.33% 94.04% 0.00%
14.51%

Color #750DDA in popluar number systems.

HEX 75 0D DA
Decimal 117 13 218
Binary 1110101 1101 11011010
Octal 165 15 332

Shades and tints

Shades of #750DDA

#750DDA
(117,13,218)
#6B0CC7
(107,12,199)
#610BB4
(97,11,180)
#570AA1
(87,10,161)
#4D098E
(77,9,142)
#43087B
(67,8,123)
#390768
(57,7,104)
#2F0655
(47,6,85)
#250542
(37,5,66)
#1B042F
(27,4,47)
#11031C
(17,3,28)
#000000
(0,0,0)

Tints of #750DDA

#750DDA
(117,13,218)
#8123DD
(129,35,221)
#8D39E0
(141,57,224)
#994FE3
(153,79,227)
#A565E6
(165,101,230)
#B17BE9
(177,123,233)
#BD91EC
(189,145,236)
#C9A7EF
(201,167,239)
#D5BDF2
(213,189,242)
#E1D3F5
(225,211,245)
#EDE9F8
(237,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750DDA color. Also use rgb(117,13,218) instead hex code.

Text Font Color

.myTextColor { color: #750DDA; }

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

This text font color is #750DDA.

Background Color

.myBgColor { background-color: #750DDA; }

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

This div background color is #750DDA.

Border color

.myBorderColor { border: 1px solid #750DDA; }

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

This div border color is #750DDA.

Opacity

.myOpacity80 { color: #750DDA; opacity: 0.8; }

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

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

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

This text has shadow with #750DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #750DDA.

Preview

Color preview on black background

This text has color #750DDA on black background.


Color preview on white background

This text has color #750DDA on white background.


Black color preview on #750DDA background

This text has black color on #750DDA background.


White color preview on #750DDA background

This text has white color on #750DDA background.


Related colors

Complementary color

Complementary color for #750DDA is #8AF225.


I love getcolorcode.com

Triadic colors

1 #DA750D and #0DDA75 with #750DDA are triadic colors.

2 #DA0D75 and #0D75DA with #750DDA are triadic colors.