#592153

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

Shades of Palatinate Purple #592153

Tints of Palatinate Purple #592153

Color information

#592153 (or 0x592153) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 53. RGB value is (89,33,83). Sum of RGB (Red+Green+Blue) = 89+33+83=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592153 is #A6DEAC. Grayscale: #373737. Windows color (decimal): -10935981 or 5448025. OLE color: 5448025.

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

Color convert

RGB893383-
CMYK00.630.070.65
HSL306.43º45.9%23.92%-
HSV(B)306.43º62.92%34.9%-
XYZ6.233.848.6-
YUV55.44143.55151.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=43.41%
G=16.10%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338300.630.070.65306.4345.923.92
Hex59215303F7411322e18
Octal1314112307771014625630
Binary101100110000110100110111111111100000110011001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592153; }

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

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

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

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

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

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

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

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