#532356

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

Shades of Hot Purple #532356

Tints of Hot Purple #532356

Color information

#532356 (or 0x532356) is unknown color: approx Hot Purple. HEX triplet: 53, 23 and 56. RGB value is (83,35,86). Sum of RGB (Red+Green+Blue) = 83+35+86=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #532356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532356 is #ACDCA9. Grayscale: #373737. Windows color (decimal): -11328682 or 5645139. OLE color: 5645139.

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

Color convert

RGB833586-
CMYK0.030.5900.66
HSL296.47º42.15%23.73%-
HSV(B)296.47º59.3%33.73%-
XYZ5.853.719.21-
YUV55.17145.4147.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=40.69%
G=17.16%
B=42.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8335860.030.5900.66296.4742.1523.73
Hex53235633B0421282a18
Octal1234312637301024505230
Binary10100111000111010110111110110100001010010100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532356; }

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

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

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

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

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

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

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

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