#5C1139

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

Shades of Tyrian Purple #5C1139

Tints of Tyrian Purple #5C1139

Color information

#5C1139 (or 0x5C1139) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 11 and 39. RGB value is (92,17,57). Sum of RGB (Red+Green+Blue) = 92+17+57=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1139 is #A3EEC6. Grayscale: #2B2B2B. Windows color (decimal): -10743495 or 3739996. OLE color: 3739996.

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

Color convert

RGB921757-
CMYK00.820.380.64
HSL328º68.81%21.37%-
HSV(B)328º81.52%36.08%-
XYZ5.352.974.16-
YUV43.98135.35162.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 55.42%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=55.42%
G=10.24%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92175700.820.380.6432868.8121.37
Hex5C113905226401484515
Octal134217101224610051010525
Binary101110010001111001010100101001101000000101001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,17,57); }

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

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

 a { background-color: rgb(92,17,57); }

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

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

 span { border-color: rgb(92,17,57); }

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