#591036

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

Shades of Tyrian Purple #591036

Tints of Tyrian Purple #591036

Color information

#591036 (or 0x591036) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 36. RGB value is (89,16,54). Sum of RGB (Red+Green+Blue) = 89+16+54=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591036 is #A6EFC9. Grayscale: #2A2A2A. Windows color (decimal): -10940362 or 3543129. OLE color: 3543129.

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

Color convert

RGB891654-
CMYK00.820.390.65
HSL328.77º69.52%20.59%-
HSV(B)328.77º82.02%34.9%-
XYZ4.972.763.76-
YUV42.16134.68161.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=55.97%
G=10.06%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89165400.820.390.65328.7769.5220.59
Hex59103605227411494615
Octal131206601224710151110625
Binary101100110000110110010100101001111000001101001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591036; }

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

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

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

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

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

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

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

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