COLOR #750075

HEX: #750075
RGB: (117,0,117)

Color info

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

RGB color model

#750075 color RGB value is (117,0,117).

  • red value is 117;
  • green value is 0;
  • blue value is 117.
RGB:
(117,0,117)
(46%,0%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 0 of 255 = 0%
B 117 of 255 = 46%

117
0
117

R + G + B ~ 31%. #750075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 0 + 117 = 234 (100%)
R 117 of 234 ~ 50%
G 0 of 234 ~ 0%
B 117 of 234 ~ 50%

%50
%50

CMYK color model

#750075 color CMYK value is (0,100,0,54).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,100,0,54)
C0M100Y0K54 
(0%,100%,0%,54%)
(0.00/1.00/0.00/0.54)	

CMYK percentages

%0
%100
%0
%54.12

Codes

Color #750075 in popluar color models

750075
RGB1170117
HSL300°100.00%22.94%
HSB/HSV300°100.00%45.88%
CMYK0.00%100.00%0.00%
54.12%

Color #750075 in popluar number systems.

HEX750075
Decimal1170117
Binary111010101110101
Octal1650165

Shades and tints

Shades of #750075

#750075
(117,0,117)
#6B006B
(107,0,107)
#610061
(97,0,97)
#570057
(87,0,87)
#4D004D
(77,0,77)
#430043
(67,0,67)
#390039
(57,0,57)
#2F002F
(47,0,47)
#250025
(37,0,37)
#1B001B
(27,0,27)
#110011
(17,0,17)
#000000
(0,0,0)

Tints of #750075

#750075
(117,0,117)
#811781
(129,23,129)
#8D2E8D
(141,46,141)
#994599
(153,69,153)
#A55CA5
(165,92,165)
#B173B1
(177,115,177)
#BD8ABD
(189,138,189)
#C9A1C9
(201,161,201)
#D5B8D5
(213,184,213)
#E1CFE1
(225,207,225)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750075; }

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

This text font color is #750075.


Background Color

.myBgColor { background-color: #750075; }

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

This div background color is #750075.


Border color

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

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

This div border color is #750075.


Opacity

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

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

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

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

This text has shadow with #750075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750075 on black background.


Color preview on white background

This text has color #750075 on white background.



Black color preview on #750075 background

This text has black color on #750075 background.


White color preview on #750075 background

This text has white color on #750075 background.