#591049

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

Shades of Tyrian Purple #591049

Tints of Tyrian Purple #591049

Color information

#591049 (or 0x591049) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 49. RGB value is (89,16,73). Sum of RGB (Red+Green+Blue) = 89+16+73=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591049 is #A6EFB6. Grayscale: #2C2C2C. Windows color (decimal): -10940343 or 4788313. OLE color: 4788313.

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

Color convert

RGB891673-
CMYK00.820.180.65
HSL313.15º69.52%20.59%-
HSV(B)313.15º82.02%34.9%-
XYZ5.512.986.59-
YUV44.32144.18159.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=50%
G=8.99%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89167300.820.180.65313.1569.5220.59
Hex59104905212411394615
Octal1312011101222210147110625
Binary101100110000100100101010010100101000001100111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591049; }

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

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

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

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

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

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

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

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