#59044E

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

Shades of Tyrian Purple #59044E

Tints of Tyrian Purple #59044E

Color information

#59044E (or 0x59044E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 4E. RGB value is (89,4,78). Sum of RGB (Red+Green+Blue) = 89+4+78=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59044E is #A6FBB1. Grayscale: #252525. Windows color (decimal): -10943410 or 5112921. OLE color: 5112921.

HSL color Cylindrical-coordinate representation of color #59044E: hue angle of 307.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59044E is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB89478-
CMYK00.960.120.65
HSL307.76º91.4%18.24%-
HSV(B)307.76º95.51%34.9%-
XYZ5.542.767.45-
YUV37.85150.66164.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=52.05%
G=2.34%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8947800.960.120.65307.7691.418.24
Hex5944E060C411345b12
Octal131411601401410146413322
Binary101100110010011100110000011001000001100110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59044E; }

 p { color: rgb(89,4,78); }

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

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

 a { background-color: rgb(89,4,78); }

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

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

 span { border-color: rgb(89,4,78); }

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