#590C2E

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

Shades of Tyrian Purple #590C2E

Tints of Tyrian Purple #590C2E

Color information

#590C2E (or 0x590C2E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0C and 2E. RGB value is (89,12,46). Sum of RGB (Red+Green+Blue) = 89+12+46=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #590C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C2E is #A6F3D1. Grayscale: #262626. Windows color (decimal): -10941394 or 3017817. OLE color: 3017817.

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

Color convert

RGB891246-
CMYK00.870.480.65
HSL333.51º76.24%19.8%-
HSV(B)333.51º86.52%34.9%-
XYZ4.742.582.83-
YUV38.9132.01163.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=60.54%
G=8.16%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89124600.870.480.65333.5176.2419.8
Hex59C2E057304114e4c14
Octal131145601276010151611424
Binary10110011100101110010101111100001000001101001110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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