#59014E

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

Shades of Tyrian Purple #59014E

Tints of Tyrian Purple #59014E

Color information

#59014E (or 0x59014E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 4E. RGB value is (89,1,78). Sum of RGB (Red+Green+Blue) = 89+1+78=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59014E is #A6FEB1. Grayscale: #232323. Windows color (decimal): -10944178 or 5112153. OLE color: 5112153.

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

Color convert

RGB89178-
CMYK00.990.120.65
HSL307.5º97.78%17.65%-
HSV(B)307.5º98.88%34.9%-
XYZ5.512.77.44-
YUV36.09151.65165.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=52.98%
G=0.60%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8917800.990.120.65307.597.7817.65
Hex5914E063C411346212
Octal131111601431410146414222
Binary1011001110011100110001111001000001100110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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