#572557

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

Shades of Hot Purple #572557

Tints of Hot Purple #572557

Color information

#572557 (or 0x572557) is unknown color: approx Hot Purple. HEX triplet: 57, 25 and 57. RGB value is (87,37,87). Sum of RGB (Red+Green+Blue) = 87+37+87=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #572557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572557 is #A8DAA8. Grayscale: #393939. Windows color (decimal): -11066025 or 5711191. OLE color: 5711191.

HSL color Cylindrical-coordinate representation of color #572557: hue angle of 300º 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 #572557 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB873787-
CMYK00.5700.66
HSL300º40.32%24.31%-
HSV(B)300º57.47%34.12%-
XYZ6.314.049.46-
YUV57.65144.56148.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=41.23%
G=17.54%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87378700.5700.6630040.3224.31
Hex57255703904212c2818
Octal1274512707101024545030
Binary1010111100101101011101110010100001010010110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572557; }

 p { color: rgb(87,37,87); }

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

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

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

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

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

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

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