#590B40

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

Shades of Tyrian Purple #590B40

Tints of Tyrian Purple #590B40

Color information

#590B40 (or 0x590B40) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 40. RGB value is (89,11,64). Sum of RGB (Red+Green+Blue) = 89+11+64=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #590B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B40 is #A6F4BF. Grayscale: #282828. Windows color (decimal): -10941632 or 4197209. OLE color: 4197209.

HSL color Cylindrical-coordinate representation of color #590B40: hue angle of 319.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B40 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB891164-
CMYK00.880.280.65
HSL319.23º78%19.61%-
HSV(B)319.23º87.64%34.9%-
XYZ5.162.735.11-
YUV40.36141.34162.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=54.27%
G=6.71%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89116400.880.280.65319.237819.61
Hex59B400581C4113f4e14
Octal1311310001303410147711624
Binary10110011011100000001011000111001000001100111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590B40; }

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

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

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

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

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

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

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

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