#59012C

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

Shades of Tyrian Purple #59012C

Tints of Tyrian Purple #59012C

Color information

#59012C (or 0x59012C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 2C. RGB value is (89,1,44). Sum of RGB (Red+Green+Blue) = 89+1+44=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59012C is #A6FED3. Grayscale: #202020. Windows color (decimal): -10944212 or 2883929. OLE color: 2883929.

HSL color Cylindrical-coordinate representation of color #59012C: hue angle of 330.68º 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 #59012C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB89144-
CMYK00.990.510.65
HSL330.68º97.78%17.65%-
HSV(B)330.68º98.88%34.9%-
XYZ4.592.332.59-
YUV32.21134.65168.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=66.42%
G=0.75%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8914400.990.510.65330.6897.7817.65
Hex5912C063334114b6212
Octal13115401436310151314222
Binary10110011101100011000111100111000001101001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59012C; }

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

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

<style>
 a { background-color: #59012C; }

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

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

<style>
 span { border-color: #59012C; }

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

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