#532D51

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

Shades of Hot Purple #532D51

Tints of Hot Purple #532D51

Color information

#532D51 (or 0x532D51) is unknown color: approx Hot Purple. HEX triplet: 53, 2D and 51. RGB value is (83,45,81). Sum of RGB (Red+Green+Blue) = 83+45+81=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #532D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D51 is #ACD2AE. Grayscale: #3C3C3C. Windows color (decimal): -11326127 or 5320019. OLE color: 5320019.

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

Color convert

RGB834581-
CMYK00.460.020.67
HSL303.16º29.69%25.1%-
HSV(B)303.16º45.78%32.55%-
XYZ5.994.318.3-
YUV60.47139.59144.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=39.71%
G=21.53%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83458100.460.020.67303.1629.6925.1
Hex532D5102E24312f1e19
Octal1235512105621034573631
Binary1010011101101101000101011101010000111001011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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