#59042C

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

Shades of Tyrian Purple #59042C

Tints of Tyrian Purple #59042C

Color information

#59042C (or 0x59042C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 2C. RGB value is (89,4,44). Sum of RGB (Red+Green+Blue) = 89+4+44=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59042C is #A6FBD3. Grayscale: #212121. Windows color (decimal): -10943444 or 2884697. OLE color: 2884697.

HSL color Cylindrical-coordinate representation of color #59042C: hue angle of 331.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59042C is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB89444-
CMYK00.960.510.65
HSL331.76º91.4%18.24%-
HSV(B)331.76º95.51%34.9%-
XYZ4.622.392.6-
YUV33.98133.66167.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=64.96%
G=2.92%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8944400.960.510.65331.7691.418.24
Hex5942C060334114c5b12
Octal13145401406310151413322
Binary1011001100101100011000001100111000001101001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59042C; }

 p { color: rgb(89,4,44); }

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

<style>
 a { background-color: #59042C; }

 a { background-color: rgb(89,4,44); }

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

<style>
 span { border-color: #59042C; }

 span { border-color: rgb(89,4,44); }

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