#592355

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

Shades of Palatinate Purple #592355

Tints of Palatinate Purple #592355

Color information

#592355 (or 0x592355) is unknown color: approx Palatinate Purple. HEX triplet: 59, 23 and 55. RGB value is (89,35,85). Sum of RGB (Red+Green+Blue) = 89+35+85=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592355 is #A6DCAA. Grayscale: #383838. Windows color (decimal): -10935467 or 5579609. OLE color: 5579609.

HSL color Cylindrical-coordinate representation of color #592355: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592355 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB893585-
CMYK00.610.040.65
HSL304.44º43.55%24.31%-
HSV(B)304.44º60.67%34.9%-
XYZ6.363.989.03-
YUV56.85143.89150.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=42.58%
G=16.75%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89358500.610.040.65304.4443.5524.31
Hex59235503D4411302c18
Octal1314312507541014605430
Binary101100110001110101010111101100100000110011000010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592355; }

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

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

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

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

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

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

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

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