#590D2D

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

Shades of Tyrian Purple #590D2D

Tints of Tyrian Purple #590D2D

Color information

#590D2D (or 0x590D2D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0D and 2D. RGB value is (89,13,45). Sum of RGB (Red+Green+Blue) = 89+13+45=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #590D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D2D is #A6F2D2. Grayscale: #272727. Windows color (decimal): -10941139 or 2952537. OLE color: 2952537.

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

Color convert

RGB891345-
CMYK00.850.490.65
HSL334.74º74.51%20%-
HSV(B)334.74º85.39%34.9%-
XYZ4.742.62.74-
YUV39.37131.18163.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 13 (5.47% from 255) = 8.84%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=60.54%
G=8.84%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89134500.850.490.65334.7474.5120
Hex59D2D055314114f4b14
Octal131155501256110151711324
Binary10110011101101101010101011100011000001101001111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,13,45); }

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

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

 a { background-color: rgb(89,13,45); }

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

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

 span { border-color: rgb(89,13,45); }

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