#571C56

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

Shades of Hot Purple #571C56

Tints of Hot Purple #571C56

Color information

#571C56 (or 0x571C56) is unknown color: approx Hot Purple. HEX triplet: 57, 1C and 56. RGB value is (87,28,86). Sum of RGB (Red+Green+Blue) = 87+28+86=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #571C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C56 is #A8E3A9. Grayscale: #343434. Windows color (decimal): -11068330 or 5643351. OLE color: 5643351.

HSL color Cylindrical-coordinate representation of color #571C56: hue angle of 301.02º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C56 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB872886-
CMYK00.680.010.66
HSL301.02º51.3%22.55%-
HSV(B)301.02º67.82%34.12%-
XYZ6.033.539.17-
YUV52.25147.05152.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=43.28%
G=13.93%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87288600.680.010.66301.0251.322.55
Hex571C5604414212d3317
Octal12734126010411024556327
Binary1010111111001010110010001001100001010010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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