#59074A

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

Shades of Tyrian Purple #59074A

Tints of Tyrian Purple #59074A

Color information

#59074A (or 0x59074A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 4A. RGB value is (89,7,74). Sum of RGB (Red+Green+Blue) = 89+7+74=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59074A is #A6F8B5. Grayscale: #262626. Windows color (decimal): -10942646 or 4851545. OLE color: 4851545.

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

Color convert

RGB89774-
CMYK00.920.170.65
HSL310.98º85.42%18.82%-
HSV(B)310.98º92.13%34.9%-
XYZ5.432.776.73-
YUV39.16147.67163.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=52.35%
G=4.12%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8977400.920.170.65310.9885.4218.82
Hex5974A05C11411375513
Octal131711201342110146712523
Binary1011001111100101001011100100011000001100110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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