#592252

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

Shades of Palatinate Purple #592252

Tints of Palatinate Purple #592252

Color information

#592252 (or 0x592252) is unknown color: approx Palatinate Purple. HEX triplet: 59, 22 and 52. RGB value is (89,34,82). Sum of RGB (Red+Green+Blue) = 89+34+82=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592252 is #A6DDAD. Grayscale: #373737. Windows color (decimal): -10935726 or 5382745. OLE color: 5382745.

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

Color convert

RGB893482-
CMYK00.620.080.65
HSL307.64º44.72%24.12%-
HSV(B)307.64º61.8%34.9%-
XYZ6.213.888.4-
YUV55.92142.72151.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 82 (32.42% from 255) = 40%
R=43.41%
G=16.59%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89348200.620.080.65307.6444.7224.12
Hex59225203E8411342d18
Octal13142122076101014645530
Binary1011001100010101001001111101000100000110011010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592252; }

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

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

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

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

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

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

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

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