#590122

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

Shades of Tyrian Purple #590122

Tints of Tyrian Purple #590122

Color information

#590122 (or 0x590122) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 22. RGB value is (89,1,34). Sum of RGB (Red+Green+Blue) = 89+1+34=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590122 is #A6FEDD. Grayscale: #1F1F1F. Windows color (decimal): -10944222 or 2228569. OLE color: 2228569.

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

Color convert

RGB89134-
CMYK00.990.620.65
HSL337.5º97.78%17.65%-
HSV(B)337.5º98.88%34.9%-
XYZ4.422.261.72-
YUV31.07129.65169.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=71.77%
G=0.81%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8913400.990.620.65337.597.7817.65
Hex591220633E411526212
Octal13114201437610152214222
Binary10110011100010011000111111101000001101010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590122; }

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

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

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

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

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

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

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

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