#592058

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

Shades of Palatinate Purple #592058

Tints of Palatinate Purple #592058

Color information

#592058 (or 0x592058) is unknown color: approx Palatinate Purple. HEX triplet: 59, 20 and 58. RGB value is (89,32,88). Sum of RGB (Red+Green+Blue) = 89+32+88=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592058 is #A6DFA7. Grayscale: #373737. Windows color (decimal): -10936232 or 5775449. OLE color: 5775449.

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

Color convert

RGB893288-
CMYK00.640.010.65
HSL301.05º47.11%23.73%-
HSV(B)301.05º64.04%34.9%-
XYZ6.43.869.64-
YUV55.43146.38151.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=42.58%
G=15.31%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89328800.640.010.65301.0547.1123.73
Hex59205804014112d2f18
Octal13140130010011014555730
Binary10110011000001011000010000001100000110010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592058; }

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

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

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

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

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

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

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

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