#532E59

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

Shades of Hot Purple #532E59

Tints of Hot Purple #532E59

Color information

#532E59 (or 0x532E59) is unknown color: approx Hot Purple. HEX triplet: 53, 2E and 59. RGB value is (83,46,89). Sum of RGB (Red+Green+Blue) = 83+46+89=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #532E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E59 is #ACD1A6. Grayscale: #3D3D3D. Windows color (decimal): -11325863 or 5844563. OLE color: 5844563.

HSL color Cylindrical-coordinate representation of color #532E59: hue angle of 291.63º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532E59 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB834689-
CMYK0.070.4800.65
HSL291.63º31.85%26.47%-
HSV(B)291.63º48.31%34.9%-
XYZ6.354.519.99-
YUV61.96143.26143-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=38.07%
G=21.10%
B=40.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8346890.070.4800.65291.6331.8526.47
Hex532E59730041124201a
Octal1235613176001014444032
Binary101001110111010110011111100000100000110010010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E59; }

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

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

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

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

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

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

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

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