#592551

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

Shades of Palatinate Purple #592551

Tints of Palatinate Purple #592551

Color information

#592551 (or 0x592551) is unknown color: approx Palatinate Purple. HEX triplet: 59, 25 and 51. RGB value is (89,37,81). Sum of RGB (Red+Green+Blue) = 89+37+81=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #592551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592551 is #A6DAAE. Grayscale: #393939. Windows color (decimal): -10934959 or 5317977. OLE color: 5317977.

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

Color convert

RGB893781-
CMYK00.580.090.65
HSL309.23º41.27%24.71%-
HSV(B)309.23º58.43%34.9%-
XYZ6.274.048.23-
YUV57.56141.23150.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=43.00%
G=17.87%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89378100.580.090.65309.2341.2724.71
Hex59255103A9411352919
Octal13145121072111014655131
Binary1011001100101101000101110101001100000110011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592551; }

 p { color: rgb(89,37,81); }

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

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

 a { background-color: rgb(89,37,81); }

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

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

 span { border-color: rgb(89,37,81); }

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