#592154

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

Shades of Palatinate Purple #592154

Tints of Palatinate Purple #592154

Color information

#592154 (or 0x592154) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 54. RGB value is (89,33,84). Sum of RGB (Red+Green+Blue) = 89+33+84=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #592154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592154 is #A6DEAB. Grayscale: #373737. Windows color (decimal): -10935980 or 5513561. OLE color: 5513561.

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

Color convert

RGB893384-
CMYK00.630.060.65
HSL305.36º45.9%23.92%-
HSV(B)305.36º62.92%34.9%-
XYZ6.263.858.8-
YUV55.56144.05151.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=43.20%
G=16.02%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338400.630.060.65305.3645.923.92
Hex59215403F6411312e18
Octal1314112407761014615630
Binary101100110000110101000111111110100000110011000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592154; }

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

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

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

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

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

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

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

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