#590448

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

Shades of Tyrian Purple #590448

Tints of Tyrian Purple #590448

Color information

#590448 (or 0x590448) is unknown color: approx Tyrian Purple. HEX triplet: 59, 04 and 48. RGB value is (89,4,72). Sum of RGB (Red+Green+Blue) = 89+4+72=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #590448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590448 is #A6FBB7. Grayscale: #242424. Windows color (decimal): -10943416 or 4719705. OLE color: 4719705.

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

Color convert

RGB89472-
CMYK00.960.190.65
HSL312º91.4%18.24%-
HSV(B)312º95.51%34.9%-
XYZ5.332.686.37-
YUV37.17147.66164.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.94%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=53.94%
G=2.42%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8947200.960.190.6531291.418.24
Hex5944806013411385b12
Octal131411001402310147013322
Binary1011001100100100001100000100111000001100111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590448; }

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

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

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

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

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

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

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

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