#592353

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

Shades of Palatinate Purple #592353

Tints of Palatinate Purple #592353

Color information

#592353 (or 0x592353) is unknown color: approx Palatinate Purple. HEX triplet: 59, 23 and 53. RGB value is (89,35,83). Sum of RGB (Red+Green+Blue) = 89+35+83=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #592353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592353 is #A6DCAC. Grayscale: #383838. Windows color (decimal): -10935469 or 5448537. OLE color: 5448537.

HSL color Cylindrical-coordinate representation of color #592353: hue angle of 306.67º 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 #592353 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB893583-
CMYK00.610.070.65
HSL306.67º43.55%24.31%-
HSV(B)306.67º60.67%34.9%-
XYZ6.283.958.62-
YUV56.62142.89151.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=43.00%
G=16.91%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89358300.610.070.65306.6743.5524.31
Hex59235303D7411332c18
Octal1314312307571014635430
Binary101100110001110100110111101111100000110011001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592353; }

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

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

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

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

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

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

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

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