#532B57

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

Shades of Hot Purple #532B57

Tints of Hot Purple #532B57

Color information

#532B57 (or 0x532B57) is unknown color: approx Hot Purple. HEX triplet: 53, 2B and 57. RGB value is (83,43,87). Sum of RGB (Red+Green+Blue) = 83+43+87=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #532B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B57 is #ACD4A8. Grayscale: #3B3B3B. Windows color (decimal): -11326633 or 5712723. OLE color: 5712723.

HSL color Cylindrical-coordinate representation of color #532B57: hue angle of 294.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532B57 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB834387-
CMYK0.050.5100.66
HSL294.55º33.85%25.49%-
HSV(B)294.55º50.57%34.12%-
XYZ6.154.259.51-
YUV59.98143.25144.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=38.97%
G=20.19%
B=40.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8343870.050.5100.66294.5533.8525.49
Hex532B575330421272219
Octal1235312756301024474231
Binary101001110101110101111011100110100001010010011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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