#592654

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

Shades of Palatinate Purple #592654

Tints of Palatinate Purple #592654

Color information

#592654 (or 0x592654) is unknown color: approx Palatinate Purple. HEX triplet: 59, 26 and 54. RGB value is (89,38,84). Sum of RGB (Red+Green+Blue) = 89+38+84=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592654 is #A6D9AB. Grayscale: #3A3A3A. Windows color (decimal): -10934700 or 5514841. OLE color: 5514841.

HSL color Cylindrical-coordinate representation of color #592654: hue angle of 305.88º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #592654 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB893884-
CMYK00.570.060.65
HSL305.88º40.16%24.9%-
HSV(B)305.88º57.3%34.9%-
XYZ6.414.158.85-
YUV58.49142.4149.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=42.18%
G=18.01%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89388400.570.060.65305.8840.1624.9
Hex5926540396411322819
Octal1314612407161014625031
Binary101100110011010101000111001110100000110011001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592654; }

 p { color: rgb(89,38,84); }

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

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

 a { background-color: rgb(89,38,84); }

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

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

 span { border-color: rgb(89,38,84); }

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