#591136

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

Shades of Tyrian Purple #591136

Tints of Tyrian Purple #591136

Color information

#591136 (or 0x591136) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 36. RGB value is (89,17,54). Sum of RGB (Red+Green+Blue) = 89+17+54=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591136 is #A6EEC9. Grayscale: #2A2A2A. Windows color (decimal): -10940106 or 3543385. OLE color: 3543385.

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

Color convert

RGB891754-
CMYK00.810.390.65
HSL329.17º67.92%20.78%-
HSV(B)329.17º80.9%34.9%-
XYZ4.992.793.77-
YUV42.75134.35160.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=55.62%
G=10.62%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89175400.810.390.65329.1767.9220.78
Hex59113605127411494415
Octal131216601214710151110425
Binary101100110001110110010100011001111000001101001001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591136; }

 p { color: rgb(89,17,54); }

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

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

 a { background-color: rgb(89,17,54); }

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

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

 span { border-color: rgb(89,17,54); }

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