#59054E

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

Shades of Tyrian Purple #59054E

Tints of Tyrian Purple #59054E

Color information

#59054E (or 0x59054E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 4E. RGB value is (89,5,78). Sum of RGB (Red+Green+Blue) = 89+5+78=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59054E is #A6FAB1. Grayscale: #262626. Windows color (decimal): -10943154 or 5113177. OLE color: 5113177.

HSL color Cylindrical-coordinate representation of color #59054E: hue angle of 307.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59054E is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB89578-
CMYK00.940.120.65
HSL307.86º89.36%18.43%-
HSV(B)307.86º94.38%34.9%-
XYZ5.552.787.45-
YUV38.44150.33164.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=51.74%
G=2.91%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8957800.940.120.65307.8689.3618.43
Hex5954E05EC411345912
Octal131511601361410146413122
Binary101100110110011100101111011001000001100110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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