#59042A

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

Shades of Tyrian Purple #59042A

Tints of Tyrian Purple #59042A

Color information

#59042A (or 0x59042A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 2A. RGB value is (89,4,42). Sum of RGB (Red+Green+Blue) = 89+4+42=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59042A is #A6FBD5. Grayscale: #212121. Windows color (decimal): -10943446 or 2753625. OLE color: 2753625.

HSL color Cylindrical-coordinate representation of color #59042A: hue angle of 333.18º 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 #59042A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB89442-
CMYK00.960.530.65
HSL333.18º91.4%18.24%-
HSV(B)333.18º95.51%34.9%-
XYZ4.582.382.41-
YUV33.75132.66167.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=65.93%
G=2.96%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8944200.960.530.65333.1891.418.24
Hex5942A060354114d5b12
Octal13145201406510151513322
Binary1011001100101010011000001101011000001101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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