#591044

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

Shades of Tyrian Purple #591044

Tints of Tyrian Purple #591044

Color information

#591044 (or 0x591044) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 44. RGB value is (89,16,68). Sum of RGB (Red+Green+Blue) = 89+16+68=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #591044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591044 is #A6EFBB. Grayscale: #2B2B2B. Windows color (decimal): -10940348 or 4460633. OLE color: 4460633.

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

Color convert

RGB891668-
CMYK00.820.240.65
HSL317.26º69.52%20.59%-
HSV(B)317.26º82.02%34.9%-
XYZ5.352.915.75-
YUV43.76141.68160.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=51.45%
G=9.25%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89166800.820.240.65317.2669.5220.59
Hex591044052184113d4615
Octal1312010401223010147510625
Binary101100110000100010001010010110001000001100111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591044; }

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

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

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

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

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

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

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

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