#571F56

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

Shades of Hot Purple #571F56

Tints of Hot Purple #571F56

Color information

#571F56 (or 0x571F56) is unknown color: approx Hot Purple. HEX triplet: 57, 1F and 56. RGB value is (87,31,86). Sum of RGB (Red+Green+Blue) = 87+31+86=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #571F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571F56 is #A8E0A9. Grayscale: #353535. Windows color (decimal): -11067562 or 5644119. OLE color: 5644119.

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

Color convert

RGB873186-
CMYK00.640.010.66
HSL301.07º47.46%23.14%-
HSV(B)301.07º64.37%34.12%-
XYZ6.13.689.19-
YUV54.01146.05151.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=42.65%
G=15.20%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87318600.640.010.66301.0747.4623.14
Hex571F5604014212d2f17
Octal12737126010011024555727
Binary1010111111111010110010000001100001010010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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