#590858

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

Shades of Palatinate Purple #590858

Tints of Palatinate Purple #590858

Color information

#590858 (or 0x590858) is unknown color: approx Palatinate Purple. HEX triplet: 59, 08 and 58. RGB value is (89,8,88). Sum of RGB (Red+Green+Blue) = 89+8+88=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590858 is #A6F7A7. Grayscale: #292929. Windows color (decimal): -10942376 or 5769305. OLE color: 5769305.

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

Color convert

RGB89888-
CMYK00.910.010.65
HSL300.74º83.51%19.02%-
HSV(B)300.74º91.01%34.9%-
XYZ5.9739.5-
YUV41.34154.34162-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=48.11%
G=4.32%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8988800.910.010.65300.7483.5119.02
Hex5985805B14112d5413
Octal131101300133110145512423
Binary1011001100010110000101101111000001100101101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590858; }

 p { color: rgb(89,8,88); }

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

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

 a { background-color: rgb(89,8,88); }

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

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

 span { border-color: rgb(89,8,88); }

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