#5D112F

Color #5D112F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #5D112F

Tints of Tyrian Purple #5D112F

Color information

#5D112F (or 0x5D112F) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 11 and 2F. RGB value is (93,17,47). Sum of RGB (Red+Green+Blue) = 93+17+47=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D112F is #A2EED0. Grayscale: #2B2B2B. Windows color (decimal): -10677969 or 3084637. OLE color: 3084637.

HSL color Cylindrical-coordinate representation of color #5D112F: hue angle of 336.32º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D112F is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB931747-
CMYK00.820.490.64
HSL336.32º69.09%21.57%-
HSV(B)336.32º81.72%36.47%-
XYZ5.232.932.98-
YUV43.14130.18163.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 59.24%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=59.24%
G=10.83%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93174700.820.490.64336.3269.0921.57
Hex5D112F05231401504516
Octal135215701226110052010526
Binary101110110001101111010100101100011000000101010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D112F; }

 p { color: rgb(93,17,47); }

 H1.HeaderClassName
 {
   color: #5D112F;
 }
 .AnyTagClassName
 {
   color: #5D112F;
 }
</style>
background-color css

<style>
 a { background-color: #5D112F; }

 a { background-color: rgb(93,17,47); }

 div.DivClassName
 {
   background-color: #5D112F;
 }
 .BgClassName
 {
   background-color: #5D112F;
 }
</style>
border-color css

<style>
 span { border-color: #5D112F; }

 span { border-color: rgb(93,17,47); }

 td.TdClassName
 {
   border-color: #5D112F;
 }
 .TagClassName
 {
   border-color: #5D112F;
 }
</style>