#59073B

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

Shades of Tyrian Purple #59073B

Tints of Tyrian Purple #59073B

Color information

#59073B (or 0x59073B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 3B. RGB value is (89,7,59). Sum of RGB (Red+Green+Blue) = 89+7+59=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59073B is #A6F8C4. Grayscale: #252525. Windows color (decimal): -10942661 or 3868505. OLE color: 3868505.

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

Color convert

RGB89759-
CMYK00.920.340.65
HSL321.95º85.42%18.82%-
HSV(B)321.95º92.13%34.9%-
XYZ4.992.594.38-
YUV37.45140.17164.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=57.42%
G=4.52%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8975900.920.340.65321.9585.4218.82
Hex5973B05C22411425513
Octal13177301344210150212523
Binary1011001111111011010111001000101000001101000010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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