COLOR #75146A

HEX: #75146A
RGB: (117,20,106)

Color info

#75146A contains mainly red and blue colors. Web safe color of #75146A is #660066 (or #606).

RGB color model

#75146A color RGB value is (117,20,106).

  • red value is 117;
  • green value is 20;
  • blue value is 106.
RGB:
(117,20,106)
(46%,8%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 20 of 255 = 8%
B 106 of 255 = 42%

117
20
106

R + G + B ~ 32%. #75146A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 20 + 106 = 243 (100%)
R 117 of 243 ~ 48.15%
G 20 of 243 ~ 8.23%
B 106 of 243 ~ 43.62%

%48.15
%43.62

CMYK color model

#75146A color CMYK value is (0,83,9,54).

  • cyan value is 0.00%
  • magenta value is 82.91%
  • yellow value is 9.40%
  • key color value is 54.12%
CMYK:
(0,83,9,54)
C0M83Y9K54 
(0%,83%,9%,54%)
(0.00/0.83/0.09/0.54)	

CMYK percentages

%0
%82.91
%9.4
%54.12

Codes

Color #75146A in popluar color models

75146A
RGB11720106
HSL307°70.80%26.86%
HSB/HSV307°82.91%45.88%
CMYK0.00%82.91%9.40%
54.12%

Color #75146A in popluar number systems.

HEX75146A
Decimal11720106
Binary1110101101001101010
Octal16524152

Shades and tints

Shades of #75146A

#75146A
(117,20,106)
#6B1361
(107,19,97)
#611258
(97,18,88)
#57114F
(87,17,79)
#4D1046
(77,16,70)
#430F3D
(67,15,61)
#390E34
(57,14,52)
#2F0D2B
(47,13,43)
#250C22
(37,12,34)
#1B0B19
(27,11,25)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #75146A

#75146A
(117,20,106)
#812977
(129,41,119)
#8D3E84
(141,62,132)
#995391
(153,83,145)
#A5689E
(165,104,158)
#B17DAB
(177,125,171)
#BD92B8
(189,146,184)
#C9A7C5
(201,167,197)
#D5BCD2
(213,188,210)
#E1D1DF
(225,209,223)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75146A color. Also use rgb(117,20,106) instead hex code.

Text Font Color

.myTextColor { color: #75146A; }

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

This text font color is #75146A.


Background Color

.myBgColor { background-color: #75146A; }

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

This div background color is #75146A.


Border color

.myBorderColor { border: 1px solid #75146A; }

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

This div border color is #75146A.


Opacity

.myOpacity80 { color: #75146A; opacity: 0.8; }

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

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

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

This text has shadow with #75146A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75146A on black background.


Color preview on white background

This text has color #75146A on white background.



Black color preview on #75146A background

This text has black color on #75146A background.


White color preview on #75146A background

This text has white color on #75146A background.