#532257

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

Shades of Hot Purple #532257

Tints of Hot Purple #532257

Color information

#532257 (or 0x532257) is unknown color: approx Hot Purple. HEX triplet: 53, 22 and 57. RGB value is (83,34,87). Sum of RGB (Red+Green+Blue) = 83+34+87=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #532257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532257 is #ACDDA8. Grayscale: #363636. Windows color (decimal): -11328937 or 5710419. OLE color: 5710419.

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

Color convert

RGB833487-
CMYK0.050.6100.66
HSL295.47º43.8%23.73%-
HSV(B)295.47º60.92%34.12%-
XYZ5.863.679.42-
YUV54.69146.23148.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=40.69%
G=16.67%
B=42.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8334870.050.6100.66295.4743.823.73
Hex53225753D0421272c18
Octal1234212757501024475430
Binary101001110001010101111011111010100001010010011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532257; }

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

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

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

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

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

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

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

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