#59044A

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

Shades of Tyrian Purple #59044A

Tints of Tyrian Purple #59044A

Color information

#59044A (or 0x59044A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 4A. RGB value is (89,4,74). Sum of RGB (Red+Green+Blue) = 89+4+74=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59044A is #A6FBB5. Grayscale: #252525. Windows color (decimal): -10943414 or 4850777. OLE color: 4850777.

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

Color convert

RGB89474-
CMYK00.960.170.65
HSL310.59º91.4%18.24%-
HSV(B)310.59º95.51%34.9%-
XYZ5.42.716.72-
YUV37.39148.66164.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=53.29%
G=2.40%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8947400.960.170.65310.5991.418.24
Hex5944A06011411375b12
Octal131411201402110146713322
Binary1011001100100101001100000100011000001100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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