#59073F

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

Shades of Tyrian Purple #59073F

Tints of Tyrian Purple #59073F

Color information

#59073F (or 0x59073F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 3F. RGB value is (89,7,63). Sum of RGB (Red+Green+Blue) = 89+7+63=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59073F is #A6F8C0. Grayscale: #252525. Windows color (decimal): -10942657 or 4130649. OLE color: 4130649.

HSL color Cylindrical-coordinate representation of color #59073F: hue angle of 319.02º 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 #59073F is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB89763-
CMYK00.920.290.65
HSL319.02º85.42%18.82%-
HSV(B)319.02º92.13%34.9%-
XYZ5.092.634.94-
YUV37.9142.17164.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 63 (25% from 255) = 39.62%
R=55.97%
G=4.40%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8976300.920.290.65319.0285.4218.82
Hex5973F05C1D4113f5513
Octal13177701343510147712523
Binary101100111111111101011100111011000001100111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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