#59002E

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

Shades of Tyrian Purple #59002E

Tints of Tyrian Purple #59002E

Color information

#59002E (or 0x59002E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 2E. RGB value is (89,0,46). Sum of RGB (Red+Green+Blue) = 89+0+46=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59002E is #A6FFD1. Grayscale: #1F1F1F. Windows color (decimal): -10944466 or 3014745. OLE color: 3014745.

HSL color Cylindrical-coordinate representation of color #59002E: hue angle of 328.99º 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 #59002E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB89046-
CMYK010.480.65
HSL328.99º100%17.45%-
HSV(B)328.99º100%34.9%-
XYZ4.612.322.79-
YUV31.86135.99168.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=65.93%
G=0%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89046010.480.65328.9910017.45
Hex5902E06430411496411
Octal13105601446010151114421
Binary10110010101110011001001100001000001101001001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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