#592052

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

Shades of Palatinate Purple #592052

Tints of Palatinate Purple #592052

Color information

#592052 (or 0x592052) is unknown color: approx Palatinate Purple. HEX triplet: 59, 20 and 52. RGB value is (89,32,82). Sum of RGB (Red+Green+Blue) = 89+32+82=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #592052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592052 is #A6DFAD. Grayscale: #363636. Windows color (decimal): -10936238 or 5382233. OLE color: 5382233.

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

Color convert

RGB893282-
CMYK00.640.080.65
HSL307.37º47.11%23.73%-
HSV(B)307.37º64.04%34.9%-
XYZ6.163.778.38-
YUV54.74143.38152.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=43.84%
G=15.76%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89328200.640.080.65307.3747.1123.73
Hex5920520408411332f18
Octal131401220100101014635730
Binary10110011000001010010010000001000100000110011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592052; }

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

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

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

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

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

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

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

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