#590149

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

Shades of Tyrian Purple #590149

Tints of Tyrian Purple #590149

Color information

#590149 (or 0x590149) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 49. RGB value is (89,1,73). Sum of RGB (Red+Green+Blue) = 89+1+73=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #590149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590149 is #A6FEB6. Grayscale: #232323. Windows color (decimal): -10944183 or 4784473. OLE color: 4784473.

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

Color convert

RGB89173-
CMYK00.990.180.65
HSL310.91º97.78%17.65%-
HSV(B)310.91º98.88%34.9%-
XYZ5.332.636.53-
YUV35.52149.15166.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=54.60%
G=0.61%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8917300.990.180.65310.9197.7817.65
Hex5914906312411376212
Octal131111101432210146714222
Binary10110011100100101100011100101000001100110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590149; }

 p { color: rgb(89,1,73); }

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

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

 a { background-color: rgb(89,1,73); }

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

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

 span { border-color: rgb(89,1,73); }

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