#592854

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

Shades of Palatinate Purple #592854

Tints of Palatinate Purple #592854

Color information

#592854 (or 0x592854) is unknown color: approx Palatinate Purple. HEX triplet: 59, 28 and 54. RGB value is (89,40,84). Sum of RGB (Red+Green+Blue) = 89+40+84=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #592854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592854 is #A6D7AB. Grayscale: #3B3B3B. Windows color (decimal): -10934188 or 5515353. OLE color: 5515353.

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

Color convert

RGB894084-
CMYK00.550.060.65
HSL306.12º37.98%25.29%-
HSV(B)306.12º55.06%34.9%-
XYZ6.484.288.87-
YUV59.67141.73148.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=41.78%
G=18.78%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89408400.550.060.65306.1237.9825.29
Hex5928540376411322619
Octal1315012406761014624631
Binary101100110100010101000110111110100000110011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592854; }

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

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

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

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

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

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

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

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