#590E48

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

Shades of Tyrian Purple #590E48

Tints of Tyrian Purple #590E48

Color information

#590E48 (or 0x590E48) is unknown color: approx Tyrian Purple. HEX triplet: 59, 0E and 48. RGB value is (89,14,72). Sum of RGB (Red+Green+Blue) = 89+14+72=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #590E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E48 is #A6F1B7. Grayscale: #2A2A2A. Windows color (decimal): -10940856 or 4722265. OLE color: 4722265.

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

Color convert

RGB891472-
CMYK00.840.190.65
HSL313.6º72.82%20.2%-
HSV(B)313.6º84.27%34.9%-
XYZ5.452.916.4-
YUV43.04144.35160.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=50.86%
G=8%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89147200.840.190.65313.672.8220.2
Hex59E48054134113a4914
Octal1311611001242310147211124
Binary10110011110100100001010100100111000001100111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,14,72); }

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

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

 a { background-color: rgb(89,14,72); }

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

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

 span { border-color: rgb(89,14,72); }

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