#532057

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

Shades of Hot Purple #532057

Tints of Hot Purple #532057

Color information

#532057 (or 0x532057) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 57. RGB value is (83,32,87). Sum of RGB (Red+Green+Blue) = 83+32+87=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #532057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532057 is #ACDFA8. Grayscale: #353535. Windows color (decimal): -11329449 or 5709907. OLE color: 5709907.

HSL color Cylindrical-coordinate representation of color #532057: hue angle of 295.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #532057 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB833287-
CMYK0.050.6300.66
HSL295.64º46.22%23.33%-
HSV(B)295.64º63.22%34.12%-
XYZ5.83.569.4-
YUV53.52146.9149.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=41.09%
G=15.84%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8332870.050.6300.66295.6446.2223.33
Hex53205753F0421282e17
Octal1234012757701024505627
Binary101001110000010101111011111110100001010010100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532057; }

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

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

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

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

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

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

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

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