#590146

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

Shades of Tyrian Purple #590146

Tints of Tyrian Purple #590146

Color information

#590146 (or 0x590146) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 46. RGB value is (89,1,70). Sum of RGB (Red+Green+Blue) = 89+1+70=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #590146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590146 is #A6FEB9. Grayscale: #222222. Windows color (decimal): -10944186 or 4587865. OLE color: 4587865.

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

Color convert

RGB89170-
CMYK00.990.210.65
HSL312.95º97.78%17.65%-
HSV(B)312.95º98.88%34.9%-
XYZ5.242.596.02-
YUV35.18147.65166.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=55.62%
G=0.62%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8917000.990.210.65312.9597.7817.65
Hex5914606315411396212
Octal131110601432510147114222
Binary10110011100011001100011101011000001100111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590146; }

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

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

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

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

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

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

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

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