#59013C

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

Shades of Tyrian Purple #59013C

Tints of Tyrian Purple #59013C

Color information

#59013C (or 0x59013C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 3C. RGB value is (89,1,60). Sum of RGB (Red+Green+Blue) = 89+1+60=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59013C is #A6FEC3. Grayscale: #212121. Windows color (decimal): -10944196 or 3932505. OLE color: 3932505.

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

Color convert

RGB89160-
CMYK00.990.330.65
HSL319.77º97.78%17.65%-
HSV(B)319.77º98.88%34.9%-
XYZ4.952.474.49-
YUV34.04142.65167.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 60 (23.83% from 255) = 40%
R=59.33%
G=0.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916000.990.330.65319.7797.7817.65
Hex5913C06321411406212
Octal13117401434110150014222
Binary10110011111100011000111000011000001101000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,1,60); }

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

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

 a { background-color: rgb(89,1,60); }

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

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

 span { border-color: rgb(89,1,60); }

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