#590332

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

Shades of Tyrian Purple #590332

Tints of Tyrian Purple #590332

Color information

#590332 (or 0x590332) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 32. RGB value is (89,3,50). Sum of RGB (Red+Green+Blue) = 89+3+50=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #590332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590332 is #A6FCCD. Grayscale: #212121. Windows color (decimal): -10943694 or 3277657. OLE color: 3277657.

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

Color convert

RGB89350-
CMYK00.970.440.65
HSL327.21º93.48%18.04%-
HSV(B)327.21º96.63%34.9%-
XYZ4.732.423.24-
YUV34.07136.99167.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=62.68%
G=2.11%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8935000.970.440.65327.2193.4818.04
Hex593320612C411475d12
Octal13136201415410150713522
Binary101100111110010011000011011001000001101000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590332; }

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

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

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

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

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

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

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

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