COLOR #753075

HEX: #753075
RGB: (117,48,117)

Color info

#753075 contains mainly red and blue colors. Web safe color of #753075 is #663366 (or #636).

RGB color model

#753075 color RGB value is (117,48,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 117 of 255 = 46%

117
48
117

R + G + B ~ 37%. #753075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 117 = 282 (100%)
R 117 of 282 ~ 41.49%
G 48 of 282 ~ 17.02%
B 117 of 282 ~ 41.49%

%41.49
%17.02
%41.49

CMYK color model

#753075 color CMYK value is (0,59,0,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,59,0,54)
C0M59Y0K54 
(0%,59%,0%,54%)
(0.00/0.59/0.00/0.54)	

CMYK percentages

%0
%58.97
%0
%54.12

Codes

Color #753075 in popluar color models

753075
RGB11748117
HSL300°41.82%32.35%
HSB/HSV300°58.97%45.88%
CMYK0.00%58.97%0.00%
54.12%

Color #753075 in popluar number systems.

HEX753075
Decimal11748117
Binary11101011100001110101
Octal16560165

Shades and tints

Shades of #753075

#753075
(117,48,117)
#6B2C6B
(107,44,107)
#612861
(97,40,97)
#572457
(87,36,87)
#4D204D
(77,32,77)
#431C43
(67,28,67)
#391839
(57,24,57)
#2F142F
(47,20,47)
#251025
(37,16,37)
#1B0C1B
(27,12,27)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #753075

#753075
(117,48,117)
#814281
(129,66,129)
#8D548D
(141,84,141)
#996699
(153,102,153)
#A578A5
(165,120,165)
#B18AB1
(177,138,177)
#BD9CBD
(189,156,189)
#C9AEC9
(201,174,201)
#D5C0D5
(213,192,213)
#E1D2E1
(225,210,225)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753075; }

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

This text font color is #753075.


Background Color

.myBgColor { background-color: #753075; }

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

This div background color is #753075.


Border color

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

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

This div border color is #753075.


Opacity

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

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

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

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

This text has shadow with #753075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753075 on black background.


Color preview on white background

This text has color #753075 on white background.



Black color preview on #753075 background

This text has black color on #753075 background.


White color preview on #753075 background

This text has white color on #753075 background.