#59013E

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

Shades of Tyrian Purple #59013E

Tints of Tyrian Purple #59013E

Color information

#59013E (or 0x59013E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 3E. RGB value is (89,1,62). Sum of RGB (Red+Green+Blue) = 89+1+62=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59013E is #A6FEC1. Grayscale: #222222. Windows color (decimal): -10944194 or 4063577. OLE color: 4063577.

HSL color Cylindrical-coordinate representation of color #59013E: hue angle of 318.41º 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 #59013E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB89162-
CMYK00.990.300.65
HSL318.41º97.78%17.65%-
HSV(B)318.41º98.88%34.9%-
XYZ52.494.78-
YUV34.27143.65167.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=58.55%
G=0.66%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916200.990.300.65318.4197.7817.65
Hex5913E0631E4113e6212
Octal13117601433610147614222
Binary1011001111111001100011111101000001100111110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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