#532E57

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

Shades of Hot Purple #532E57

Tints of Hot Purple #532E57

Color information

#532E57 (or 0x532E57) is unknown color: approx Hot Purple. HEX triplet: 53, 2E and 57. RGB value is (83,46,87). Sum of RGB (Red+Green+Blue) = 83+46+87=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #532E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E57 is #ACD1A8. Grayscale: #3D3D3D. Windows color (decimal): -11325865 or 5713491. OLE color: 5713491.

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

Color convert

RGB834687-
CMYK0.050.4700.66
HSL294.15º30.83%26.08%-
HSV(B)294.15º47.13%34.12%-
XYZ6.264.489.55-
YUV61.74142.26143.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=38.43%
G=21.30%
B=40.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8346870.050.4700.66294.1530.8326.08
Hex532E5752F0421261f1a
Octal1235612755701024463732
Binary10100111011101010111101101111010000101001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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