#59013D

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

Shades of Tyrian Purple #59013D

Tints of Tyrian Purple #59013D

Color information

#59013D (or 0x59013D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 3D. RGB value is (89,1,61). Sum of RGB (Red+Green+Blue) = 89+1+61=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59013D is #A6FEC2. Grayscale: #222222. Windows color (decimal): -10944195 or 3998041. OLE color: 3998041.

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

Color convert

RGB89161-
CMYK00.990.310.65
HSL319.09º97.78%17.65%-
HSV(B)319.09º98.88%34.9%-
XYZ4.972.484.63-
YUV34.15143.15167.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=58.94%
G=0.66%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916100.990.310.65319.0997.7817.65
Hex5913D0631F4113f6212
Octal13117501433710147714222
Binary1011001111110101100011111111000001100111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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