#590148

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

Shades of Tyrian Purple #590148

Tints of Tyrian Purple #590148

Color information

#590148 (or 0x590148) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 48. RGB value is (89,1,72). Sum of RGB (Red+Green+Blue) = 89+1+72=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #590148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590148 is #A6FEB7. Grayscale: #232323. Windows color (decimal): -10944184 or 4718937. OLE color: 4718937.

HSL color Cylindrical-coordinate representation of color #590148: hue angle of 311.59º 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 #590148 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB89172-
CMYK00.990.190.65
HSL311.59º97.78%17.65%-
HSV(B)311.59º98.88%34.9%-
XYZ5.32.616.36-
YUV35.41148.65166.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=54.94%
G=0.62%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8917200.990.190.65311.5997.7817.65
Hex5914806313411386212
Octal131111001432310147014222
Binary10110011100100001100011100111000001100111000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590148; }

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

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

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

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

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

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

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

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