#590B4D

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

Shades of Tyrian Purple #590B4D

Tints of Tyrian Purple #590B4D

Color information

#590B4D (or 0x590B4D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0B and 4D. RGB value is (89,11,77). Sum of RGB (Red+Green+Blue) = 89+11+77=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #590B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B4D is #A6F4B2. Grayscale: #292929. Windows color (decimal): -10941619 or 5049177. OLE color: 5049177.

HSL color Cylindrical-coordinate representation of color #590B4D: hue angle of 309.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 #590B4D is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB891177-
CMYK00.880.130.65
HSL309.23º78%19.61%-
HSV(B)309.23º87.64%34.9%-
XYZ5.582.97.29-
YUV41.85147.84161.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 11 (4.69% from 255) = 6.21%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=50.28%
G=6.21%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89117700.880.130.65309.237819.61
Hex59B4D058D411354e14
Octal1311311501301510146511624
Binary1011001101110011010101100011011000001100110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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