#590349

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

Shades of Tyrian Purple #590349

Tints of Tyrian Purple #590349

Color information

#590349 (or 0x590349) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 49. RGB value is (89,3,73). Sum of RGB (Red+Green+Blue) = 89+3+73=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #590349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590349 is #A6FCB6. Grayscale: #242424. Windows color (decimal): -10943671 or 4784985. OLE color: 4784985.

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

Color convert

RGB89373-
CMYK00.970.180.65
HSL311.16º93.48%18.04%-
HSV(B)311.16º96.63%34.9%-
XYZ5.352.676.54-
YUV36.69148.49165.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.94%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=53.94%
G=1.82%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937300.970.180.65311.1693.4818.04
Hex5934906112411375d12
Octal131311101412210146713522
Binary101100111100100101100001100101000001100110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590349; }

 p { color: rgb(89,3,73); }

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

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

 a { background-color: rgb(89,3,73); }

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

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

 span { border-color: rgb(89,3,73); }

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