#532053

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

Shades of Hot Purple #532053

Tints of Hot Purple #532053

Color information

#532053 (or 0x532053) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 53. RGB value is (83,32,83). Sum of RGB (Red+Green+Blue) = 83+32+83=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #532053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532053 is #ACDFAC. Grayscale: #343434. Windows color (decimal): -11329453 or 5447763. OLE color: 5447763.

HSL color Cylindrical-coordinate representation of color #532053: hue angle of 300º 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 #532053 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB833283-
CMYK00.6100.67
HSL300º44.35%22.55%-
HSV(B)300º61.45%32.55%-
XYZ5.653.58.56-
YUV53.06144.9149.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=41.92%
G=16.16%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83328300.6100.6730044.3522.55
Hex53205303D04312c2c17
Octal1234012307501034545427
Binary1010011100000101001101111010100001110010110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532053; }

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

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

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

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

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

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

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

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