#59073E

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

Shades of Tyrian Purple #59073E

Tints of Tyrian Purple #59073E

Color information

#59073E (or 0x59073E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 3E. RGB value is (89,7,62). Sum of RGB (Red+Green+Blue) = 89+7+62=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59073E is #A6F8C1. Grayscale: #252525. Windows color (decimal): -10942658 or 4065113. OLE color: 4065113.

HSL color Cylindrical-coordinate representation of color #59073E: hue angle of 319.76º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59073E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB89762-
CMYK00.920.300.65
HSL319.76º85.42%18.82%-
HSV(B)319.76º92.13%34.9%-
XYZ5.072.624.8-
YUV37.79141.67164.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=56.33%
G=4.43%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8976200.920.300.65319.7685.4218.82
Hex5973E05C1E411405513
Octal13177601343610150012523
Binary101100111111111001011100111101000001101000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,7,62); }

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

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

 a { background-color: rgb(89,7,62); }

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

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

 span { border-color: rgb(89,7,62); }

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