#59062A

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

Shades of Tyrian Purple #59062A

Tints of Tyrian Purple #59062A

Color information

#59062A (or 0x59062A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 2A. RGB value is (89,6,42). Sum of RGB (Red+Green+Blue) = 89+6+42=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59062A is #A6F9D5. Grayscale: #222222. Windows color (decimal): -10942934 or 2754137. OLE color: 2754137.

HSL color Cylindrical-coordinate representation of color #59062A: hue angle of 333.98º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59062A is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB89642-
CMYK00.930.530.65
HSL333.98º87.37%18.63%-
HSV(B)333.98º93.26%34.9%-
XYZ4.62.422.42-
YUV34.92132166.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=64.96%
G=4.38%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8964200.930.530.65333.9887.3718.63
Hex5962A05D354114e5713
Octal13165201356510151612723
Binary1011001110101010010111011101011000001101001110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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