#590740

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

Shades of Tyrian Purple #590740

Tints of Tyrian Purple #590740

Color information

#590740 (or 0x590740) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 40. RGB value is (89,7,64). Sum of RGB (Red+Green+Blue) = 89+7+64=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #590740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590740 is #A6F8BF. Grayscale: #252525. Windows color (decimal): -10942656 or 4196185. OLE color: 4196185.

HSL color Cylindrical-coordinate representation of color #590740: hue angle of 318.29º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590740 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB89764-
CMYK00.920.280.65
HSL318.29º85.42%18.82%-
HSV(B)318.29º92.13%34.9%-
XYZ5.122.655.09-
YUV38.02142.67164.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 64 (25.39% from 255) = 40%
R=55.62%
G=4.38%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8976400.920.280.65318.2985.4218.82
Hex5974005C1C4113e5513
Octal131710001343410147612523
Binary1011001111100000001011100111001000001100111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590740; }

 p { color: rgb(89,7,64); }

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

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

 a { background-color: rgb(89,7,64); }

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

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

 span { border-color: rgb(89,7,64); }

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