#591040

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

Shades of Tyrian Purple #591040

Tints of Tyrian Purple #591040

Color information

#591040 (or 0x591040) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 40. RGB value is (89,16,64). Sum of RGB (Red+Green+Blue) = 89+16+64=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #591040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591040 is #A6EFBF. Grayscale: #2B2B2B. Windows color (decimal): -10940352 or 4198489. OLE color: 4198489.

HSL color Cylindrical-coordinate representation of color #591040: hue angle of 320.55º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591040 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB891664-
CMYK00.820.280.65
HSL320.55º69.52%20.59%-
HSV(B)320.55º82.02%34.9%-
XYZ5.232.865.13-
YUV43.3139.68160.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=52.66%
G=9.47%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89166400.820.280.65320.5569.5220.59
Hex5910400521C411414615
Octal1312010001223410150110625
Binary101100110000100000001010010111001000001101000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591040; }

 p { color: rgb(89,16,64); }

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

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

 a { background-color: rgb(89,16,64); }

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

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

 span { border-color: rgb(89,16,64); }

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