#590144

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

Shades of Tyrian Purple #590144

Tints of Tyrian Purple #590144

Color information

#590144 (or 0x590144) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 44. RGB value is (89,1,68). Sum of RGB (Red+Green+Blue) = 89+1+68=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #590144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590144 is #A6FEBB. Grayscale: #222222. Windows color (decimal): -10944188 or 4456793. OLE color: 4456793.

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

Color convert

RGB89168-
CMYK00.990.240.65
HSL314.32º97.78%17.65%-
HSV(B)314.32º98.88%34.9%-
XYZ5.172.565.69-
YUV34.95146.65166.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=56.33%
G=0.63%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916800.990.240.65314.3297.7817.65
Hex59144063184113a6212
Octal131110401433010147214222
Binary10110011100010001100011110001000001100111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590144; }

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

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

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

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

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

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

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

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