#592852

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

Shades of Palatinate Purple #592852

Tints of Palatinate Purple #592852

Color information

#592852 (or 0x592852) is unknown color: approx Palatinate Purple. HEX triplet: 59, 28 and 52. RGB value is (89,40,82). Sum of RGB (Red+Green+Blue) = 89+40+82=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592852 is #A6D7AD. Grayscale: #3B3B3B. Windows color (decimal): -10934190 or 5384281. OLE color: 5384281.

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

Color convert

RGB894082-
CMYK00.550.080.65
HSL308.57º37.98%25.29%-
HSV(B)308.57º55.06%34.9%-
XYZ6.44.258.47-
YUV59.44140.73149.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=42.18%
G=18.96%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89408200.550.080.65308.5737.9825.29
Hex5928520378411352619
Octal13150122067101014654631
Binary1011001101000101001001101111000100000110011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592852; }

 p { color: rgb(89,40,82); }

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

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

 a { background-color: rgb(89,40,82); }

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

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

 span { border-color: rgb(89,40,82); }

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