#592458

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

Shades of Palatinate Purple #592458

Tints of Palatinate Purple #592458

Color information

#592458 (or 0x592458) is unknown color: approx Palatinate Purple. HEX triplet: 59, 24 and 58. RGB value is (89,36,88). Sum of RGB (Red+Green+Blue) = 89+36+88=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #592458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592458 is #A6DBA7. Grayscale: #393939. Windows color (decimal): -10935208 or 5776473. OLE color: 5776473.

HSL color Cylindrical-coordinate representation of color #592458: hue angle of 301.13º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #592458 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB893688-
CMYK00.600.010.65
HSL301.13º42.4%24.51%-
HSV(B)301.13º59.55%34.9%-
XYZ6.514.099.68-
YUV57.77145.06150.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=41.78%
G=16.90%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89368800.600.010.65301.1342.424.51
Hex59245803C14112d2a19
Octal1314413007411014555231
Binary1011001100100101100001111001100000110010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592458; }

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

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

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

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

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

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

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

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