#590050

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

Shades of Tyrian Purple #590050

Tints of Tyrian Purple #590050

Color information

#590050 (or 0x590050) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 50. RGB value is (89,0,80). Sum of RGB (Red+Green+Blue) = 89+0+80=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #590050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590050 is #A6FFAF. Grayscale: #232323. Windows color (decimal): -10944432 or 5242969. OLE color: 5242969.

HSL color Cylindrical-coordinate representation of color #590050: hue angle of 306.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590050 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB89080-
CMYK010.100.65
HSL306.07º100%17.45%-
HSV(B)306.07º100%34.9%-
XYZ5.572.77.82-
YUV35.73152.99166-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=52.66%
G=0%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89080010.100.65306.0710017.45
Hex59050064A411326411
Octal131012001441210146214421
Binary1011001010100000110010010101000001100110010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590050; }

 p { color: rgb(89,0,80); }

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

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

 a { background-color: rgb(89,0,80); }

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

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

 span { border-color: rgb(89,0,80); }

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