#590D2E

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

Shades of Tyrian Purple #590D2E

Tints of Tyrian Purple #590D2E

Color information

#590D2E (or 0x590D2E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0D and 2E. RGB value is (89,13,46). Sum of RGB (Red+Green+Blue) = 89+13+46=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #590D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D2E is #A6F2D1. Grayscale: #272727. Windows color (decimal): -10941138 or 3018073. OLE color: 3018073.

HSL color Cylindrical-coordinate representation of color #590D2E: hue angle of 333.95º 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 #590D2E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB891346-
CMYK00.850.480.65
HSL333.95º74.51%20%-
HSV(B)333.95º85.39%34.9%-
XYZ4.762.612.84-
YUV39.49131.68163.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 13 (5.47% from 255) = 8.78%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=60.14%
G=8.78%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89134600.850.480.65333.9574.5120
Hex59D2E055304114e4b14
Octal131155601256010151611324
Binary10110011101101110010101011100001000001101001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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