#590548

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

Shades of Tyrian Purple #590548

Tints of Tyrian Purple #590548

Color information

#590548 (or 0x590548) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 48. RGB value is (89,5,72). Sum of RGB (Red+Green+Blue) = 89+5+72=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #590548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590548 is #A6FAB7. Grayscale: #252525. Windows color (decimal): -10943160 or 4719961. OLE color: 4719961.

HSL color Cylindrical-coordinate representation of color #590548: hue angle of 312.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590548 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB89572-
CMYK00.940.190.65
HSL312.14º89.36%18.43%-
HSV(B)312.14º94.38%34.9%-
XYZ5.342.76.37-
YUV37.75147.33164.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=53.61%
G=3.01%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8957200.940.190.65312.1489.3618.43
Hex5954805E13411385912
Octal131511001362310147013122
Binary1011001101100100001011110100111000001100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590548; }

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

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

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

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

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

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

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

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