#532A51

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

Shades of Hot Purple #532A51

Tints of Hot Purple #532A51

Color information

#532A51 (or 0x532A51) is unknown color: approx Hot Purple. HEX triplet: 53, 2A and 51. RGB value is (83,42,81). Sum of RGB (Red+Green+Blue) = 83+42+81=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #532A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A51 is #ACD5AE. Grayscale: #3A3A3A. Windows color (decimal): -11326895 or 5319251. OLE color: 5319251.

HSL color Cylindrical-coordinate representation of color #532A51: hue angle of 302.93º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A51 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB834281-
CMYK00.490.020.67
HSL302.93º32.8%24.51%-
HSV(B)302.93º49.4%32.55%-
XYZ5.884.098.26-
YUV58.71140.58145.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=40.29%
G=20.39%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83428100.490.020.67302.9332.824.51
Hex532A5103124312f2119
Octal1235212106121034574131
Binary10100111010101010001011000110100001110010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,81); }

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

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

 a { background-color: rgb(83,42,81); }

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

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

 span { border-color: rgb(83,42,81); }

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