#592F55

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

Shades of Palatinate Purple #592F55

Tints of Palatinate Purple #592F55

Color information

#592F55 (or 0x592F55) is unknown color: approx Palatinate Purple. HEX triplet: 59, 2F and 55. RGB value is (89,47,85). Sum of RGB (Red+Green+Blue) = 89+47+85=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #592F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F55 is #A6D0AA. Grayscale: #3F3F3F. Windows color (decimal): -10932395 or 5582681. OLE color: 5582681.

HSL color Cylindrical-coordinate representation of color #592F55: hue angle of 305.71º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #592F55 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB894785-
CMYK00.470.040.65
HSL305.71º30.88%26.67%-
HSV(B)305.71º47.19%34.9%-
XYZ6.784.819.17-
YUV63.89139.91145.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=40.27%
G=21.27%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89478500.470.040.65305.7130.8826.67
Hex592F5502F4411321f1b
Octal1315712505741014623733
Binary10110011011111010101010111110010000011001100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592F55; }

 p { color: rgb(89,47,85); }

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

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

 a { background-color: rgb(89,47,85); }

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

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

 span { border-color: rgb(89,47,85); }

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