#590A31

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

Shades of Tyrian Purple #590A31

Tints of Tyrian Purple #590A31

Color information

#590A31 (or 0x590A31) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0A and 31. RGB value is (89,10,49). Sum of RGB (Red+Green+Blue) = 89+10+49=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #590A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A31 is #A6F5CE. Grayscale: #252525. Windows color (decimal): -10941903 or 3213913. OLE color: 3213913.

HSL color Cylindrical-coordinate representation of color #590A31: hue angle of 330.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A31 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB891049-
CMYK00.890.450.65
HSL330.38º79.8%19.41%-
HSV(B)330.38º88.76%34.9%-
XYZ4.782.563.15-
YUV38.07134.17164.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=60.14%
G=6.76%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89104900.890.450.65330.3879.819.41
Hex59A310592D4114a5013
Octal131126101315510151212023
Binary10110011010110001010110011011011000001101001010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A31; }

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

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

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

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

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

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

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

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