#592151

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

Shades of Palatinate Purple #592151

Tints of Palatinate Purple #592151

Color information

#592151 (or 0x592151) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 51. RGB value is (89,33,81). Sum of RGB (Red+Green+Blue) = 89+33+81=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #592151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592151 is #A6DEAE. Grayscale: #373737. Windows color (decimal): -10935983 or 5316953. OLE color: 5316953.

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

Color convert

RGB893381-
CMYK00.630.090.65
HSL308.57º45.9%23.92%-
HSV(B)308.57º62.92%34.9%-
XYZ6.153.818.2-
YUV55.22142.55152.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=43.84%
G=16.26%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338100.630.090.65308.5745.923.92
Hex59215103F9411352e18
Octal13141121077111014655630
Binary1011001100001101000101111111001100000110011010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592151; }

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

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

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

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

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

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

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

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