#59023A

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

Shades of Tyrian Purple #59023A

Tints of Tyrian Purple #59023A

Color information

#59023A (or 0x59023A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 3A. RGB value is (89,2,58). Sum of RGB (Red+Green+Blue) = 89+2+58=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59023A is #A6FDC5. Grayscale: #222222. Windows color (decimal): -10943942 or 3801689. OLE color: 3801689.

HSL color Cylindrical-coordinate representation of color #59023A: hue angle of 321.38º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59023A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB89258-
CMYK00.980.350.65
HSL321.38º95.6%17.84%-
HSV(B)321.38º97.75%34.9%-
XYZ4.912.474.22-
YUV34.4141.32166.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=59.73%
G=1.34%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8925800.980.350.65321.3895.617.84
Hex5923A06223411416012
Octal13127201424310150114022
Binary101100110111010011000101000111000001101000001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,2,58); }

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

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

 a { background-color: rgb(89,2,58); }

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

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

 span { border-color: rgb(89,2,58); }

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