#532556

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

Shades of Hot Purple #532556

Tints of Hot Purple #532556

Color information

#532556 (or 0x532556) is unknown color: approx Hot Purple. HEX triplet: 53, 25 and 56. RGB value is (83,37,86). Sum of RGB (Red+Green+Blue) = 83+37+86=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #532556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532556 is #ACDAA9. Grayscale: #383838. Windows color (decimal): -11328170 or 5645651. OLE color: 5645651.

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

Color convert

RGB833786-
CMYK0.030.5700.66
HSL296.33º39.84%24.12%-
HSV(B)296.33º56.98%33.73%-
XYZ5.913.839.23-
YUV56.34144.74147.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=40.29%
G=17.96%
B=41.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8337860.030.5700.66296.3339.8424.12
Hex5325563390421282818
Octal1234512637101024505030
Binary10100111001011010110111110010100001010010100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532556; }

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

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

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

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

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

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

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

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