#592653

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

Shades of Palatinate Purple #592653

Tints of Palatinate Purple #592653

Color information

#592653 (or 0x592653) is unknown color: approx Palatinate Purple. HEX triplet: 59, 26 and 53. RGB value is (89,38,83). Sum of RGB (Red+Green+Blue) = 89+38+83=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592653 is #A6D9AC. Grayscale: #3A3A3A. Windows color (decimal): -10934701 or 5449305. OLE color: 5449305.

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

Color convert

RGB893883-
CMYK00.570.070.65
HSL307.06º40.16%24.9%-
HSV(B)307.06º57.3%34.9%-
XYZ6.374.138.65-
YUV58.38141.9149.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=42.38%
G=18.10%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89388300.570.070.65307.0640.1624.9
Hex5926530397411332819
Octal1314612307171014635031
Binary101100110011010100110111001111100000110011001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592653; }

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

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

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

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

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

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

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

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