#592152

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

Shades of Palatinate Purple #592152

Tints of Palatinate Purple #592152

Color information

#592152 (or 0x592152) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 52. RGB value is (89,33,82). Sum of RGB (Red+Green+Blue) = 89+33+82=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #592152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592152 is #A6DEAD. Grayscale: #373737. Windows color (decimal): -10935982 or 5382489. OLE color: 5382489.

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

Color convert

RGB893382-
CMYK00.630.080.65
HSL307.5º45.9%23.92%-
HSV(B)307.5º62.92%34.9%-
XYZ6.193.828.39-
YUV55.33143.05152.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=43.63%
G=16.18%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338200.630.080.65307.545.923.92
Hex59215203F8411342e18
Octal13141122077101014645630
Binary1011001100001101001001111111000100000110011010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592152; }

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

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

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

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

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

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

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

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