#59044C

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

Shades of Tyrian Purple #59044C

Tints of Tyrian Purple #59044C

Color information

#59044C (or 0x59044C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 4C. RGB value is (89,4,76). Sum of RGB (Red+Green+Blue) = 89+4+76=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59044C is #A6FBB3. Grayscale: #252525. Windows color (decimal): -10943412 or 4981849. OLE color: 4981849.

HSL color Cylindrical-coordinate representation of color #59044C: hue angle of 309.18º 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 #59044C is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB89476-
CMYK00.960.150.65
HSL309.18º91.4%18.24%-
HSV(B)309.18º95.51%34.9%-
XYZ5.472.737.08-
YUV37.62149.66164.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=52.66%
G=2.37%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8947600.960.150.65309.1891.418.24
Hex5944C060F411355b12
Octal131411401401710146513322
Binary101100110010011000110000011111000001100110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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