#59004D

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

Shades of Tyrian Purple #59004D

Tints of Tyrian Purple #59004D

Color information

#59004D (or 0x59004D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 4D. RGB value is (89,0,77). Sum of RGB (Red+Green+Blue) = 89+0+77=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59004D is #A6FFB2. Grayscale: #232323. Windows color (decimal): -10944435 or 5046361. OLE color: 5046361.

HSL color Cylindrical-coordinate representation of color #59004D: hue angle of 308.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59004D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB89077-
CMYK010.130.65
HSL308.09º100%17.45%-
HSV(B)308.09º100%34.9%-
XYZ5.462.667.25-
YUV35.39151.49166.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=53.61%
G=0%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89077010.130.65308.0910017.45
Hex5904D064D411346411
Octal131011501441510146414421
Binary1011001010011010110010011011000001100110100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59004D; }

 p { color: rgb(89,0,77); }

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

<style>
 a { background-color: #59004D; }

 a { background-color: rgb(89,0,77); }

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

<style>
 span { border-color: #59004D; }

 span { border-color: rgb(89,0,77); }

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