#59074E

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

Shades of Tyrian Purple #59074E

Tints of Tyrian Purple #59074E

Color information

#59074E (or 0x59074E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 4E. RGB value is (89,7,78). Sum of RGB (Red+Green+Blue) = 89+7+78=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59074E is #A6F8B1. Grayscale: #272727. Windows color (decimal): -10942642 or 5113689. OLE color: 5113689.

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

Color convert

RGB89778-
CMYK00.920.120.65
HSL308.05º85.42%18.82%-
HSV(B)308.05º92.13%34.9%-
XYZ5.572.837.46-
YUV39.61149.67163.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=51.15%
G=4.02%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8977800.920.120.65308.0585.4218.82
Hex5974E05CC411345513
Octal131711601341410146412523
Binary101100111110011100101110011001000001100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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