#59094E

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

Shades of Tyrian Purple #59094E

Tints of Tyrian Purple #59094E

Color information

#59094E (or 0x59094E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 09 and 4E. RGB value is (89,9,78). Sum of RGB (Red+Green+Blue) = 89+9+78=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #59094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59094E is #A6F6B1. Grayscale: #282828. Windows color (decimal): -10942130 or 5114201. OLE color: 5114201.

HSL color Cylindrical-coordinate representation of color #59094E: hue angle of 308.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59094E is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB89978-
CMYK00.900.120.65
HSL308.25º81.63%19.22%-
HSV(B)308.25º89.89%34.9%-
XYZ5.592.877.47-
YUV40.79149162.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=50.57%
G=5.11%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8997800.900.120.65308.2581.6319.22
Hex5994E05AC411345213
Octal1311111601321410146412223
Binary1011001100110011100101101011001000001100110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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