#590231

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

Shades of Tyrian Purple #590231

Tints of Tyrian Purple #590231

Color information

#590231 (or 0x590231) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 31. RGB value is (89,2,49). Sum of RGB (Red+Green+Blue) = 89+2+49=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #590231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590231 is #A6FDCE. Grayscale: #212121. Windows color (decimal): -10943951 or 3211865. OLE color: 3211865.

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

Color convert

RGB89249-
CMYK00.980.450.65
HSL327.59º95.6%17.84%-
HSV(B)327.59º97.75%34.9%-
XYZ4.72.393.12-
YUV33.37136.82167.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 49 (19.53% from 255) = 35%
R=63.57%
G=1.43%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8924900.980.450.65327.5995.617.84
Hex592310622D411486012
Octal13126101425510151014022
Binary101100110110001011000101011011000001101001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590231; }

 p { color: rgb(89,2,49); }

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

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

 a { background-color: rgb(89,2,49); }

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

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

 span { border-color: rgb(89,2,49); }

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