#592754

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

Shades of Palatinate Purple #592754

Tints of Palatinate Purple #592754

Color information

#592754 (or 0x592754) is unknown color: approx Palatinate Purple. HEX triplet: 59, 27 and 54. RGB value is (89,39,84). Sum of RGB (Red+Green+Blue) = 89+39+84=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592754 is #A6D8AB. Grayscale: #3A3A3A. Windows color (decimal): -10934444 or 5515097. OLE color: 5515097.

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

Color convert

RGB893984-
CMYK00.560.060.65
HSL306º39.06%25.1%-
HSV(B)306º56.18%34.9%-
XYZ6.454.218.86-
YUV59.08142.06149.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=41.98%
G=18.40%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89398400.560.060.6530639.0625.1
Hex5927540386411322719
Octal1314712407061014624731
Binary101100110011110101000111000110100000110011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592754; }

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

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

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

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

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

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

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

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