#59002C

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

Shades of Tyrian Purple #59002C

Tints of Tyrian Purple #59002C

Color information

#59002C (or 0x59002C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 2C. RGB value is (89,0,44). Sum of RGB (Red+Green+Blue) = 89+0+44=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59002C is #A6FFD3. Grayscale: #1F1F1F. Windows color (decimal): -10944468 or 2883673. OLE color: 2883673.

HSL color Cylindrical-coordinate representation of color #59002C: hue angle of 330.34º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59002C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB89044-
CMYK010.510.65
HSL330.34º100%17.45%-
HSV(B)330.34º100%34.9%-
XYZ4.572.312.59-
YUV31.63134.99168.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=66.92%
G=0%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89044010.510.65330.3410017.45
Hex5902C064334114a6411
Octal13105401446310151214421
Binary10110010101100011001001100111000001101001010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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