#532956

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

Shades of Hot Purple #532956

Tints of Hot Purple #532956

Color information

#532956 (or 0x532956) is unknown color: approx Hot Purple. HEX triplet: 53, 29 and 56. RGB value is (83,41,86). Sum of RGB (Red+Green+Blue) = 83+41+86=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #532956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532956 is #ACD6A9. Grayscale: #3A3A3A. Windows color (decimal): -11327146 or 5646675. OLE color: 5646675.

HSL color Cylindrical-coordinate representation of color #532956: hue angle of 296º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532956 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB834186-
CMYK0.030.5200.66
HSL296º35.43%24.9%-
HSV(B)296º52.33%33.73%-
XYZ6.044.19.28-
YUV58.69143.41145.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=39.52%
G=19.52%
B=40.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8341860.030.5200.6629635.4324.9
Hex5329563340421282319
Octal1235112636401024504331
Binary10100111010011010110111101000100001010010100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532956; }

 p { color: rgb(83,41,86); }

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

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

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

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

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

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

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