#532052

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

Shades of Hot Purple #532052

Tints of Hot Purple #532052

Color information

#532052 (or 0x532052) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 52. RGB value is (83,32,82). Sum of RGB (Red+Green+Blue) = 83+32+82=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532052 is #ACDFAD. Grayscale: #343434. Windows color (decimal): -11329454 or 5382227. OLE color: 5382227.

HSL color Cylindrical-coordinate representation of color #532052: hue angle of 301.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532052 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB833282-
CMYK00.610.010.67
HSL301.18º44.35%22.55%-
HSV(B)301.18º61.45%32.55%-
XYZ5.613.488.36-
YUV52.95144.4149.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=42.13%
G=16.24%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83328200.610.010.67301.1844.3522.55
Hex53205203D14312d2c17
Octal1234012207511034555427
Binary1010011100000101001001111011100001110010110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532052; }

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

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

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

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

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

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

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

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