#59123E

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

Shades of Tyrian Purple #59123E

Tints of Tyrian Purple #59123E

Color information

#59123E (or 0x59123E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 12 and 3E. RGB value is (89,18,62). Sum of RGB (Red+Green+Blue) = 89+18+62=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59123E is #A6EDC1. Grayscale: #2C2C2C. Windows color (decimal): -10939842 or 4067929. OLE color: 4067929.

HSL color Cylindrical-coordinate representation of color #59123E: hue angle of 322.82º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59123E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB891862-
CMYK00.800.300.65
HSL322.82º66.36%20.98%-
HSV(B)322.82º79.78%34.9%-
XYZ5.212.94.84-
YUV44.24138.02159.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=52.66%
G=10.65%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89186200.800.300.65322.8266.3620.98
Hex59123E0501E411434215
Octal131227601203610150310225
Binary10110011001011111001010000111101000001101000011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,18,62); }

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

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

 a { background-color: rgb(89,18,62); }

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

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

 span { border-color: rgb(89,18,62); }

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