#571A56

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

Shades of Hot Purple #571A56

Tints of Hot Purple #571A56

Color information

#571A56 (or 0x571A56) is unknown color: approx Hot Purple. HEX triplet: 57, 1A and 56. RGB value is (87,26,86). Sum of RGB (Red+Green+Blue) = 87+26+86=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #571A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A56 is #A8E5A9. Grayscale: #323232. Windows color (decimal): -11068842 or 5642839. OLE color: 5642839.

HSL color Cylindrical-coordinate representation of color #571A56: hue angle of 300.98º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A56 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB872686-
CMYK00.700.010.66
HSL300.98º53.98%22.16%-
HSV(B)300.98º70.11%34.12%-
XYZ5.983.449.15-
YUV51.08147.71153.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=43.72%
G=13.07%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87268600.700.010.66300.9853.9822.16
Hex571A5604614212d3616
Octal12732126010611024556626
Binary1010111110101010110010001101100001010010110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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