COLOR #5D1472

HEX: #5D1472
RGB: (93,20,114)

Color info

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

RGB color model

#5D1472 color RGB value is (93,20,114).

  • red value is 93;
  • green value is 20;
  • blue value is 114.
RGB:
(93,20,114)
(36%,8%,45%)

RGB channels and saturation

R 93 of 255 = 36%
G 20 of 255 = 8%
B 114 of 255 = 45%

93
20
114

R + G + B ~ 30%. #5D1472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 20 + 114 = 227 (100%)
R 93 of 227 ~ 40.97%
G 20 of 227 ~ 8.81%
B 114 of 227 ~ 50.22%

%40.97
%50.22

CMYK color model

#5D1472 color CMYK value is (18,82,0,55).

  • cyan value is 18.42%
  • magenta value is 82.46%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(18,82,0,55)
C18M82Y0K55 
(18%,82%,0%,55%)
(0.18/0.82/0.00/0.55)	

CMYK percentages

%18.42
%82.46
%0
%55.29

Codes

Color #5D1472 in popluar color models

5D1472
RGB9320114
HSL287°70.15%26.27%
HSB/HSV287°82.46%44.71%
CMYK18.42%82.46%0.00%
55.29%

Color #5D1472 in popluar number systems.

HEX5D1472
Decimal9320114
Binary1011101101001110010
Octal13524162

Shades and tints

Shades of #5D1472

#5D1472
(93,20,114)
#551368
(85,19,104)
#4D125E
(77,18,94)
#451154
(69,17,84)
#3D104A
(61,16,74)
#350F40
(53,15,64)
#2D0E36
(45,14,54)
#250D2C
(37,13,44)
#1D0C22
(29,12,34)
#150B18
(21,11,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #5D1472

#5D1472
(93,20,114)
#6B297E
(107,41,126)
#793E8A
(121,62,138)
#875396
(135,83,150)
#9568A2
(149,104,162)
#A37DAE
(163,125,174)
#B192BA
(177,146,186)
#BFA7C6
(191,167,198)
#CDBCD2
(205,188,210)
#DBD1DE
(219,209,222)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D1472 color. Also use rgb(93,20,114) instead hex code.

Text Font Color

.myTextColor { color: #5D1472; }

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

This text font color is #5D1472.


Background Color

.myBgColor { background-color: #5D1472; }

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

This div background color is #5D1472.


Border color

.myBorderColor { border: 1px solid #5D1472; }

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

This div border color is #5D1472.


Opacity

.myOpacity80 { color: #5D1472; opacity: 0.8; }

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

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

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

This text has shadow with #5D1472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D1472 on black background.


Color preview on white background

This text has color #5D1472 on white background.



Black color preview on #5D1472 background

This text has black color on #5D1472 background.


White color preview on #5D1472 background

This text has white color on #5D1472 background.