#572A56

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

Shades of Hot Purple #572A56

Tints of Hot Purple #572A56

Color information

#572A56 (or 0x572A56) is unknown color: approx Hot Purple. HEX triplet: 57, 2A and 56. RGB value is (87,42,86). Sum of RGB (Red+Green+Blue) = 87+42+86=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #572A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A56 is #A8D5A9. Grayscale: #3C3C3C. Windows color (decimal): -11064746 or 5646935. OLE color: 5646935.

HSL color Cylindrical-coordinate representation of color #572A56: hue angle of 301.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A56 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB874286-
CMYK00.520.010.66
HSL301.33º34.88%25.29%-
HSV(B)301.33º51.72%34.12%-
XYZ6.444.359.31-
YUV60.47142.41146.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 86 (33.98% from 255) = 40%
R=40.47%
G=19.53%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87428600.520.010.66301.3334.8825.29
Hex572A5603414212d2319
Octal1275212606411024554331
Binary1010111101010101011001101001100001010010110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A56; }

 p { color: rgb(87,42,86); }

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

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

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

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

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

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

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