#59114C

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

Shades of Tyrian Purple #59114C

Tints of Tyrian Purple #59114C

Color information

#59114C (or 0x59114C) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 4C. RGB value is (89,17,76). Sum of RGB (Red+Green+Blue) = 89+17+76=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59114C is #A6EEB3. Grayscale: #2D2D2D. Windows color (decimal): -10940084 or 4985177. OLE color: 4985177.

HSL color Cylindrical-coordinate representation of color #59114C: hue angle of 310.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59114C is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB891776-
CMYK00.810.150.65
HSL310.83º67.92%20.78%-
HSV(B)310.83º80.9%34.9%-
XYZ5.623.057.13-
YUV45.25145.35159.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=48.90%
G=9.34%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89177600.810.150.65310.8367.9220.78
Hex59114C051F411374415
Octal1312111401211710146710425
Binary10110011000110011000101000111111000001100110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59114C; }

 p { color: rgb(89,17,76); }

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

<style>
 a { background-color: #59114C; }

 a { background-color: rgb(89,17,76); }

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

<style>
 span { border-color: #59114C; }

 span { border-color: rgb(89,17,76); }

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