#590056

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

Shades of Tyrian Purple #590056

Tints of Tyrian Purple #590056

Color information

#590056 (or 0x590056) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 56. RGB value is (89,0,86). Sum of RGB (Red+Green+Blue) = 89+0+86=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #590056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590056 is #A6FFA9. Grayscale: #242424. Windows color (decimal): -10944426 or 5636185. OLE color: 5636185.

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

Color convert

RGB89086-
CMYK010.030.65
HSL302.02º100%17.45%-
HSV(B)302.02º100%34.9%-
XYZ5.82.89.04-
YUV36.42155.99165.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=50.86%
G=0%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89086010.030.65302.0210017.45
Hex5905606434112e6411
Octal13101260144310145614421
Binary10110010101011001100100111000001100101110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590056; }

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

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

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

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

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

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

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

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