#590136

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

Shades of Tyrian Purple #590136

Tints of Tyrian Purple #590136

Color information

#590136 (or 0x590136) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 36. RGB value is (89,1,54). Sum of RGB (Red+Green+Blue) = 89+1+54=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #590136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590136 is #A6FEC9. Grayscale: #212121. Windows color (decimal): -10944202 or 3539289. OLE color: 3539289.

HSL color Cylindrical-coordinate representation of color #590136: hue angle of 323.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590136 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB89154-
CMYK00.990.390.65
HSL323.86º97.78%17.65%-
HSV(B)323.86º98.88%34.9%-
XYZ4.82.413.7-
YUV33.35139.65167.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=61.81%
G=0.69%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8915400.990.390.65323.8697.7817.65
Hex5913606327411446212
Octal13116601434710150414222
Binary10110011110110011000111001111000001101000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590136; }

 p { color: rgb(89,1,54); }

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

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

 a { background-color: rgb(89,1,54); }

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

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

 span { border-color: rgb(89,1,54); }

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