#532B59

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

Shades of Hot Purple #532B59

Tints of Hot Purple #532B59

Color information

#532B59 (or 0x532B59) is unknown color: approx Hot Purple. HEX triplet: 53, 2B and 59. RGB value is (83,43,89). Sum of RGB (Red+Green+Blue) = 83+43+89=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #532B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B59 is #ACD4A6. Grayscale: #3C3C3C. Windows color (decimal): -11326631 or 5843795. OLE color: 5843795.

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

Color convert

RGB834389-
CMYK0.070.5200.65
HSL292.17º34.85%25.88%-
HSV(B)292.17º51.69%34.9%-
XYZ6.234.299.95-
YUV60.2144.25144.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=38.60%
G=20%
B=41.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8343890.070.5200.65292.1734.8525.88
Hex532B59734041124231a
Octal1235313176401014444332
Binary101001110101110110011111101000100000110010010010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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