#59114A

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

Shades of Tyrian Purple #59114A

Tints of Tyrian Purple #59114A

Color information

#59114A (or 0x59114A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 11 and 4A. RGB value is (89,17,74). Sum of RGB (Red+Green+Blue) = 89+17+74=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59114A is #A6EEB5. Grayscale: #2C2C2C. Windows color (decimal): -10940086 or 4854105. OLE color: 4854105.

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

Color convert

RGB891774-
CMYK00.810.170.65
HSL312.5º67.92%20.78%-
HSV(B)312.5º80.9%34.9%-
XYZ5.563.026.77-
YUV45.03144.35159.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=49.44%
G=9.44%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89177400.810.170.65312.567.9220.78
Hex59114A05111411384415
Octal1312111201212110147010425
Binary101100110001100101001010001100011000001100111000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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