#532051

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

Shades of Hot Purple #532051

Tints of Hot Purple #532051

Color information

#532051 (or 0x532051) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 51. RGB value is (83,32,81). Sum of RGB (Red+Green+Blue) = 83+32+81=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532051 is #ACDFAE. Grayscale: #343434. Windows color (decimal): -11329455 or 5316691. OLE color: 5316691.

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

Color convert

RGB833281-
CMYK00.610.020.67
HSL302.35º44.35%22.55%-
HSV(B)302.35º61.45%32.55%-
XYZ5.573.478.16-
YUV52.84143.9149.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=42.35%
G=16.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83328100.610.020.67302.3544.3522.55
Hex53205103D24312e2c17
Octal1234012107521034565427
Binary10100111000001010001011110110100001110010111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532051; }

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

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

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

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

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

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

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

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