#59072D

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

Shades of Tyrian Purple #59072D

Tints of Tyrian Purple #59072D

Color information

#59072D (or 0x59072D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 2D. RGB value is (89,7,45). Sum of RGB (Red+Green+Blue) = 89+7+45=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59072D is #A6F8D2. Grayscale: #232323. Windows color (decimal): -10942675 or 2951001. OLE color: 2951001.

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

Color convert

RGB89745-
CMYK00.920.490.65
HSL332.2º85.42%18.82%-
HSV(B)332.2º92.13%34.9%-
XYZ4.672.472.71-
YUV35.85133.17165.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=63.12%
G=4.96%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8974500.920.490.65332.285.4218.82
Hex5972D05C314114c5513
Octal13175501346110151412523
Binary1011001111101101010111001100011000001101001100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59072D; }

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

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

<style>
 a { background-color: #59072D; }

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

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

<style>
 span { border-color: #59072D; }

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

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