#59012A

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

Shades of Tyrian Purple #59012A

Tints of Tyrian Purple #59012A

Color information

#59012A (or 0x59012A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 2A. RGB value is (89,1,42). Sum of RGB (Red+Green+Blue) = 89+1+42=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #59012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59012A is #A6FED5. Grayscale: #1F1F1F. Windows color (decimal): -10944214 or 2752857. OLE color: 2752857.

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

Color convert

RGB89142-
CMYK00.990.530.65
HSL332.05º97.78%17.65%-
HSV(B)332.05º98.88%34.9%-
XYZ4.552.312.4-
YUV31.99133.65168.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=67.42%
G=0.76%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8914200.990.530.65332.0597.7817.65
Hex5912A063354114c6212
Octal13115201436510151414222
Binary10110011101010011000111101011000001101001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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