#591145

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

Shades of Tyrian Purple #591145

Tints of Tyrian Purple #591145

Color information

#591145 (or 0x591145) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 45. RGB value is (89,17,69). Sum of RGB (Red+Green+Blue) = 89+17+69=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #591145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591145 is #A6EEBA. Grayscale: #2C2C2C. Windows color (decimal): -10940091 or 4526425. OLE color: 4526425.

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

Color convert

RGB891769-
CMYK00.810.220.65
HSL316.67º67.92%20.78%-
HSV(B)316.67º80.9%34.9%-
XYZ5.392.955.92-
YUV44.46141.85159.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=50.86%
G=9.71%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89176900.810.220.65316.6767.9220.78
Hex591145051164113d4415
Octal1312110501212610147510425
Binary101100110001100010101010001101101000001100111101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591145; }

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

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

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

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

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

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

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

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