#59024A

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

Shades of Tyrian Purple #59024A

Tints of Tyrian Purple #59024A

Color information

#59024A (or 0x59024A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 4A. RGB value is (89,2,74). Sum of RGB (Red+Green+Blue) = 89+2+74=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59024A is #A6FDB5. Grayscale: #242424. Windows color (decimal): -10943926 or 4850265. OLE color: 4850265.

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

Color convert

RGB89274-
CMYK00.980.170.65
HSL310.34º95.6%17.84%-
HSV(B)310.34º97.75%34.9%-
XYZ5.382.666.71-
YUV36.22149.32165.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.94%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=53.94%
G=1.21%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8927400.980.170.65310.3495.617.84
Hex5924A06211411366012
Octal131211201422110146614022
Binary101100110100101001100010100011000001100110110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,2,74); }

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

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

 a { background-color: rgb(89,2,74); }

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

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

 span { border-color: rgb(89,2,74); }

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