#532357

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

Shades of Hot Purple #532357

Tints of Hot Purple #532357

Color information

#532357 (or 0x532357) is unknown color: approx Hot Purple. HEX triplet: 53, 23 and 57. RGB value is (83,35,87). Sum of RGB (Red+Green+Blue) = 83+35+87=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #532357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532357 is #ACDCA8. Grayscale: #373737. Windows color (decimal): -11328681 or 5710675. OLE color: 5710675.

HSL color Cylindrical-coordinate representation of color #532357: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532357 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB833587-
CMYK0.050.6000.66
HSL295.38º42.62%23.92%-
HSV(B)295.38º59.77%34.12%-
XYZ5.893.739.43-
YUV55.28145.9147.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=40.49%
G=17.07%
B=42.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8335870.050.6000.66295.3842.6223.92
Hex53235753C0421272b18
Octal1234312757401024475330
Binary101001110001110101111011111000100001010010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532357; }

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

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

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

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

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

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

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

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