#590958

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

Shades of Palatinate Purple #590958

Tints of Palatinate Purple #590958

Color information

#590958 (or 0x590958) is unknown color: approx Palatinate Purple. HEX triplet: 59, 09 and 58. RGB value is (89,9,88). Sum of RGB (Red+Green+Blue) = 89+9+88=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #590958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590958 is #A6F6A7. Grayscale: #292929. Windows color (decimal): -10942120 or 5769561. OLE color: 5769561.

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

Color convert

RGB89988-
CMYK00.900.010.65
HSL300.75º81.63%19.22%-
HSV(B)300.75º89.89%34.9%-
XYZ5.983.029.5-
YUV41.93154161.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=47.85%
G=4.84%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8998800.900.010.65300.7581.6319.22
Hex5995805A14112d5213
Octal131111300132110145512223
Binary1011001100110110000101101011000001100101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590958; }

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

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

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

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

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

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

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

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