#59022C

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

Shades of Tyrian Purple #59022C

Tints of Tyrian Purple #59022C

Color information

#59022C (or 0x59022C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 2C. RGB value is (89,2,44). Sum of RGB (Red+Green+Blue) = 89+2+44=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59022C is #A6FDD3. Grayscale: #202020. Windows color (decimal): -10943956 or 2884185. OLE color: 2884185.

HSL color Cylindrical-coordinate representation of color #59022C: hue angle of 331.03º 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 #59022C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB89244-
CMYK00.980.510.65
HSL331.03º95.6%17.84%-
HSV(B)331.03º97.75%34.9%-
XYZ4.62.352.59-
YUV32.8134.32168.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=65.93%
G=1.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8924400.980.510.65331.0395.617.84
Hex5922C062334114b6012
Octal13125401426310151314022
Binary101100110101100011000101100111000001101001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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