#532753

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

Shades of Hot Purple #532753

Tints of Hot Purple #532753

Color information

#532753 (or 0x532753) is unknown color: approx Hot Purple. HEX triplet: 53, 27 and 53. RGB value is (83,39,83). Sum of RGB (Red+Green+Blue) = 83+39+83=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #532753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532753 is #ACD8AC. Grayscale: #393939. Windows color (decimal): -11327661 or 5449555. OLE color: 5449555.

HSL color Cylindrical-coordinate representation of color #532753: hue angle of 300º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532753 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB833983-
CMYK00.5300.67
HSL300º36.07%23.92%-
HSV(B)300º53.01%32.55%-
XYZ5.853.918.63-
YUV57.17142.58146.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=40.49%
G=19.02%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83398300.5300.6730036.0723.92
Hex53275303504312c2418
Octal1234712306501034544430
Binary1010011100111101001101101010100001110010110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532753; }

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

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

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

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

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

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

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

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