#590130

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

Shades of Tyrian Purple #590130

Tints of Tyrian Purple #590130

Color information

#590130 (or 0x590130) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 30. RGB value is (89,1,48). Sum of RGB (Red+Green+Blue) = 89+1+48=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #590130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590130 is #A6FECF. Grayscale: #202020. Windows color (decimal): -10944208 or 3146073. OLE color: 3146073.

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

Color convert

RGB89148-
CMYK00.990.460.65
HSL327.95º97.78%17.65%-
HSV(B)327.95º98.88%34.9%-
XYZ4.662.363.01-
YUV32.67136.65168.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=64.49%
G=0.72%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8914800.990.460.65327.9597.7817.65
Hex591300632E411486212
Octal13116001435610151014222
Binary10110011110000011000111011101000001101001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590130; }

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

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

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

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

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

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

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

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