#590034

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

Shades of Tyrian Purple #590034

Tints of Tyrian Purple #590034

Color information

#590034 (or 0x590034) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 34. RGB value is (89,0,52). Sum of RGB (Red+Green+Blue) = 89+0+52=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #590034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590034 is #A6FFCB. Grayscale: #202020. Windows color (decimal): -10944460 or 3407961. OLE color: 3407961.

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

Color convert

RGB89052-
CMYK010.420.65
HSL324.94º100%17.45%-
HSV(B)324.94º100%34.9%-
XYZ4.742.373.46-
YUV32.54138.99168.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=63.12%
G=0%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89052010.420.65324.9410017.45
Hex590340642A411456411
Octal13106401445210150514421
Binary10110010110100011001001010101000001101000101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590034; }

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

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

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

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

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

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

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

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