#532B52

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

Shades of Hot Purple #532B52

Tints of Hot Purple #532B52

Color information

#532B52 (or 0x532B52) is unknown color: approx Hot Purple. HEX triplet: 53, 2B and 52. RGB value is (83,43,82). Sum of RGB (Red+Green+Blue) = 83+43+82=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #532B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B52 is #ACD4AD. Grayscale: #3B3B3B. Windows color (decimal): -11326638 or 5385043. OLE color: 5385043.

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

Color convert

RGB834382-
CMYK00.480.010.67
HSL301.5º31.75%24.71%-
HSV(B)301.5º48.19%32.55%-
XYZ5.954.188.47-
YUV59.41140.75144.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=39.90%
G=20.67%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83438200.480.010.67301.531.7524.71
Hex532B5203014312e2019
Octal1235312206011034564031
Binary1010011101011101001001100001100001110010111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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