#590442

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

Shades of Tyrian Purple #590442

Tints of Tyrian Purple #590442

Color information

#590442 (or 0x590442) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 42. RGB value is (89,4,66). Sum of RGB (Red+Green+Blue) = 89+4+66=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #590442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590442 is #A6FBBD. Grayscale: #242424. Windows color (decimal): -10943422 or 4326489. OLE color: 4326489.

HSL color Cylindrical-coordinate representation of color #590442: hue angle of 316.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590442 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB89466-
CMYK00.960.260.65
HSL316.24º91.4%18.24%-
HSV(B)316.24º95.51%34.9%-
XYZ5.152.65.39-
YUV36.48144.66165.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=55.97%
G=2.52%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8946600.960.260.65316.2491.418.24
Hex594420601A4113c5b12
Octal131410201403210147413322
Binary1011001100100001001100000110101000001100111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590442; }

 p { color: rgb(89,4,66); }

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

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

 a { background-color: rgb(89,4,66); }

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

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

 span { border-color: rgb(89,4,66); }

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