#59003B

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

Shades of Tyrian Purple #59003B

Tints of Tyrian Purple #59003B

Color information

#59003B (or 0x59003B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 3B. RGB value is (89,0,59). Sum of RGB (Red+Green+Blue) = 89+0+59=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59003B is #A6FFC4. Grayscale: #212121. Windows color (decimal): -10944453 or 3866713. OLE color: 3866713.

HSL color Cylindrical-coordinate representation of color #59003B: hue angle of 320.22º 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 #59003B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB89059-
CMYK010.340.65
HSL320.22º100%17.45%-
HSV(B)320.22º100%34.9%-
XYZ4.912.444.35-
YUV33.34142.49167.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=60.14%
G=0%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89059010.340.65320.2210017.45
Hex5903B06422411406411
Octal13107301444210150014421
Binary10110010111011011001001000101000001101000000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59003B; }

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

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

<style>
 a { background-color: #59003B; }

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

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

<style>
 span { border-color: #59003B; }

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

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