#591035

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

Shades of Tyrian Purple #591035

Tints of Tyrian Purple #591035

Color information

#591035 (or 0x591035) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 35. RGB value is (89,16,53). Sum of RGB (Red+Green+Blue) = 89+16+53=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591035 is #A6EFCA. Grayscale: #292929. Windows color (decimal): -10940363 or 3477593. OLE color: 3477593.

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

Color convert

RGB891653-
CMYK00.820.400.65
HSL329.59º69.52%20.59%-
HSV(B)329.59º82.02%34.9%-
XYZ4.952.753.64-
YUV42.04134.18161.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=56.33%
G=10.13%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89165300.820.400.65329.5969.5220.59
Hex591035052284114a4615
Octal131206501225010151210625
Binary101100110000110101010100101010001000001101001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591035; }

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

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

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

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

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

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

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

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